Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 6D892632540 for ; Sat, 11 Apr 2009 12:43:03 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 45219-04 for ; Sat, 11 Apr 2009 12:43:02 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by mail.postgresql.org (Postfix) with ESMTP id 0CC73632539 for ; Sat, 11 Apr 2009 12:43:02 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id B5094DCD24E; Sat, 11 Apr 2009 17:42:59 +0200 (CEST) References: <49DFE190.7050802@agliodbs.com> <937d27e10904110108h1de4bf4ev5ff1794299d1500f@mail.gmail.com> <49E068DD.9080404@hagander.net> <17024.1239459428@sss.pgh.pa.us> Message-Id: From: Magnus Hagander To: Tom Lane In-Reply-To: <17024.1239459428@sss.pgh.pa.us> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (5G77) Mime-Version: 1.0 (iPhone Mail 5G77) Subject: Re: Link locations for beta? Date: Sat, 11 Apr 2009 17:42:49 +0200 Cc: Dave Page , Josh Berkus , PostgreSQL www X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200904/39 X-Sequence-Number: 16906 On 11 apr 2009, at 16.17, Tom Lane wrote: > Magnus Hagander writes: >>>> Release Notes: >>>> http://www.postgresql.org/docs/8.4/static/release-8-4.html >>>> OR: >>>> http://developer.postgresql.org/pgdocs/postgres/release-8-4.html > >> I'd much rather see us use the first. > > I agree. Can we temporarily set up a cron job to copy the devel docs > tree over to docs/8.4 once a day or so? A manual copy right now would > be second best, but we'll be working on the docs throughout beta and > it'd be nice if the advertised URL stayed up to date The docs are currently loaded manually from the tarballs. As long as the same files are present in the snapshot tarballs it should be fairly easy to modify the script and stick it in a cron job. /Magnus