Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id 276771337B92 for ; Fri, 14 Jan 2011 17:21:37 -0400 (AST) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 29650-05 for ; Fri, 14 Jan 2011 21:21:30 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-iw0-f174.google.com (mail-iw0-f174.google.com [209.85.214.174]) by mail.postgresql.org (Postfix) with ESMTP id BF1B71337B83 for ; Fri, 14 Jan 2011 17:21:29 -0400 (AST) Received: by iwn9 with SMTP id 9so2939738iwn.19 for ; Fri, 14 Jan 2011 13:21:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=4nUw1FVK/whj4TAPBX4G4e7Yx+1+DTlw+oQ711i3ZDc=; b=k5YUvHDaVmRrzYmtPWHIEFuiqJ73v42Ge/CiKaY2oM8pw/FAz/uNYLoMYrvka9L7tf WIGn9bPEihsajvrZ91SEv+H54wFlR9tNnUJdJOWgQl5n/gySqSlwVBFmJTrWvtn7lTio BHz+9jUE6ZgRO+GXEclEsO1GEyzWRTxSuN+Lk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=MMi/pXDLf4onMrk9KXcPexaLBtf5DK2P37Y6DVctv/YYb8qZzpo2es1h2aDwDQlt21 WzIQ0UgqA6FElkiG+DV3vpefI5hcnomFFJcf+bWKEZ1UUC1jJQ5j5nlOYDisNoTGqnRg EnKDs6m5jO8WivEZ4DM+5PJL0bsoCivyiAJyA= MIME-Version: 1.0 Received: by 10.231.17.77 with SMTP id r13mr1245642iba.38.1295040089651; Fri, 14 Jan 2011 13:21:29 -0800 (PST) Received: by 10.231.34.141 with HTTP; Fri, 14 Jan 2011 13:21:29 -0800 (PST) In-Reply-To: <201101142053.p0EKr6R18322@momjian.us> References: <8C378959-1A31-45DB-846D-4EEFAD747CB4@doesnthaveone.com> <201101142053.p0EKr6R18322@momjian.us> Date: Sat, 15 Jan 2011 08:21:29 +1100 Message-ID: Subject: Re: [DOCS] Documentation Navigation Feedback From: Brendan Jurd To: Bruce Momjian Cc: Chris Meller , PostgreSQL www Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-2.599 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7 X-Spam-Level: X-Archive-Number: 201101/11 X-Sequence-Number: 19490 On 15 January 2011 07:53, Bruce Momjian wrote: > > I am forwarding this email to the www team in case there is something > that can be done to improve our website's display of documentation: > I thoroughly agree with Chris' comments. The docs have excellent content but are somewhat unwieldly. The navigation links at the bottom are much more useful than the ones at the top, we might want to swap these around, or perhaps just duplicate what's currently at the bottom to both locations. I have never used "Fast {Back,For}ward", and after playing around with them a bit, I still don't see the point. Does a feature this obscure really deserve the prime real estate it currently occupies? I think I understand why the breadcrumbs stop at "PostgreSQL 9.0" -- the HTML docs themselves are generated from the doc sources in the core project, but the breadcrumbs are part of the webpage container, so they have no knowledge of the docs' internal structure. Still, if we could find some way to extend the breadcrumbs all the way down to the current page, it would be a big step up in usability. Cheers, BJ