Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 312AF6509B7 for ; Sat, 19 Jul 2008 21:49:53 -0300 (ADT) Received: from postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 45028-05-4 for ; Sat, 19 Jul 2008 21:49:38 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by postgresql.org (Postfix) with ESMTP id 26096650A5B for ; Sat, 19 Jul 2008 21:26:09 -0300 (ADT) Received: from perhan.alvh.no-ip.org (190-95-31-93.bk17-dsl.surnet.cl [190.95.31.93]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m6K0SSXS002323 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 19 Jul 2008 17:28:31 -0700 Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id BC46247C83; Sat, 19 Jul 2008 20:26:05 -0400 (CLT) Date: Sat, 19 Jul 2008 20:26:05 -0400 From: Alvaro Herrera To: Francisco Reyes Cc: Postgresql WWW List Subject: Re: How to contribute to site? Message-ID: <20080720002605.GF6409@alvh.no-ip.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Sat, 19 Jul 2008 17:28:31 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.058 tagged_above=0 required=5 tests=AWL=0.058 X-Spam-Level: X-Archive-Number: 200807/116 X-Sequence-Number: 15546 Francisco Reyes wrote: > I am looking at https://pgweb.postgresql.org and don't see any pointers > on how one contributes to the pg doc project. > > Also checked http://wiki.postgresql.org/wiki/Developer_FAQ and the wiki > in general. > > Any URLs or any pointers on how to contribute? > I particular I want to provide examples for this page: > http://www.postgresql.org/docs/8.3/interactive/ddl-partitioning.html Well, that's a different codebase from pgweb. pgweb deals with the website itself; the docs are produced from SGML source found in the core Postgres source. You can probably check out git.postgresql.org to get this source, edit it (see the doc/src/sgml directory), and use GIT to build a patch and mail it to the pgsql-docs list. (You could also use CVS if you feel so inclined, but it probably does not have any benefit over GIT). Note that pgsql-www is not involved anywhere in this task :-) -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc.