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
<ul class="text-block">
<li><h1><strong>Apache CouchDB</strong>™ is a
database</h1></li>
<li><h1>that uses <strong>JSON</strong> for documents,</h1></li>
- <li><h1><strong>JavaScript</strong> for <strong>MapReduce</strong>
queries,</h1></li>
- <li><h1>and regular <strong>HTTP</strong> for an
<strong>API</strong></h1></li>
+ <li><h1><strong>JavaScript</strong> for <strong>MapReduce</strong>
indexes,</h1></li>
+ <li><h1>and regular <strong>HTTP</strong> for its
<strong>API</strong></h1></li>
</ul>
<div class="button-container">
@@ -95,7 +95,7 @@ This fabulous linen texture was integrat
<h2 class="icon icon-about">A Database for the Web</h2>
- <p>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.</p>
+ <p>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.</p>
<p>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
<a href="http://en.wikipedia.org/wiki/CAP_theorem">distributed scaling</a>.
CouchDB is highly available and partition tolerant, but is also <a
href="http://guide.couchdb.org/editions/1/en/consistency.html">eventually
consistent</a>. And we care <em>a lot</em> about your data. CouchDB has a
fault-tolerant storage engine that puts the safety of your data
<em>first</em>.</p>