From commits-return-3207-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Tue Sep 29 14:51:31 2009 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 98408 invoked from network); 29 Sep 2009 14:51:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Sep 2009 14:51:31 -0000 Received: (qmail 71554 invoked by uid 500); 29 Sep 2009 14:51:31 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 71485 invoked by uid 500); 29 Sep 2009 14:51:31 -0000 Mailing-List: contact commits-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 commits@couchdb.apache.org Received: (qmail 71476 invoked by uid 500); 29 Sep 2009 14:51:30 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 71473 invoked by uid 99); 29 Sep 2009 14:51:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 14:51:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 14:51:29 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 2E0B0118BB; Tue, 29 Sep 2009 14:51:09 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 29 Sep 2009 14:51:09 -0000 Message-ID: <20090929145109.7738.64854@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22HTTP=5Fview=5FAPI=22_by_JanLehn?= =?utf-8?q?ardt?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "HTTP_view_API" page has been changed by JanLehnardt: http://wiki.apache.org/couchdb/HTTP_view_API?action=3Ddiff&rev1=3D21&rev2= =3D22 = {{{ function(doc) { - emit(null, doc); + emit(null, null); } }}} =20