Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 65472 invoked from network); 3 Jan 2010 12:58:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jan 2010 12:58:28 -0000 Received: (qmail 21769 invoked by uid 500); 3 Jan 2010 12:58:26 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 21695 invoked by uid 500); 3 Jan 2010 12:58:26 -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 21685 invoked by uid 99); 3 Jan 2010 12:58:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jan 2010 12:58:26 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of matteo.caprari@gmail.com designates 209.85.219.216 as permitted sender) Received: from [209.85.219.216] (HELO mail-ew0-f216.google.com) (209.85.219.216) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jan 2010 12:58:16 +0000 Received: by ewy8 with SMTP id 8so13474980ewy.35 for ; Sun, 03 Jan 2010 04:57:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=7Kli4sK5B6jHSdD6Z8i+MgL1P/XStmNs1DG61jUfH58=; b=c2U0a9aA+9ZXIBtTPFZ85RArB5CKghR7GQUsXUeaz1Bo0yM1PgKup93wbyz2WinoMQ II7oe9Tuks1JeOW8S3BxHAdT6D/WwBHW4v2s+1jqI2njswDOruXfNi24qDp+GcRagOVH +l0IDwZd6wg2+4NjbFKShkP/igIPnlPYucPTg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=vGq9Y7vfd3hAzX6ALyUGtRVmmewarBIq2zU86ZG3ASBpqAImcqOiWc7++crW8JIjZA ck04J2hAu7k04wC/8DBnd4wleylv089GQTtw++SDSFHl/pQ7oNJzxRs+sOp9N/jP4pU7 +YlJCVhRSrRDCIzU4ywvIkUNfe/JkFkiDxEGM= MIME-Version: 1.0 Received: by 10.216.86.72 with SMTP id v50mr8501141wee.184.1262523475216; Sun, 03 Jan 2010 04:57:55 -0800 (PST) From: Matteo Caprari Date: Sun, 3 Jan 2010 12:57:35 +0000 Message-ID: <1bca98391001030457m52aca7d8lf77edd06375f41c6@mail.gmail.com> Subject: sample couchdb application To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Hello list. I've cranked up a simple couchapp that mimics stackoverflow.com (if you squint). The idea is to understand couchdb better and provide the base for a tutorial, but before going any deeper, I'd like to hear from you what is wrong and what is good. So please have a look, but don't expect too much. Demo: http://caprazzi.net:5984/fortytwo/_design/fortytwo/index.html Docs: http://caprazzi.net:5984/fortytwo/_design/fortytwo/docs/index.html Source: http://github.com/mcaprari/fortytwo Docs are created with jsdoc-toolkit and a custom template. I think we could integrate it with couchapp to obtain a "view source" feature. -- :Matteo Caprari matteo.caprari@gmail.com