Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 38225 invoked from network); 26 Feb 2009 04:18:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2009 04:18:42 -0000 Received: (qmail 88835 invoked by uid 500); 26 Feb 2009 04:18:42 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 88806 invoked by uid 500); 26 Feb 2009 04:18:41 -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 88797 invoked by uid 500); 26 Feb 2009 04:18:41 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 88794 invoked by uid 99); 26 Feb 2009 04:18:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2009 20:18:41 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO aurora.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2009 04:18:41 +0000 Received: from aurora.apache.org (localhost [127.0.0.1]) by aurora.apache.org (8.13.8+Sun/8.13.8) with ESMTP id n1Q4IJXu004696 for ; Thu, 26 Feb 2009 04:18:19 GMT Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Thu, 26 Feb 2009 04:18:19 -0000 Message-ID: <20090226041819.4608.38798@aurora.apache.org> Subject: [Couchdb Wiki] Update of "ApiVueHttp" by CuriousAttemptBunny 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 change notification. The following page has been changed by CuriousAttemptBunny: http://wiki.apache.org/couchdb/ApiVueHttp The comment on the change is: replaced _slow_view with correct _temp_view ------------------------------------------------------------------------------ == Vues Ad Hoc == - Les requêtes temporaires (ex. les vues que vous ne souhaitez pas enregistrer dans CouchDB) peuvent être réalisées à travers la vue spéciale ''_slow_view'' : + Les requêtes temporaires (ex. les vues que vous ne souhaitez pas enregistrer dans CouchDB) peuvent être réalisées à travers la vue spéciale ''_temp_view'' : {{{ - POST /some_database/_slow_view HTTP/1.0 + POST /some_database/_temp_view HTTP/1.0 Content-Length: 48 Date: Mon, 10 Sep 2007 17:11:10 +0200 Content-Type: application/json