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


_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo

Reply via email to