Re: navigation menu for documents

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org, Richard Huxton <dev(at)archonet(dot)com>, Dimitri Fontaine <dfontaine(at)hi-media(dot)com>
Subject: Re: navigation menu for documents
Date: 2009-07-20 00:49:20
Message-ID: 4A63BF10.3030208@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera wrote:
> Peter Eisentraut wrote:
>
>> On Friday 17 July 2009 15:58:27 Richard Huxton wrote:
>>
>>> 1. Fixed navigation
>>>
>
>
>>> 2. Titles on navigation links.
>>>
>> Yes, the DSSSL stylesheet could do that.
>>
>
> Since it seems we can get both of these without interfering with
> anything else I vote +1 on getting them it.
>
>
>>> 3. Javascript popup menu.
>>> This uses jquery, but that's just for convenience during discussion. You
>>> could rework this without it.
>>>
>
> This one looks very good to me too -- I like it better than David
> Wheeler's, because you just wave it away when you don't need it, saving
> screen estate. The only change I'd make it is that the righthand menu
> should have only the entries for the current chapter, not all chapters.
> But maybe that's just me.
>
>

This failed miserably to render nicely on several browsers on several
platforms. I'm pretty sure I followed the instructions correctly.

And I disagree about restricting the menu. The whole point is to make it
easy to navigate from one part of the docs to another without having to
go up the tree.

I'm not sure about using third party JS libs that are not BSD licensed,
that's probably a non-starter, although MIT is probably fairly close, IIRC.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeremy Kerr 2009-07-20 00:52:23 Re: [PATCH 1/2 v3] [libpq] rework sigpipe-handling macros
Previous Message Jeremy Kerr 2009-07-20 00:47:18 Re: [PATCH v3] Avoid manual shift-and-test logic in AllocSetFreeIndex