X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id A9390D1D8A0; Mon, 2 Feb 2004 16:38:50 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 75015-05; Mon, 2 Feb 2004 12:38:43 -0400 (AST) Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by svr1.postgresql.org (Postfix) with ESMTP id 6886CD1D57D; Mon, 2 Feb 2004 12:38:43 -0400 (AST) Received: from mailgate.vale-housing.co.uk ([80.176.1.146] helo=salem.vale-housing.co.uk) by anchor-post-33.mail.demon.net with esmtp (Exim 3.35 #1) id 1Anh5u-0004wB-0X; Mon, 02 Feb 2004 16:38:42 +0000 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Subject: Re: projects.postgresql.net Date: Mon, 2 Feb 2004 16:37:52 -0000 Message-ID: <03AF4E498C591348A42FC93DEA9661B87206D2@mail.vale-housing.co.uk> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] projects.postgresql.net thread-index: AcPpqnZ50zlvEcvwQVOnBRdhjlonQgAACS5g From: "Dave Page" To: "Marc G. Fournier" Cc: "Tom Lane" , X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200402/34 X-Sequence-Number: 3599 =20 > -----Original Message----- > From: Marc G. Fournier [mailto:scrappy@postgresql.org]=20 > Sent: 02 February 2004 16:30 > To: Dave Page > Cc: Marc G. Fournier; Tom Lane; pgsql-www@postgresql.org > Subject: RE: [pgsql-www] projects.postgresql.net=20 >=20 > select 'http://' || project_name || '.postgresql.org' from project; >=20 > on the 186_gborg database? :) >=20 > then again, how does gborg know there is an 'external web=20 > site'? we'd want to set that anyway, and then you could pull=20 > in all external project web sites semi-automatically ... ? Good point. If Gborg lists a site name, we index that. We could just have that field default to the right URL, but remain switched off until the user decides to enable it. /D