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 C7AA6D1D17D; Wed, 4 Feb 2004 19:34:26 +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 21780-02; Wed, 4 Feb 2004 15:34:22 -0400 (AST) Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by svr1.postgresql.org (Postfix) with ESMTP id D2D2FD1D179; Wed, 4 Feb 2004 15:34:21 -0400 (AST) Received: from mailgate.vale-housing.co.uk ([80.176.1.146] helo=salem.vale-housing.co.uk) by anchor-post-32.mail.demon.net with esmtp (Exim 3.35 #1) id 1AoSmz-0005w3-0W; Wed, 04 Feb 2004 19:34:21 +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: Postgresql.org search engine. Date: Wed, 4 Feb 2004 19:34:21 -0000 Message-ID: <03AF4E498C591348A42FC93DEA9661B8720719@mail.vale-housing.co.uk> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] Postgresql.org search engine. thread-index: AcPrKX6Gg5VOTiMsQ6qUKJTecR+HQgAK3LRQ From: "Dave Page" To: "Marc G. Fournier" Cc: "Oleg Bartunov" , "Josh Berkus" , X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200402/44 X-Sequence-Number: 3609 =20 > -----Original Message----- > From: Marc G. Fournier [mailto:scrappy@postgresql.org]=20 > Sent: 04 February 2004 14:12 > To: Dave Page > Cc: Marc G. Fournier; Oleg Bartunov; Josh Berkus;=20 > pgsql-www@postgresql.org > Subject: RE: [pgsql-www] Postgresql.org search engine. >=20 > > k, first thing that is missing is the last-modified date=20 > isn't set right, which makes it a no go option ... looking at=20 > the hypermail.conf file, it more reminds me of setting up a=20 > web stats program then a list archiver ... I thought the only archiver you knew was mhonarc? Not the biggest frame of reference :-) > options are either ... you can add footers and headers, but=20 > scanning through the docs that it points to, there doesn't=20 > seem to be any way of adding a Last-Modified header, since=20 > they don't even seem to define VARIABLES (ie. $DATE$ for date=20 > of posting) that you can use when generating the archives ... >=20 > let me know if I've missed something .. ? I was looking at this after I posted my last message. Hypermail supports HTML templates which may be used instead of headers and footers. These do have variables, however I couldn't see one for posting date :-( Probably not the hardest mod in the world to add it to the program, but unfortunately I just started a new module at Uni so am somewhat short of spare time again... Regards, Dave.