Re: navigation menu for documents

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: navigation menu for documents
Дата
Msg-id 200907181817.24363.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: navigation menu for documents  (Richard Huxton <dev@archonet.com>)
Ответы Re: navigation menu for documents  (Andrew Dunstan <andrew@dunslane.net>)
Re: navigation menu for documents  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
On Friday 17 July 2009 15:58:27 Richard Huxton wrote:
> 1. Fixed navigation
> Copy STYLING/stylesheet.css over the existing one and you will have
> static navigation links top and bottom of the page.

Looks good.

> 2. Titles on navigation links.
> Run ./STYLING/title_links.pl and it should add title attributes to the
> navigation links. This means hovering over the top links gives the title
> of the page they will go to. Presumably we could do this directly from
> the sgml source, and I think it's probably worthwhile.

Yes, the DSSSL stylesheet could do that.

> 3. Javascript popup menu.
> This uses jquery, but that's just for convenience during discussion. You
> could rework this without it.
> Copy STYLING/*.js and STYLING/menu.inc to the docs dir and then run
> ./STYLING/include_javascript.pl to include the popup script.
> The central "chapter heading" section of the top navigation area should
> now be a link that toggles the menu on/off.
> The menu could be as simple/complex as you like - this is just what I
> hacked together by parsing the TOC on index.html

This looks very cool, but should probably be implemented via a stylesheet 
change instead of some Perl parsing some HTML. :-)  I'm not sure if this 
actually addresses Andrew's original concern, though.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH] SE-PgSQL/tiny rev.2193
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: navigation menu for documents