[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: add more link's in html output
From: |
Karl Berry |
Subject: |
Re: add more link's in html output |
Date: |
Sun, 1 Jun 2003 18:33:44 -0400 |
Hello Per,
"Site Navigation Bar", including "Top", "Up", "First",
"Previous:, "Next", "Last", "Document" and "More".
Sounds good.
Do you know of any documentation for this? Like exactly what the <link>
names are for each of these? And the difference between `top' and
`document', and between `next' and `more'? I guess maybe `more' is like
hitting SPC to read more of the current node? I wouldn't know how to
implement that.
I took a look at what was involved in implementing this,
but it's not clear to me how it should be done.
For next/prev/up, I think the right thing to do is call add_link for the
various cases in node.c (where the <a rel=... stuff is output now). For
the others (that are document-wide), I guess they'd only have to
output once at the end of the document ...
In any case, thanks for the suggestion.
karl