You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2008/08/12 13:10:29 UTC

svn commit: r685117 - /incubator/couchdb/site/htdocs/index.txt

Author: nslater
Date: Tue Aug 12 04:10:28 2008
New Revision: 685117

URL: http://svn.apache.org/viewvc?rev=685117&view=rev
Log:
remove the news section

Modified:
    incubator/couchdb/site/htdocs/index.txt

Modified: incubator/couchdb/site/htdocs/index.txt
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/index.txt?rev=685117&r1=685116&r2=685117&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/index.txt (original)
+++ incubator/couchdb/site/htdocs/index.txt Tue Aug 12 04:10:28 2008
@@ -11,15 +11,15 @@
      style="float: right; margin-left: 2em">
 
 Apache CouchDB is a distributed, fault-tolerant and schema-free
-document-oriented database accessible via a RESTful HTTP/JSON API. Among other 
+document-oriented database accessible via a RESTful HTTP/JSON API. Among other
 features, it provides robust, incremental replication with bi-directional
-conflict detection and resolution, and is queryable and indexable using a 
-table-oriented view engine with JavaScript acting as the default view 
+conflict detection and resolution, and is queryable and indexable using a
+table-oriented view engine with JavaScript acting as the default view
 definition language.
 
-CouchDB is written in [Erlang][], but can be easily accessed from any 
-environment that provides means to make HTTP requests. There are a multitude of 
-third-party client libraries that make this even easier for a variety of 
+CouchDB is written in [Erlang][], but can be easily accessed from any
+environment that provides means to make HTTP requests. There are a multitude of
+third-party client libraries that make this even easier for a variety of
 programming languages and environments.
 
 See the [introduction][introduction] and the
@@ -31,27 +31,17 @@
 
 <div class="disclaimer">
   <h3>Disclaimer</h3>
-  <p><em>Apache CouchDB</em> is an effort undergoing incubation at The Apache 
-  Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation 
-  is  required of all newly accepted projects until a further review indicates 
-  that the infrastructure, communications, and decision making process have 
-  stabilized in a manner consistent with other successful ASF projects. While 
-  incubation status is not necessarily a reflection of the completeness or 
-  stability of the code, it does indicate that the project has yet to be fully 
+  <p><em>Apache CouchDB</em> is an effort undergoing incubation at The Apache
+  Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation
+  is  required of all newly accepted projects until a further review indicates
+  that the infrastructure, communications, and decision making process have
+  stabilized in a manner consistent with other successful ASF projects. While
+  incubation status is not necessarily a reflection of the completeness or
+  stability of the code, it does indicate that the project has yet to be fully
   endorsed by the ASF.</p>
 </div>
 <br style="clear: both" />
 
-News
-----
-
-### 2008-02-12: Accepted for Incubation ###
-
-CouchDB has been accepted for incubation at the Apache Software Foundation!
-We will be migrating the various resources (such as the mailing lists, the
-source repository, and the wiki) over to Apache infrastructure in the coming
-weeks.
-
 How to Get Started
 ------------------