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 C1166D1B43F; Sat, 17 Jan 2004 14:55:56 +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 43462-05; Sat, 17 Jan 2004 10:55:29 -0400 (AST) Received: from avalanche.derxis.com (avalanche.netmar.com [198.69.224.177]) by svr1.postgresql.org (Postfix) with ESMTP id 4E447D1D8F3; Sat, 17 Jan 2004 10:55:25 -0400 (AST) Received: from 127.0.0.1 (localhost.localdomain [127.0.0.1]) by reinject.technically-sound.com (Postfix) with SMTP id 46DAE401E; Sat, 17 Jan 2004 09:55:28 -0500 (EST) Received: from www.derxis.com (localhost.localdomain [127.0.0.1]) by avalanche.derxis.com (Postfix) with SMTP id 1ACD1400D; Sat, 17 Jan 2004 09:55:27 -0500 (EST) Received: from 209.198.116.24 (SquirrelMail authenticated user smsimms) by www.derxis.com with HTTP; Sat, 17 Jan 2004 09:55:27 -0500 (EST) Message-ID: <1985.209.198.116.24.1074351327.squirrel@www.derxis.com> In-Reply-To: <200401162322.04719.xzilla@users.sourceforge.net> References: <03AF4E498C591348A42FC93DEA9661B87204CA@mail.vale-housing.co.uk> <200401161409.57247.josh@agliodbs.com> <20040116181616.X13900@ganymede.hub.org> <200401162322.04719.xzilla@users.sourceforge.net> Date: Sat, 17 Jan 2004 09:55:27 -0500 (EST) Subject: Re: techdocs/v2 and Bricolage From: "Steve Simms" To: "Robert Treat" Cc: "Marc G. Fournier" , "Josh Berkus" , "Dave Page" , "PostgreSQL Web Development Mailing List" User-Agent: SquirrelMail/1.4.1-2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200401/183 X-Sequence-Number: 3422 Robert Treat said: > On Friday 16 January 2004 17:16, Marc G. Fournier wrote: >> On Fri, 16 Jan 2004, Josh Berkus wrote: >> > Dave, >> > >> > > The only really noticable speed issues I saw whilst playing were local >> > > network issues. I editted one page and it certainly wasn't noticably >> > > slower than our other php admin interface. The site seems a little slow to me -- it took five seconds to bring up the home page, compared to two for the postgresql.org home page. Not terrible, but noticeable. >> > OK. Do we want to give it a try? I would eliminate one item I've been >> > procrastinating on for some time, and I'd be happy to relieve Robert of >> > any Techdocs maint based on Plone. The structured text aspect of plone seems to be a bit iffy to me. In particular, it looks like there's a *lot* of indenting involved based on their description of it (http://plone.org/documentation/book/10). Other concerns: - Inline preformatted text is done with apostrophes. This seems prone to accidents, particularly if you try to use SQL inline. - It *looks* like you can only do preformatted text if the preceding paragraph ends in a colon (which needs to be doubled). - It replaces HTML with another formatting language. It attempts to be simpler, but I'm not sure if it succeeds. A good test would be to take an article that has a fair number of SQL examples in it, and port it to plone's format. If this were done by someone who's already written articles (and might do so again) -- I'm thinking of Josh, that would be particularly helpful. >> 'k, is this replacing techdocs, or just part of techdocs? > > If we're going to do it, we need to replace the whole thing IMO. I agree. We don't need to add another method of storage/delivery if we can avoid it. As of last night, I have Bricolage installed on a server, and am now attempting to figure out how to use it (not very obvious). As far as I can tell, it publishes plain HTML to any number of servers, without needing anything special running on the destination web server, so it'll be hard to beat that for speed. It also allows for writing, editing, approving and publishing as separate steps (the last two might be combined).