Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 56355 invoked from network); 6 Feb 2009 10:24:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2009 10:24:23 -0000 Received: (qmail 9046 invoked by uid 500); 6 Feb 2009 10:24:17 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 9007 invoked by uid 500); 6 Feb 2009 10:24:17 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 8996 invoked by uid 99); 6 Feb 2009 10:24:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 02:24:17 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rajkumars@gmail.com designates 209.85.200.170 as permitted sender) Received: from [209.85.200.170] (HELO wf-out-1314.google.com) (209.85.200.170) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 10:24:09 +0000 Received: by wf-out-1314.google.com with SMTP id 28so784932wff.29 for ; Fri, 06 Feb 2009 02:23:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=7xLPQ3f0JemFr1BHfNCV68PXCj7wYMWqBGhorYwNvtg=; b=qjpme1fL4XuDMgTl6/mHafooUxBsWHzh41dClwBdmGYL7QG7Sh+psFchLwdtreq/XJ tFhVcK4tzBOCvLjZEA/dWAWSdy4LVVWUQvPtJBM/rsSrmcnion/kz6ZWKsexwLbkceW5 WyV4GeA09awS6ydTmbmrVT+4iyfOtcC9gom5E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=S8WwbWnAiFfO0BOr6GF2e/TTilB18yOqrbpiulH9QCaO2AxKEX2BirjWqr6rDNQ637 GKyeGfbLtQ2cPOa15iK5UPT1iKfw4HsWS5Cyc2T2xCv670Qf40v90p3HYHufLek7omLX bMPV1ag2aIeG7hz2h14UoZ+M8mcrB6LF1Dztk= MIME-Version: 1.0 Received: by 10.142.194.1 with SMTP id r1mr858256wff.138.1233915828150; Fri, 06 Feb 2009 02:23:48 -0800 (PST) In-Reply-To: References: <64de5c8b0902060141o19797dabkb726196e1790459d@mail.gmail.com> Date: Fri, 6 Feb 2009 15:53:48 +0530 Message-ID: <64de5c8b0902060223m31a0a483q2b2ac7983da824a3@mail.gmail.com> Subject: Re: Updating a design doc using curl From: Rajkumar S To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Feb 6, 2009 at 3:37 PM, Jan Lehnardt wrote: > Check out CouchApp[1]. It's meant for full application development, > but nobody's going to stop you using it for just managing views. > In fact, that's what I'm doing :) It even has its own mailing list[2] Thanks Jan, Will checkout CouchApp raj