X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 59CDE3AAF7E for ; Tue, 21 Dec 2004 12:13:08 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 66263-07 for ; Tue, 21 Dec 2004 12:13:00 +0000 (GMT) Received: from linuxworld.com.au (unknown [203.34.46.50]) by svr1.postgresql.org (Postfix) with ESMTP id 4E7173A9E4C for ; Tue, 21 Dec 2004 12:13:00 +0000 (GMT) Received: from localhost (swm@localhost) by linuxworld.com.au (8.11.6/8.11.4) with ESMTP id iBLCCsu28709; Tue, 21 Dec 2004 23:12:54 +1100 Date: Tue, 21 Dec 2004 23:12:54 +1100 (EST) From: Gavin Sherry X-X-Sender: swm@linuxworld.com.au To: harry@uklug.co.uk Cc: pgsql-docs@postgresql.org Subject: Re: Format for docs In-Reply-To: <20041221120515.61465.qmail@web50401.mail.yahoo.com> Message-ID: References: <20041221120515.61465.qmail@web50401.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.01 tagged_above=0 required=5 tests=AWL X-Spam-Level: X-Archive-Number: 200412/42 X-Sequence-Number: 2738 On Tue, 21 Dec 2004, Harry wrote: > What is the preferred format if writing postgresql documentation? > > Is plain text OK? They're marked up in docbook. Check out cvs (http://developer.postgresql.org/docs/postgres/cvs.html. The document source is in doc/src/sgml/. Thanks, Gavin