Received: from localhost (maia-3.hub.org [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id E0BC39FB2C2 for ; Sat, 27 Jan 2007 09:32:20 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-new, port 10024) with ESMTP id 49253-09 for ; Sat, 27 Jan 2007 09:32:13 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from mta-2.ms.rz.rwth-aachen.de (mta-2.ms.rz.RWTH-Aachen.DE [134.130.7.73]) by postgresql.org (Postfix) with ESMTP id D91E19FA6AF for ; Sat, 27 Jan 2007 09:32:16 -0400 (AST) Received: from circe ([134.130.3.36]) by mta-2.ms.rz.RWTH-Aachen.de (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JCJ00JDJ49QTX60@mta-2.ms.rz.RWTH-Aachen.de> for pgsql-www@postgresql.org; Sat, 27 Jan 2007 14:32:14 +0100 (CET) Received: from talos.rz.RWTH-Aachen.DE ([134.130.3.22]) by circe (MailMonitor for SMTP v1.2.2 ) ; Sat, 27 Jan 2007 14:32:14 +0100 (MET) Received: from dustpuppy.kawo2.rwth-aachen.de (dustpuppy.kawo2.RWTH-Aachen.DE [134.130.180.5]) by smarthost.rwth-aachen.de (8.13.8/8.13.1/1) with ESMTP id l0RDWDxu028226 for ; Sat, 27 Jan 2007 14:32:13 +0100 Received: from dustpuppy.kawo2.rwth-aachen.de (localhost [127.0.0.1]) by dustpuppy.kawo2.rwth-aachen.de (Postfix) with ESMTP id 8A6DA1FC07C for ; Sat, 27 Jan 2007 14:32:14 +0100 (CET) Received: from mcknight.kawo2.rwth-aachen.de (mcknight.kawo2.rwth-aachen.de [134.130.182.112]) by dustpuppy.kawo2.rwth-aachen.de (Postfix) with ESMTP id CF1DD1FC031; Sat, 27 Jan 2007 14:32:12 +0100 (CET) Received: by mcknight.kawo2.rwth-aachen.de (Postfix, from userid 1000) id AD19846809B; Sat, 27 Jan 2007 14:32:12 +0100 (CET) Date: Sat, 27 Jan 2007 14:32:12 +0100 From: Joachim Wieland Subject: Re: [HACKERS] Searching some sites explaing about In-reply-to: <45BB4894.80305@hagander.net> To: Magnus Hagander Cc: Bruce Momjian , PostgreSQL www Message-id: <20070127133212.GB5517@mcknight.de> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline X-Operating-System: Linux 2.6.13.4 on an i686 References: <200701270239.l0R2daJ27868@momjian.us> <45BB4894.80305@hagander.net> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200701/103 X-Sequence-Number: 11370 On Sat, Jan 27, 2007 at 01:41:56PM +0100, Magnus Hagander wrote: > IIRC, it was supposed to be added to a postgresql.org server sometime > almost a year ago. > http://archives.postgresql.org/pgsql-www/2006-04/msg00077.php Right. Note that the directory is called "cvshead" but I haven't updated it ever since, so actually it shows the contents of the files as they have been at that time. > Anybody know why that didn't happen? If doable, methinks that'd probably > be nicer. Could we just copy config/layout over? Joachim, thoughts? Sure, IIRC you just need a script to generate the files once in a while from a cvs checkout and everything else is static. There's a search function that requires php (keywords are in a file), anything else is just static .html. The generation process however needs quite some time. So maybe you want to generate it somewhere else and then copy over the generated files. See here for more details on how much diskspace is required: http://archives.postgresql.org/pgsql-hackers/2006-01/msg00513.php Joachim