Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id C02AD633150 for ; Mon, 13 Apr 2009 14:55:26 -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 14281-01-3 for ; Mon, 13 Apr 2009 14:54:57 -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 E18D0633333 for ; Mon, 13 Apr 2009 14:54:30 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id D5E1EDCD2D7; Mon, 13 Apr 2009 19:54:10 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by mha-laptop.hagander.net (Postfix) with ESMTP id 399E6124112; Mon, 13 Apr 2009 19:54:10 +0200 (CEST) Message-ID: <49E37C41.9030306@hagander.net> Date: Mon, 13 Apr 2009 19:54:09 +0200 From: Magnus Hagander User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: Tom Lane CC: Dave Page , Josh Berkus , PostgreSQL www Subject: Re: Link locations for beta? References: <49DFE190.7050802@agliodbs.com> <937d27e10904110108h1de4bf4ev5ff1794299d1500f@mail.gmail.com> <49E068DD.9080404@hagander.net> <17024.1239459428@sss.pgh.pa.us> In-Reply-To: <17024.1239459428@sss.pgh.pa.us> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/43 X-Sequence-Number: 16910 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. I've set up such a temporary job. FYI 2 web team: it's run out of my personal crontab on wwwmaster - because that's where I had the load scripts set up. So if something goes boom, just disable it there. There is nothing else in my crontab, so it should be Painfully Obvious which one it is :) //Magnus