[EMAIL PROTECTED] wrote:
>
> Hello!
>
> How ist it possible to create dynamic links? (as for example in the
> Midgard documentation at the bottom of each page "next", "up"
> and "previous"). The problem for me is how to know which article is
> the next one. Do i have to insert a score for each article, which is
> at the moment not possible with Asgard, or do i need to query by
> article id/date created, which has to be checked against
> mgd_is_article_in_topic_tree?
With the articles we just go through all the articles of one particular
topic until we find the current one, remembering the previous and
displaying the next. 'Knowing' up front which is next or prev is kind of
hard since the sorting order id not fixed.
The main documentation navigation itself is handled by sgmltools. We
just
pull in the resultant HTML files after they're generated from docbook
sgml.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]