Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 34845 invoked from network); 3 Jan 2010 21:38:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jan 2010 21:38:01 -0000 Received: (qmail 79862 invoked by uid 500); 3 Jan 2010 21:38:00 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 79773 invoked by uid 500); 3 Jan 2010 21:38:00 -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 79763 invoked by uid 99); 3 Jan 2010 21:38:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jan 2010 21:38:00 +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 (nike.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 21:37:48 +0000 Received: by ewy8 with SMTP id 8so13791884ewy.35 for ; Sun, 03 Jan 2010 13:37:27 -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 :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=TNouh1Cve2WkPKjxLCTdtOoXCsSk7SHwdkyrVt2CWiY=; b=pVw1+BtMDnA8+J6Cnyp6/hNEFYXWRYZ7JD9Y4BMAYqfMa3i/TvDstH0Mr2crF0etvV qZVytpzX92EzVcthmizepX2+96fcmRWoa6P2Y0YLIrROUxwYlORIr0vLbvBdUE/luFLA CCSEfMU2hHtELFpjMBn3WTI/qJi9J1kZKiO2M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=Qwqm9Sx1UGWSB9a7BTTcVENDgUXVEut90dhF8SHoewIIQriG+y632Vzbqs4I5fhUBi eaHJlSNxcOM2786nBRddQlxhwoCJg5+Hbbrs+nVmvpoaZ/JYexG9e4sZlSR9J1XUIJ8B fMqWzsQ6+1lagzSGJM2r5OYAPn+aZZa1XMTt0= MIME-Version: 1.0 Received: by 10.216.90.203 with SMTP id e53mr535534wef.86.1262554645109; Sun, 03 Jan 2010 13:37:25 -0800 (PST) In-Reply-To: <6adfa88d1001031142m41299c59p2e482a206e627d94@mail.gmail.com> References: <1bca98391001030457m52aca7d8lf77edd06375f41c6@mail.gmail.com> <6adfa88d1001031142m41299c59p2e482a206e627d94@mail.gmail.com> From: Matteo Caprari Date: Sun, 3 Jan 2010 21:37:05 +0000 Message-ID: <1bca98391001031337o6037ad76uab63528f50d61ff1@mail.gmail.com> Subject: Re: sample couchdb application To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Pawel. I surely don't mind :) software likes to be useful. Just keep in mind that there are rough edges and some improvements have already been suggested. Let me know when it's prime time :) -teo On Sun, Jan 3, 2010 at 7:42 PM, Pawe=C5=82 Stawicki wrote: > On Sun, Jan 3, 2010 at 13:57, Matteo Caprari w= rote: >> 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" fe= ature. > > Great example! I am just writing article about CouchDB and I hope you > don't mind if I use your application as an example. Thanks! > -- > Pawe=C5=82 Stawicki > http://pawelstawicki.blogspot.com > http://szczecin.jug.pl > http://www.java4people.com > --=20 :Matteo Caprari matteo.caprari@gmail.com