From dev-return-23108-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Sep 26 09:45:29 2012 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 E62A8DE9D for ; Wed, 26 Sep 2012 09:45:28 +0000 (UTC) Received: (qmail 11922 invoked by uid 500); 26 Sep 2012 09:45:28 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 11892 invoked by uid 500); 26 Sep 2012 09:45:28 -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 11869 invoked by uid 99); 26 Sep 2012 09:45:27 -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 09:45:27 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.219.52] (HELO mail-oa0-f52.google.com) (209.85.219.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2012 09:45:21 +0000 Received: by oagn1 with SMTP id n1so350048oag.11 for ; Wed, 26 Sep 2012 02:45:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=trY1GxfEZBNZm03xwk0utvVDOWXVTAePbGdvl5Of0MM=; b=JG4YjSAvkxKX9XVKBepk7uJHDj9nxvB2OH/VhU4p+C8LLgkScKUAJ/o6uSMd2bEk1I bJsyh+nrJkUwPxID+0aBO/FIULbd77ky366SOAFlKGpalpp2lMMYL9HkhS0/kXZjtzOU R/ZsheI6fTmiUdQVusY6KriPVqLxe93ooFP0hj8vKKnCGOKSJHw2xB5jBJpd8+iAHpUe 3iNxu7rHF6SfXa0qHmPCu9SrP/Mn8wDe5Qx3TitTZIDVdWSo00+2QJsX4NZVK9t3h0oU xMPU3aZR0KgyAIoHiL7bTfbnqkhOgiW6Gw5TsGrRaxOcOzXIAAcTqovouqcIwljzYMiJ OHxg== MIME-Version: 1.0 Received: by 10.60.12.103 with SMTP id x7mr14442234oeb.142.1348652699959; Wed, 26 Sep 2012 02:44:59 -0700 (PDT) Received: by 10.182.197.38 with HTTP; Wed, 26 Sep 2012 02:44:59 -0700 (PDT) In-Reply-To: References: <5060B9C0.7010903@gmail.com> <1BD88ADA54CB4C919B740BCAE0655E60@cloudant.com> Date: Wed, 26 Sep 2012 10:44:59 +0100 Message-ID: Subject: Re: Part2: What's up dev? About couchapps. From: Dale Harvey To: dev@couchdb.apache.org Content-Type: multipart/alternative; boundary=e89a8fb205701b42a904ca97adfa X-Gm-Message-State: ALoCoQniKmOQzPNjbKP1lmEoO1SZBWQx1xxmfHIC2o+X3YnbIUuHvYIAwg4JAmUaJ6I1AwoNLNC8 --e89a8fb205701b42a904ca97adfa Content-Type: text/plain; charset=ISO-8859-1 Yes, typically design doc attachments (the html / css / static js / images that make up the couchapp), its been a part of every tool that generates the design doc from the filesystem as well, kanso, nodecouchapp, couchapppy and erica all do the same thing, just with some differing (and some matching) workflows between them. I was just warning against strictly requiring the erica / couchapppy filesystem mapping as I think it doesnt play nicely with existing projects and is more complicated for new users to understand from the start. On 26 September 2012 10:23, Simon Metson wrote: > Right. Give it a directory and a doc URL and put the contents of the dir > onto the doc. > > > On Wednesday, 26 September 2012 at 10:19, Noah Slater wrote: > > > I was thinking this myself, but wasn't sure. Are you just talking about a > > tool that uploads a directory structure into doc attachments? That's a > > different tool to something that assembles a design doc from a directory, > > right? > > > > On Wed, Sep 26, 2012 at 10:11 AM, Simon Metson > wrote: > > > > > Hi > > > > > > > > > On Wednesday, 26 September 2012 at 10:07, Dale Harvey wrote: > > > > > > > Making it simple to pick a directory to upload as a set of > attachments > > > > doesnt exclude including all the extra functionality of couchapps, as > > > > node.couchapp + kanso show > > > > > > > > > > > > > IMHO that's another tool to what Noah wants. It's one that probably > should > > > be provided in the distribution, but it's a different thing. > > > Cheers > > > Simon > > > > > > > > > > > > > -- > > NS > > > > > > > --e89a8fb205701b42a904ca97adfa--