X-Original-To: pgsql-hackers-postgresql.org@postgresql.org Received: from localhost (wm.hub.org [200.46.204.128]) by postgresql.org (Postfix) with ESMTP id 00EB89FA436; Sun, 17 Sep 2006 14:32:43 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024) with ESMTP id 93874-08; Sun, 17 Sep 2006 17:32:40 +0000 (UTC) X-Greylist: delayed 00:15:21.858558 by SQLgrey- X-Greylist: from auto-whitelisted by SQLgrey- Received: from students.iiit.net (students.iiit.ac.in [196.12.53.11]) by postgresql.org (Postfix) with ESMTP id 12EC69FA251; Sun, 17 Sep 2006 14:32:36 -0300 (ADT) Received: from students.iiit.ac.in (localhost.localdomain [127.0.0.1]) by students.iiit.net (8.13.6/8.13.0) with ESMTP id k8HHGdTf008913 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 17 Sep 2006 22:46:39 +0530 Received: from localhost (aziz@localhost) by students.iiit.ac.in (8.13.6/8.12.8/Submit) with ESMTP id k8HHGSLt008853; Sun, 17 Sep 2006 22:46:28 +0530 Date: Sun, 17 Sep 2006 22:46:28 +0530 (IST) From: "Md.Abdul Aziz" X-X-Sender: aziz@students.iiit.ac.in To: Josh Berkus cc: Gregory Stark , pgsql-www@postgresql.org, Martijn van Oosterhout , Neil Conway , Dave Page , "pgsql-hackers@postgresql.org" Subject: Re: [pgsql-www] Developer's Wiki In-Reply-To: <200609161309.50052.josh@agliodbs.com> Message-ID: References: <200609161225.16961.josh@agliodbs.com> <877j03y50r.fsf@enterprisedb.com> <200609161309.50052.josh@agliodbs.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-IIITH-MailScanner-Information: Please contact the IIIT Server Room for more information X-IIITH-MailScanner: Found to be clean X-IIITH-MailScanner-From: aziz@students.iiit.net X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=2.367 tagged_above=0 required=5 tests=FORGED_RCVD_HELO, RCVD_IN_WHOIS_INVALID, SPF_HELO_PASS, SPF_PASS X-Spam-Level: ** X-Archive-Number: 200609/1432 X-Sequence-Number: 90961 On Sat, 16 Sep 2006, Josh Berkus wrote: Hi, > Greg, > >> I think the lessons of wikipedia is precisely that you *don't* want to add >> such barriers. You want to let people add stuff pretty much freely. That >> encourages people to get involved and put up information. > > The other lesson of Wikipedia is that maintaining wiki quality for a generally > editable wiki requires a full-time dedicated staff. We don't even have any > volunteers who have 4 hours/week to commit to cleaning up the wiki, unless > you're volunteering. Then it will need not be a wiki, just make a website. > > This is *particularly* true of the TODO stuff. We simply don't want Joe User > adding their personal wishlist to the TODOs, and that's exactly what will > happen if the TODO list is world-writable. TODOs should be items which have > been hashed out here on the Hackers list, and the wiki page should list the > specification which is the general consensus. > > If we had a "user documentation wiki", then *that* should be world-editable, > but again that would require community volunteers to dedicate to cleaning it > up. The developer wiki is by and for actual contributors. > >