Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C5531D45F for ; Wed, 26 Sep 2012 21:45:05 +0000 (UTC) Received: (qmail 18734 invoked by uid 500); 26 Sep 2012 21:45:04 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 18703 invoked by uid 500); 26 Sep 2012 21:45:04 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 18645 invoked by uid 99); 26 Sep 2012 21:45:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2012 21:45:04 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of john.tigernassau@gmail.com designates 209.85.160.180 as permitted sender) Received: from [209.85.160.180] (HELO mail-gh0-f180.google.com) (209.85.160.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2012 21:44:58 +0000 Received: by ghbf19 with SMTP id f19so344459ghb.11 for ; Wed, 26 Sep 2012 14:44:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Aj7rYz+Y6SoOaTgH1EiIJeDQSqP6cR7rFWwVdaAonZI=; b=k6YfjRAziO4dk8keZYCl5nvgNyP4tqqOnJxbuHkmecVqEnKDwLxqlVdyCKK65ysZm3 nDdc89kjiWD0A6L22rqBvEnYVkqifQQLQWT/e8k6MzOOYZa0FP1xvem7SJkXHU/CHf5J MSXY4sfJBRSPMBbUqzucyOTrlqL+3PBjfdnXoZbmTUfAphILmnwZUFXbzKpWJ8Np82j2 0Noh6/vOq4zlzaB8CA5qgSP+k6RXa+HglsLQknaBRtLIn6AFawCxsIBnJ5oJNfqg1xk7 +CPhQP729sfW/188dzTvK4GM0N3jdsC8W5Su8PEuUo6bXnuVk83u5xqzDHaUi1S10UN4 EtMw== Received: by 10.236.44.196 with SMTP id n44mr2323146yhb.117.1348695877839; Wed, 26 Sep 2012 14:44:37 -0700 (PDT) Received: from [192.168.6.181] (ip-64-134-138-77.public.wayport.net. [64.134.138.77]) by mx.google.com with ESMTPS id e5sm6760668yhk.21.2012.09.26.14.44.36 (version=SSLv3 cipher=OTHER); Wed, 26 Sep 2012 14:44:37 -0700 (PDT) Message-ID: <50637743.1060200@gmail.com> Date: Wed, 26 Sep 2012 15:44:35 -0600 From: "john.tiger" User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.6esrpre) Gecko/20120817 Icedove/10.0.6 MIME-Version: 1.0 To: dev@couchdb.apache.org Subject: Re: couch has docs! References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit okay, thks - now what is plan - if docs go into /couchdb/docs then should stuff in wiki be ported over ? having both docs and wiki is confusing unless really clear what goes into what. On 09/26/2012 03:02 PM, Dave Cottlehuber wrote: > Hi, > > After much hand-wringing& gnashing of teeth, we now have a /docs/ > branch in git[1], [2], and available online [3]. A huge thank-you to > Dirkjan Ochtman, Alexander Shorin, and the tireless Jan& Noah to make > this happen. The single biggest thing you can do as thanks, is to send > us improvements, in any form you feel comfortable, and in any size. > > Sending in changes& fixes should be as easy as 1-2-3: > > 1: fork locally with git, or github > 2: edit the .rst format [7] files either in the slick github UI, or in > your favourite editor > 3: send a pull request, mail, jira, or a patch as you prefer > > I hopefully documented those steps [4] so please let me know if it > works. Live Long& Document! > > Notes& Tips: > - /docs/ lags master a wee bit, nothing serious > - feel free to use COUCHDB-1536 for tracking any integration work in > the /docs/ branch > - you can use pandoc online [5] to convert from your favourite format > - it looks like github lets you edit in markdown but send in changes > in rst format > > [1]: https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=tree;f=share/docs;hb=docs > [2]: https://github.com/apache/couchdb/tree/docs > [3]: http://couchdb.readthedocs.org/en/latest/index.html > [4]: http://wiki.apache.org/couchdb/Documentation > [5]: http://johnmacfarlane.net/pandoc/try > [6]: https://issues.apache.org/jira/browse/COUCHDB-1536 > [7]: http://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html > > A+ > Dave >