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 690CEDA6A for ; Wed, 3 Oct 2012 20:35:31 +0000 (UTC) Received: (qmail 25007 invoked by uid 500); 3 Oct 2012 20:35:31 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 24888 invoked by uid 500); 3 Oct 2012 20:35:30 -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 24880 invoked by uid 99); 3 Oct 2012 20:35:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2012 20:35:30 +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 bchesneau@gmail.com designates 74.125.83.52 as permitted sender) Received: from [74.125.83.52] (HELO mail-ee0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2012 20:35:25 +0000 Received: by eekb57 with SMTP id b57so3886409eek.11 for ; Wed, 03 Oct 2012 13:35:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=6PIc6vpGjiy2DZatXuop8MvzIwr5de1hODiPRUn1dQs=; b=OekZFoGeZ3tjJ5R1pN2Si9uhDcsh5Dochfi7XG03c2XvT1fZYI+tmqMiyaX7Rd2pRA XzhWG+hzCHnvgtjSly/NhYZz64tW2Ot+Wq8MsFFacyxIaOscTMGFUnUXbVl1mo+QEE/5 PO0Aowz1PK9FxR2mtOzYkWHJMD4tDoQ+cUnQdgxCG5B+Rc4qFevM+rKuZWGwikv4Wnr4 ouVzMzX8nH4SFCTwXQyFmCN91kPMkajkE/SBQVuei0GHoQIVgZcsP0pdnub9+f+CsMF+ A2mLVco0nQ+q3zrHeef5sKQuKZLdwuBXsfluXwxZnROJ6GfeUaF/DriDAcyByiTH17+1 AGBw== MIME-Version: 1.0 Received: by 10.14.176.66 with SMTP id a42mr4504475eem.1.1349296504764; Wed, 03 Oct 2012 13:35:04 -0700 (PDT) Received: by 10.14.175.196 with HTTP; Wed, 3 Oct 2012 13:35:04 -0700 (PDT) In-Reply-To: <506CA0A7.5030502@bigbluehat.com> References: <5061A0D4.7090308@bigbluehat.com> <506CA0A7.5030502@bigbluehat.com> Date: Wed, 3 Oct 2012 22:35:04 +0200 Message-ID: Subject: Re: Part2: What's up dev? About couchapps. From: Benoit Chesneau To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Oct 3, 2012 at 10:31 PM, Benjamin Young wrote: > > If a Design Doc is what's expected as output, then I think the current > couchapp.py format has what's needed. couchapp.py itself needs further > extension to support multiple docs and "attach these files to this couchdb > doc" but that's for other threads. :) It already does. couchapp pushapps & pushdocs