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 B5ABB107E2 for ; Thu, 20 Mar 2014 19:16:55 +0000 (UTC) Received: (qmail 74532 invoked by uid 500); 20 Mar 2014 19:16:51 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 74444 invoked by uid 500); 20 Mar 2014 19:16:48 -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 74368 invoked by uid 99); 20 Mar 2014 19:16:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2014 19:16:46 +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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2014 19:16:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B7F5523888FE; Thu, 20 Mar 2014 19:16:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1579716 - /couchdb/site/index.html Date: Thu, 20 Mar 2014 19:16:24 -0000 To: commits@couchdb.apache.org From: bigbluehat@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140320191624.B7F5523888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bigbluehat Date: Thu Mar 20 19:16:24 2014 New Revision: 1579716 URL: http://svn.apache.org/r1579716 Log: fixed JavaScript for querying language CouchDB indexes with JavaScript. Indexes can be queried via HTTP. Modified: couchdb/site/index.html Modified: couchdb/site/index.html URL: http://svn.apache.org/viewvc/couchdb/site/index.html?rev=1579716&r1=1579715&r2=1579716&view=diff ============================================================================== --- couchdb/site/index.html (original) +++ couchdb/site/index.html Thu Mar 20 19:16:24 2014 @@ -77,8 +77,8 @@ This fabulous linen texture was integrat
  • Apache CouchDB™ is a database

  • that uses JSON for documents,

  • -
  • JavaScript for MapReduce queries,

  • -
  • and regular HTTP for an API

  • +
  • JavaScript for MapReduce indexes,

  • +
  • and regular HTTP for its API

@@ -95,7 +95,7 @@ This fabulous linen texture was integrat

A Database for the Web

-

CouchDB is a database that completely embraces the web. Store your data with JSON documents. Access your documents with your web browser, via HTTP. Query, combine, and transform your documents with JavaScript. CouchDB works well with modern web and mobile apps. You can even serve web apps directly out of CouchDB. And you can distribute your data, or your apps, efficiently using CouchDB’s incremental replication. CouchDB supports master-master setups with automatic conflict detection.

+

CouchDB is a database that completely embraces the web. Store your data with JSON documents. Access your documents and query your indexes with your web browser, via HTTP. Index, combine, and transform your documents with JavaScript. CouchDB works well with modern web and mobile apps. You can even serve web apps directly out of CouchDB. And you can distribute your data, or your apps, efficiently using CouchDB’s incremental replication. CouchDB supports master-master setups with automatic conflict detection.

CouchDB comes with a suite of features, such as on-the-fly document transformation and real-time change notifications, that makes web app development a breeze. It even comes with an easy to use web administration console. You guessed it, served up directly out of CouchDB! We care a lot about distributed scaling. CouchDB is highly available and partition tolerant, but is also eventually consistent. And we care a lot about your data. CouchDB has a fault-tolerant storage engine that puts the safety of your data first.