Received: from magus.postgresql.org (magus.postgresql.org [87.238.57.229]) by mail.postgresql.org (Postfix) with ESMTP id 4B739723ED9 for ; Sun, 20 Nov 2011 07:11:49 -0400 (AST) Received: from mail-gx0-f174.google.com ([209.85.161.174]) by magus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1RS5JJ-0005Rq-85 for pgsql-www@postgresql.org; Sun, 20 Nov 2011 11:11:49 +0000 Received: by ggnr5 with SMTP id r5so1444393ggn.19 for ; Sun, 20 Nov 2011 03:11:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=I1XqFArgrBJ3IvzT6Fyi5se0mXB6MSSnHcapdfv6A1A=; b=vGu9Zi1PEqphidHi1Y4dV43P2cB7KNiJy3gWxwh5lchILYqeDr8rrDoTUsIKN1Izi1 XOhhC7MGe2IhSh0NlafmvseTyunCLBi3OUluPdqwVkK5p0SsH/901jRW1HawgVWdgIP4 UcW3iXUUsA9zxSLn4F4KgoQ2NsChojvQU85zA= Received: by 10.68.33.134 with SMTP id r6mr25936310pbi.76.1321787489742; Sun, 20 Nov 2011 03:11:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.12.17 with HTTP; Sun, 20 Nov 2011 03:10:54 -0800 (PST) In-Reply-To: References: From: Thom Brown Date: Sun, 20 Nov 2011 11:10:54 +0000 X-Google-Sender-Auth: czakpdZ2f8yHN3uTr8CfWL-fL3c Message-ID: Subject: Re: PostgreSQL website redesign To: Josh Kupershmidt Cc: "w^3" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archive-Number: 201111/28 X-Sequence-Number: 20304 On 19 November 2011 23:47, Josh Kupershmidt wrote: > On Wed, Nov 16, 2011 at 7:10 PM, Thom Brown wrote: >> So with that, I'd like to open this topic for discussion. > > First, thanks for taking an interest in this. Here's my $0.02. > > The website is in sore need of attention, but a large-scale redesign > of the look-and-feel (which is what your description sounds like > you're angling for -- correct me if I'm mistaken) isn't what's most > needed. Large-scale redesign is probably overstating the changes. Our site isn't huge, and there's probably only a handful of types of page. > IMHO, basic maintenance issues are more pressing. For example, why do > we keep out-of-date information about defunct alpha/beta releases > =A0http://www.postgresql.org/developer/alpha Already addressed. The new code for the site just hasn't been launched yet= . > hanging around? Or much worse, the recently-discussed problem with > subscribing to the mailing lists, which from a post a few days ago on > -hackers sounds like it's still broken. That's got to be a *huge* > turnoff to a potential new member of the community, when just signing > up for the list hangs and appears broken. Never heard of that problem, but that's a matter for the web team. > A few adjustments to the docs pages could go a long way. (I read the > Postgres docs online extensively, so I have admittedly strong feelings > about this area). The layout (i.e. CSS) of the pages themselves is > decent enough. I'd like to see cross-links between the /static/ and > /interactive/ pages. I'd also like to see cross-links between the docs > pages to the other versions (e.g. the 9.0 version of the UPDATE page > should also link to 9.1 and perhaps 8.4, 8.3, and 9.2). The Django > docs handle this nicely. This would likely also help the > Google-ability of doc pages for newly-released versions. Like I've said previously, this is more a content issue. The design can be made with such functionality in mind, but the designer wouldn't implement such changes. > And comments posted to the doc pages from version X.Y should be > visible on the corresponding doc page for version A.B. I like the PHP > docs in this regard, though they don't break out their docs by > version. (Assuming posting comments on the web docs still works at > all.. I have a dim memory of posted comments disappearing). Again, another issue/feature request for the web team. Thom