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 F2305105D3 for ; Sat, 20 Jul 2013 15:42:31 +0000 (UTC) Received: (qmail 47606 invoked by uid 500); 20 Jul 2013 15:42:31 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 47412 invoked by uid 500); 20 Jul 2013 15:42:26 -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 47398 invoked by uid 99); 20 Jul 2013 15:42:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jul 2013 15:42:25 +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 (athena.apache.org: domain of dch@jsonified.com designates 209.85.215.54 as permitted sender) Received: from [209.85.215.54] (HELO mail-la0-f54.google.com) (209.85.215.54) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jul 2013 15:42:20 +0000 Received: by mail-la0-f54.google.com with SMTP id ec20so4079662lab.41 for ; Sat, 20 Jul 2013 08:41:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jsonified.com; s=google; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=btS/3BJz51DT86KmLhE2+WP8oI6MX0Ug6xxLBxrKLAA=; b=klESvsFDQioBPIZ4JXMWHhsnGsyZmMISk794VsLFxcm/j/xwdqMC1cz7OHVbxzsi6t 1n7pZOot4fmz9qK6Gkms1WagyczuA4Aif/+zZhG1HB22/mviTFG1w8ryHrHe2sBltzjg XbjshG6N6bCQ7BMzRQXdE+X1PjEwriqpeFPa4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=btS/3BJz51DT86KmLhE2+WP8oI6MX0Ug6xxLBxrKLAA=; b=Bzi4rwN+yqDGWXHDKhBlKo349G4uy4d8bxoVx40smMAFbyNBRuXAiWxAbOz5kIPgvt zyzg/Z1i9TmPaFwEuRSJj0TAy0EpJIi84IY+3WGApscQHz0Qbp5ufdBbhWUJI2xLVXty Lykbqe1c2IRyuZcss9TxgxYI8z74Xi7Ags6Ow507ygTOw9N28vkh22e7DSfoKRhASE3/ aHoo30wruH+iuKesWrPeWxYGR7IKEvoclfRig3dMmTtk3GRvXEW69Wn+g4/dMJ+IJfST fSUozOhM7wjAi1gc4vCFDDdQV7YgGNw+s+WeyitkwO4gFPaV+3owdqB/iUhakdDsa85X KnaQ== MIME-Version: 1.0 X-Received: by 10.112.77.164 with SMTP id t4mr9260448lbw.52.1374334918617; Sat, 20 Jul 2013 08:41:58 -0700 (PDT) Received: by 10.112.70.229 with HTTP; Sat, 20 Jul 2013 08:41:58 -0700 (PDT) X-Originating-IP: [84.112.19.176] In-Reply-To: References: Date: Sat, 20 Jul 2013 17:41:58 +0200 Message-ID: Subject: Re: Project proposal for ICFOSS From: Dave Cottlehuber To: Yashin Mehaboobe , Dave Cottlehuber , Dirkjan Ochtman Cc: "dev@couchdb.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlOhm4cY+TnijOFpb5WYMVZtRv082r8MYNjwejFvp15yzfHC5puogu54Yp8Jhal48g12cg0 X-Virus-Checked: Checked by ClamAV on apache.org On 19 July 2013 16:29, Dirkjan Ochtman wrote: > On Thu, Jul 18, 2013 at 9:21 PM, Yashin Mehaboobe wrote: >> I've installed couchdb on a Linux VPS. I cloned the git repository and >> compiled it from source but I haven't created any databases yet. I've looked >> through the /share/doc/src rst files as well as the sphinx conf.py file. How >> I plan on implementing this is to use the following to gather the changes. >> -The rst files from /share/doc >> -The git commit messages obtained using git-python +1 > I'd personally go with dulwich or pygit2 for this rather than > git-python, since they're implemented as native libraries rather than > wrappers around shelling out to other processes. Let me know which one seems best & I'll confirm it can run on windows in our kludgy build chain, and at what version. A+ Dave