Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 888C871ED for ; Wed, 23 Nov 2011 14:42:21 +0000 (UTC) Received: (qmail 77432 invoked by uid 500); 23 Nov 2011 14:42:21 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 77404 invoked by uid 500); 23 Nov 2011 14:42:21 -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 77397 invoked by uid 500); 23 Nov 2011 14:42:21 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 77394 invoked by uid 99); 23 Nov 2011 14:42:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2011 14:42:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2011 14:42:19 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id E3780B22; Wed, 23 Nov 2011 14:41:58 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 23 Nov 2011 14:41:58 -0000 Message-ID: <20111123144158.17375.38136@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Getting=5Fstarted=5Fwith=5FC=22?= =?utf-8?q?_by_JanLehnardt?= Auto-Submitted: auto-generated Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Getting_started_with_C" page has been changed by JanLehnardt: http://wiki.apache.org/couchdb/Getting_started_with_C?action=3Ddiff&rev1=3D= 4&rev2=3D5 Comment: add ContributorGroup link + <> + = ## page was renamed from GettingStartedWithC = If you want to operate CouchDB with C, you must use HTTP requests. You ca= n directly invoke socket to do that, or accomplish it with a library that e= ncapsulates HTTP. CURL is one such library. To obtain a copy of the CURL li= brary or information on it like its usage, just access its website http://c= url.haxx.se/.