Some sections of the Lumiera website document meeting minutes, discussion protocols and design proposals from the early days of the project; these pages were initially authored in the »Moin Moin Wiki« operated by Cehteh on pipapo.org at that time; this wiki backed the first publications of the »Cinelerra-3« initiative, which turned into the Lumiera project eventually. Some years later, those pages were transliterated into Asciidoc semi-automatically, resulting in a lot of broken markup and links. This is a long standing maintenance problem problem plaguing the Lumiera website, since those breakages cause a lot of warnings and flood the logs of any linkchecker run.
166 lines
6.6 KiB
Text
166 lines
6.6 KiB
Text
WebsiteNavigation
|
|
=================
|
|
|
|
// please don't remove the //word: comments
|
|
|
|
[options="autowidth"]
|
|
|====================================
|
|
|*State* | _Draft_
|
|
|*Date* | _Mi 08 Dez 2010 11:32:32 CET_
|
|
|*Proposed by* | Ichthyostega <prg@ichthyostega.de>
|
|
|====================================
|
|
|
|
[abstract]
|
|
********************************************************************************
|
|
The Lumiera website is assumed to accumulate a lot of content. Thus we need
|
|
to care about making that content accessible, to help finding the relevant
|
|
topics and to keep the overall structure intact. This RfC is to collect,
|
|
discuss and agree upon the guidelines and requirements.
|
|
********************************************************************************
|
|
|
|
Description
|
|
-----------
|
|
//description: add a detailed description:
|
|
|
|
Issues to care
|
|
~~~~~~~~~~~~~~
|
|
|
|
Navigation::
|
|
The page hierarchy becomes at least 5 levels deep, likely even deeper.
|
|
When reading a page, the current subtree leading down to this page should
|
|
be right at hand; especially access to the siblings and the parent's siblings
|
|
is important. For re-accessing content, it is necessary to be able to drill
|
|
down to an known location (``within the design docs, detailing the application,
|
|
I need the configuration section'') +
|
|
-> we need an *auto generated navigation* and an embedded *menu tree widget* in the web pages.
|
|
|
|
Tagging::
|
|
There should be an easy way to categorise individual pages *by keyword(s)*
|
|
and an automatically generated indexing by tags, possibly with an per tag
|
|
overview page.
|
|
|
|
Search::
|
|
The usual *site search*. It should include the contents of the issue tracker.
|
|
Even today such a scoped search is valuable and even necessary for working
|
|
with the informations collected within the Lumiera project
|
|
|
|
Sanity::
|
|
Each relevant page needs to be reachable. There are some additional pages and
|
|
especially subdirectories which should not be linked into the website navigation.
|
|
Moreover, all (internal) links on the pages should be valid. +
|
|
-> this could be addressed by a **sanity checker script**
|
|
|
|
Usage situations
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
(a) working on content
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
Working on content should be readily accessible for _everyone_. One time contributions
|
|
are especially encouraged. This leads to the following usage scenario:
|
|
|
|
A contributor has some informations to share or wants to do some additions or modifications.
|
|
(S)he locates somehow the place where relevant informations are stored, adds some text,
|
|
possibly adds a new page or splits another page in two.
|
|
|
|
_Note_: no awareness of the issues of navigation can be assumed. The occasional contributor
|
|
won't notice any concern which isn't right at hand.
|
|
|
|
(b) maintaining a subsystem
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
Some person(s) will be responsible for a subsystem or some segment of the informations
|
|
on the website. This responsibility is content centric. It might include frequent rearranging,
|
|
regrouping and reordering of pages to accommodate the increasing scope of informations.
|
|
|
|
_Note_: while here some awareness of website organisational issues can be assumed,
|
|
any requirement to care for external organisational issues is a burden and distracts
|
|
from the actual work to be done -- thus it is likely to be short circuited or postponed
|
|
``for later''. Note especially, reorganising content in a subsection *must not* incur
|
|
the burden of re-doing the same reorganisation steps mirrored in some central navigation
|
|
configuration or table of contents. (this is a knock out criterion)
|
|
|
|
(c) maintaining the website
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
The website maintainer is responsible for the overall sanity of the website, without
|
|
being familiar with all details of ongoing work in some part or section of the information.
|
|
Another concern here is the outward perception of the website, which might incur changes
|
|
on the top level navigation or some rewording of overview pages.
|
|
|
|
_Note_: this kind of work is rather unrewarding. There is the danger of collisions with the
|
|
work of the subsystem maintainer
|
|
|
|
|
|
Conclusion: Requirements for any navigation solution
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
* ability to to pick up a nested page structure
|
|
* ability to cope with any additions and changes in the lower levels automatically, without help by the user
|
|
* ability to override:
|
|
|
|
- not including some subdirectories
|
|
- including links-to-external at arbitrary positions
|
|
|
|
optional/additional features
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
The following features would be handy, but can be considered optional
|
|
|
|
* ability to change the displayed title of a page in the navigation
|
|
* ability to control the ordering of pages in the navigation
|
|
* complete manual override of the visible content of a specific subdirectory
|
|
|
|
|
|
|
|
Tasks
|
|
~~~~~
|
|
* define markup for the various features ([green]#✔ done#)
|
|
* get a technical solution for the menu to work ([green]#✔ done#)
|
|
* write a script to traverse contents and generate the menu ([green]#✔ done#)
|
|
* test and integrate it into the website ([green]#✔ done#)
|
|
|
|
|
|
|
|
Rationale
|
|
---------
|
|
//rationale: Describe why it should be done *this* way:
|
|
Maintaining the navigation within a website beyond just some pages is a daunting task.
|
|
When frequent rearrangements of pages are to be expected, the only viable solution is
|
|
to automate this task. Moreover, there needs to be a secondary path to each page,
|
|
asside of the direct links which might or might not be provided. A automatically
|
|
generated navigation menu separate of the actual page content helps to address
|
|
these issues.
|
|
|
|
|
|
|
|
//Conclusion
|
|
//----------
|
|
//conclusion: When approved (this proposal becomes a Final)
|
|
// write some conclusions about its process:
|
|
|
|
|
|
|
|
|
|
Comments
|
|
--------
|
|
//comments: append below
|
|
|
|
.State -> Draft
|
|
//add reason
|
|
A Menu generator script based on these principles is deployed and working
|
|
since a looooong time now. We still need to build the tagging facility though.
|
|
This is covered by another RfC.
|
|
|
|
Ichthyostega:: 'So 07 Okt 2012 07:30:17 CEST' ~<prg@ichthyostega.de>~
|
|
|
|
|
|
This RfC is in the same state as _many years ago_ -- and frankly, I do not know
|
|
what to do with it. One part (the Menu generator script) was implemented.
|
|
The other parts, which are tagging and cross-link resolution were proposed
|
|
and found general agreement at that time, but no-one did care for expanding
|
|
them into an implementation concept.
|
|
|
|
Meanwhile, I am working alone and can thus afford to keep the infrastructure
|
|
at the bare minimum, just enough for me to cope. Similar as with the
|
|
link:{rfc}/WebsiteSupportMarkup.html#_comments[cross-links and support markup].
|
|
However, I consider those topics still something for a group of people to decide.
|
|
|
|
Ichthyostega:: '2025-09-18'
|
|
|
|
//endof_comments:
|