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 DDA56D1B449 for ; Thu, 15 Jan 2004 16:59:34 +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 17110-07 for ; Thu, 15 Jan 2004 12:59:04 -0400 (AST) Received: from rama.cmc.msu.ru (cs.radio-msu.net [158.250.0.26]) by svr1.postgresql.org (Postfix) with ESMTP id E2F22D1B44E for ; Thu, 15 Jan 2004 12:59:03 -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 071C934DC4; Thu, 15 Jan 2004 19:59:03 +0300 (MSK) Message-ID: <4006C6BF.802@cs.msu.su> Date: Thu, 15 Jan 2004 19:58:39 +0300 From: Alexey Borzov User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703 X-Accept-Language: ru, en, en-us MIME-Version: 1.0 To: Robert Treat Cc: Dave Page , pgsql-www@postgresql.org Subject: Re: Todo for 'portal', programmers perspective References: <03AF4E498C591348A42FC93DEA9661B8720494@mail.vale-housing.co.uk> <1074184254.17856.416.camel@camel> In-Reply-To: <1074184254.17856.416.camel@camel> 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: 200401/104 X-Sequence-Number: 3343 Hi! Robert Treat wrote: >>>1) If all the static content (i.e. the content that does not change >>>often) is stored in the database and is editable only through >>>web-interface then there is a bottleneck: the person who >>>gives access to web-interface. If the interface is not robust >>>enough to let not-quite-trusted people use it, then the >>>bottleneck is even more narrow. On the other hand, if the >>>content is available in public CVS, then every one may check >>>it out and edit it and later submit for inclusion. >> >>The same bottleneck applies either way as those with access to the admin >>interface are basically those with cvs commit access. Still, CVS does >>give more convenient read-only access than the web does. >> > > > I'd like to point out that from a management standpoint, I think we've > been fairly responsive when it comes to news & events, so I don't see a > bottleneck there. On top of that, ISTM that it is easier to for end > users to submit news and to get it approved if its in a web/db based > system. I want to once again point out that this applied to static content, not to news and events which should of course be managed through web interface.