Re: navigation menu for documents

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org, Dimitri Fontaine <dfontaine(at)hi-media(dot)com>
Subject: Re: navigation menu for documents
Date: 2009-09-29 16:38:27
Message-ID: 7E8F774C-0F55-4512-BC04-A38CA8358DBE@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sep 29, 2009, at 8:55 AM, Richard Huxton wrote:

> For the browser, does the following match what you're after, Andrew?
> - clicking chapter title opens the browser panel
> - panel stays open until you click close icon
> - panel contains collapsable tree of chapter/section headings
> Alternatively, could just auto-open the browser panel if javascript is
> enabled and window is wider than N pixels.

Why wouldn't the entire TOC be in a collapsed list?

> In addition we'll presumably want to meet:
> - no external js libraries (or do we care, if we just reference it
> from
> google?)

Save yourself the hassle and just bundle jQuery. That's what I've done
for Pod::Site (module that builds the Bricolage API browser).

> - navigation is optional, disabling js leaves docs as at present

As long as there's a way to get the nav back from a link on each doc
page.

> - works on all reasonable browsers (anything not IE6)

+1 (IE6--)

> - works online and in downloaded docs (except Windows .chm of course)

That'd be nice, too.

Best,

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-09-29 16:52:24 Re: [HACKERS] Postgres server goes in recovery mode repeteadly
Previous Message Tom Lane 2009-09-29 16:36:28 Re: Using results from INSERT ... RETURNING