X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (neptune.hub.org [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 86C15D1B446 for ; Fri, 5 Dec 2003 11:46:58 +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 38551-01 for ; Fri, 5 Dec 2003 07:46:30 -0400 (AST) Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by svr1.postgresql.org (Postfix) with ESMTP id 88394D1B43E for ; Fri, 5 Dec 2003 07:46:27 -0400 (AST) Received: from mailgate.vale-housing.co.uk ([80.176.1.146] helo=salem.vale-housing.co.uk) by anchor-post-30.mail.demon.net with esmtp (Exim 3.35 #1) id 1ASEPj-0009Wg-0U; Fri, 05 Dec 2003 11:46:27 +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: Replacing @ with " at " Date: Fri, 5 Dec 2003 11:46:26 -0000 Message-ID: <03AF4E498C591348A42FC93DEA9661B87201B6@mail.vale-housing.co.uk> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] Replacing @ with " at " thread-index: AcO7Id2L0pmbifQXRauiHBsFldkovQAA00zA From: "Dave Page" To: "Devrim GUNDUZ" Cc: "PostgreSQL WWW Mailing List" X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200312/43 X-Sequence-Number: 3103 =20 > -----Original Message----- > From: Devrim GUNDUZ [mailto:devrim@gunduz.org]=20 > Sent: 05 December 2003 11:21 > To: Dave Page > Cc: PostgreSQL WWW Mailing List > Subject: Re: [pgsql-www] Replacing @ with " at " >=20 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 >=20 > Hi, >=20 > On Fri, 5 Dec 2003, Dave Page wrote: >=20 > > > I saw something on index.php; but I'm not sure that it works: > > >=20 > > > ereg_replace("@", "@", pg_result($rs, $x, "posted_by")) > >=20 > > That was done by Greg Sabino Mullane >=20 > hmm. I've edited index.php, and it seems ok now. >=20 > http://www.postgresql.org/index.php >=20 > I've also edited news.php and event.php. Dave, could you=20 > please commit all three files to CVS? Thanks, committed. > BTW: index.php and index.html are not in sync for hours. IS=20 > there a problem? I just ran it manually and it went OK. BTW; I have now added a build/buildpage script to rebuild just a single page.=20 Usage: $ build/buildpage /index Unless you are root it'll fail to do the chown at the end, but it should build OK. Regards, Dave.