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 5933CD1B511; Tue, 17 Feb 2004 10:09:33 +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 73198-09; Tue, 17 Feb 2004 06:09:31 -0400 (AST) Received: from rama.cmc.msu.ru (cs.radio-msu.net [158.250.0.26]) by svr1.postgresql.org (Postfix) with ESMTP id 032BDD1B4C5; Tue, 17 Feb 2004 06:09:29 -0400 (AST) Received: from cs.msu.su (pc724-lin.intranet.cmc.msu.ru [10.3.34.136]) by rama.cmc.msu.ru (Postfix) with ESMTP id 25BF634DA5; Tue, 17 Feb 2004 13:09:25 +0300 (MSK) Message-ID: <4031E7DE.3040704@cs.msu.su> Date: Tue, 17 Feb 2004 13:07:26 +0300 From: Alexey Borzov User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20031103 X-Accept-Language: ru, en, en-us MIME-Version: 1.0 To: Dave Page Cc: Robert Treat , David Costa , pgsql-www@postgresql.org, "Marc G.Fournier" Subject: Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy References: <03AF4E498C591348A42FC93DEA9661B889F392@mail.vale-housing.co.uk> In-Reply-To: <03AF4E498C591348A42FC93DEA9661B889F392@mail.vale-housing.co.uk> X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200402/108 X-Sequence-Number: 3673 Hi! Dave Page wrote: > Yes, I guess it may need modification. Having said that though - would > it be easier to keep it on the main server and generate the feed > directly from the database? At least that way it wn't be affected by > Alexeys work. I think that it'll be better to add the ability to mirror RSS feeds also. While the feed on the main server will be fetched from the DB, the feeds on mirrors will be static. We can also think about generating feeds in multiple languages, just as it will be the case woth HTML. I'll post a message a bit later on how to better do feed generation in the version of 'portal' with my changes.