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 2014/09/01 14:51:31 UTC

svn commit: r1621763 - /couchdb/site/index.html

Author: nslater
Date: Mon Sep  1 12:51:31 2014
New Revision: 1621763

URL: http://svn.apache.org/r1621763
Log:
Re-indent HTML

Modified:
    couchdb/site/index.html

Modified: couchdb/site/index.html
URL: http://svn.apache.org/viewvc/couchdb/site/index.html?rev=1621763&r1=1621762&r2=1621763&view=diff
==============================================================================
--- couchdb/site/index.html (original)
+++ couchdb/site/index.html Mon Sep  1 12:51:31 2014
@@ -32,80 +32,80 @@ This fabulous linen texture was integrat
 
 <body>
 
-<a class="scroll-point pt-top" id="top"></a>
+  <a class="scroll-point pt-top" id="top"></a>
 
-<div id="header">
+  <div id="header">
 
     <div class="wrap">
 
-        <a class="logo" href="#top"></a>
+      <a class="logo" href="#top"></a>
 
-        <div class="menu">
-            <a href="#about">About</a>
-            <a href="#contribute">Contribute</a>
-            <a href="#mailing-lists">Mailing Lists</a>
-            <a href="#download">Download</a>
-            <a href="#more">More&hellip;</a>
-        </div>
-
-        <form class="menu-dropdown">
-            <select onchange="location = this.options[this.selectedIndex].value;">
-                <option value="#about">About</option>
-                <option value="#contribute">Contribute</option>
-                <option value="#mailing-lists">Mailing Lists</option>
-                <option value="#download">Download</option>
-                <option value="#more">More&hellip;</option>
-            </select>
-        </form>
+      <div class="menu">
+        <a href="#about">About</a>
+        <a href="#contribute">Contribute</a>
+        <a href="#mailing-lists">Mailing Lists</a>
+        <a href="#download">Download</a>
+        <a href="#more">More&hellip;</a>
+      </div>
+
+      <form class="menu-dropdown">
+        <select onchange="location = this.options[this.selectedIndex].value;">
+          <option value="#about">About</option>
+          <option value="#contribute">Contribute</option>
+          <option value="#mailing-lists">Mailing Lists</option>
+          <option value="#download">Download</option>
+          <option value="#more">More&hellip;</option>
+        </select>
+      </form>
 
     </div>
 
     <div class="shadow"></div>
 
-</div>
+  </div>
 
-<div class="header-placeholder"></div>
+  <div class="header-placeholder"></div>
 
-<div class="grid leadin">
+  <div class="grid leadin">
 
     <div class="wrap">
 
-        <img src="image/couch.png" alt=""/>
-
-        <ul class="text-block">
-            <li><h1><strong>Apache CouchDB</strong>&trade; 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> indexes,</h1></li>
-            <li><h1>and regular <strong>HTTP</strong> for its <strong>API</strong></h1></li>
-        </ul>
+      <img src="image/couch.png" alt=""/>
 
-        <div class="button-container">
-            <a class="button" href="#download">DOWNLOAD<small class="download-version">Version 1.6.0</small></a>
-        </div>
+      <ul class="text-block">
+        <li><h1><strong>Apache CouchDB</strong>&trade; 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> indexes,</h1></li>
+        <li><h1>and regular <strong>HTTP</strong> for its <strong>API</strong></h1></li>
+      </ul>
+
+      <div class="button-container">
+        <a class="button" href="#download">DOWNLOAD<small class="download-version">Version 1.6.0</small></a>
+      </div>
 
     </div>
 
-</div>
+  </div>
 
-<a class="scroll-point pt-about" id="about"></a>
+  <a class="scroll-point pt-about" id="about"></a>
 
-<div class="wrap feature">
+  <div class="wrap feature">
 
     <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 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 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>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>
+    <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>See the <a href="http://wiki.apache.org/couchdb/Introduction">introduction</a>, <a href="http://wiki.apache.org/couchdb/Technical%20Overview">technical overview</a>, or one of the <a href="http://wiki.apache.org/couchdb/Basics">guides</a> for more information.</p>
+    <p>See the <a href="http://wiki.apache.org/couchdb/Introduction">introduction</a>, <a href="http://wiki.apache.org/couchdb/Technical%20Overview">technical overview</a>, or one of the <a href="http://wiki.apache.org/couchdb/Basics">guides</a> for more information.
 
-</div>
+  </div>
 
-<a class="scroll-point" id="contribute"></a>
+  <a class="scroll-point" id="contribute"></a>
 
-<hr/>
+  <hr>
 
-<div class="wrap feature">
+  <div class="wrap feature">
 
     <h2 class="icon icon-contribute">Want to Contribute?</h2>
 
@@ -117,262 +117,264 @@ This fabulous linen texture was integrat
 
     <p>Do you want to contribute code? Great! There's lots of stuff to work on. Don't know Erlang? Join the <a href="#erlang-mailing-list">Erlang list</a>, and learn you some Erlang in a friendly environment! You can use JIRA to find <a href="http://s.apache.org/couchdb-easy-issues2">easy</a>, <a href="http://s.apache.org/couchdb-medium-issues2">medium</a>, and <a href="http://s.apache.org/couchdb-hard-issues2">hard</a> issues to work on. Or, if you&rsquo;d prefer, just open a new issue, and attach your patch. Don't want to use JIRA? <a href="https://github.com/apache?query=couchdb">Fork us on GitHub</a> and send a pull request. Why don't you check out the <a href="http://wiki.apache.org/couchdb/ContributorWorkflow">contributor workflow</a> guide?
 
-</div>
+  </div>
 
-<a class="scroll-point" id="mailing-lists"></a>
+  <a class="scroll-point" id="mailing-lists"></a>
 
-<hr/>
+  <hr>
 
-<div class="wrap">
+  <div class="wrap">
     <h2 class="icon icon-mailing-lists">Mailing Lists</h2>
-</div>
+  </div>
 
-<div class="grid">
+  <div class="grid">
 
     <div class="wrap">
 
-        <div class="corner"></div>
+      <div class="corner"></div>
+
+      <br/>
+
+      <div class="list-header">
+        <a href="http://mail-archives.apache.org/mod_mbox/couchdb-announce/"><strong>Mail Search</strong></a>
+        <p>Search all of our mailing lists at once.</p>
+      </div>
+
+      <div class="list mailing-list">
+        <form action="http://markmail.org/search/list:org.apache.couchdb-*">
+          <input id="search-box" type="text" placeholder="Search query&hellip;" name="q" size="50"><button id="search-button"></button>
+        </form>
+      </div>
 
-        <br/>
+      <br>
 
-        <div class="list-header">
-            <a href="http://mail-archives.apache.org/mod_mbox/couchdb-announce/"><strong>Mail Search</strong></a>
-            <p>Search all of our mailing lists at once.</p>
-        </div>
-
-        <div class="list mailing-list">
-            <form action="http://markmail.org/search/list:org.apache.couchdb-*">
-                <input id="search-box" type="text" placeholder="Search query&hellip;" name="q" size="50"><button id="search-button"></button>
-            </form>
-        </div>
-
-        <br/>
-
-        <div class="list-header">
-            <a href="http://mail-archives.apache.org/mod_mbox/couchdb-announce/"><strong>Announcement List</strong></a>
-            <a id="announcement-mailing-list" class="hash-target">&nbsp;</a>
-	    <a href="mailto:announce-subscribe@couchdb.apache.org">Subscribe</a> &middot;
-	    <a href="mailto:announce@couchdb.apache.org">Post</a> &middot;
-	    <a href="mailto:announce-unsubscribe@couchdb.apache.org">Unsubscribe</a>
-            <p>This is a low-traffic list for release announcements and security disclosures.</p>
-        </div>
-
-        <div class="list-header">
-            <a href="http://mail-archives.apache.org/mod_mbox/couchdb-user/"><strong>User List</strong></a>
-            <a id="user-mailing-list" class="hash-target">&nbsp;</a>
-	    <a href="mailto:user-subscribe@couchdb.apache.org">Subscribe</a> &middot;
-	    <a href="mailto:user@couchdb.apache.org">Post</a> &middot;
-	    <a href="mailto:user-unsubscribe@couchdb.apache.org">Unsubscribe</a>
-            <p>This is a general discussion and support forum for all CouchDB users.</p>
-        </div>
-
-        <div class="list-header">
-            <a href="http://mail-archives.apache.org/mod_mbox/couchdb-erlang/"><strong>Erlang List</strong></a>
-            <a id="erlang-mailing-list" class="hash-target">&nbsp;</a>
-	    <a href="mailto:erlang-subscribe@couchdb.apache.org">Subscribe</a> &middot;
-	    <a href="mailto:erlang@couchdb.apache.org">Post</a> &middot;
-	    <a href="mailto:erlang-unsubscribe@couchdb.apache.org">Unsubscribe</a>
-            <p>Want to contribute, but don't know Erlang? Learn you some Erlang on this list.</p>
-        </div>
-
-        <div class="list-header">
-            <a href="http://mail-archives.apache.org/mod_mbox/couchdb-l10n/"><strong>Localisation List</strong></a>
-            <a id="localisation-mailing-list" class="hash-target">&nbsp;</a>
-	    <a href="mailto:l10n-subscribe@couchdb.apache.org">Subscribe</a> &middot;
-	    <a href="mailto:l10n@couchdb.apache.org">Post</a> &middot;
-	    <a href="mailto:l10n-unsubscribe@couchdb.apache.org">Unsubscribe</a>
-            <p>Do you speak more than one language? Help us to translate CouchDB!</p>
-        </div>
-
-        <div class="list-header">
-            <a href="http://mail-archives.apache.org/mod_mbox/couchdb-replication/"><strong>Replication List</strong></a>
-            <a id="replication-mailing-list" class="hash-target">&nbsp;</a>
-	    <a href="mailto:replication-subscribe@couchdb.apache.org">Subscribe</a> &middot;
-	    <a href="mailto:replication@couchdb.apache.org">Post</a> &middot;
-	    <a href="mailto:replication-unsubscribe@couchdb.apache.org">Unsubscribe</a>
-            <p>A place to discuss CouchDB-compatible replication, and the systems that implement it.</p>
-        </div>
-
-        <div class="list-header">
-            <a href="http://mail-archives.apache.org/mod_mbox/couchdb-marketing/"><strong>Marketing List</strong></a>
-            <a id="marketing-mailing-list" class="hash-target">&nbsp;</a>
-	    <a href="mailto:marketing-subscribe@couchdb.apache.org">Subscribe</a> &middot;
-	    <a href="mailto:marketing@couchdb.apache.org">Post</a> &middot;
-	    <a href="mailto:marketing-unsubscribe@couchdb.apache.org">Unsubscribe</a>
-            <p>A place to co-ordinate on CouchDB marketing activities.</p>
-        </div>
-
-        <div class="list-header">
-            <a href="http://mail-archives.apache.org/mod_mbox/couchdb-dev/"><strong>Developer List</strong></a>
-            <a id="developer-mailing-list" class="hash-target">&nbsp;</a>
-	    <a href="mailto:dev-subscribe@couchdb.apache.org">Subscribe</a> &middot;
-	    <a href="mailto:dev@couchdb.apache.org">Post</a> &middot;
-	    <a href="mailto:dev-unsubscribe@couchdb.apache.org">Unsubscribe</a>
-            <p>This is where people working on CouchDB itself get together and discuss things.</p>
-
-        </div>
-
-        <div class="list-header">
-            <a href="http://mail-archives.apache.org/mod_mbox/couchdb-commits/"><strong>Commits List</strong></a>
-            <a id="commits-mailing-list" class="hash-target">&nbsp;</a>
-	    <a href="mailto:commits-subscribe@couchdb.apache.org">Subscribe</a> &middot;
-	    <a href="mailto:commits@couchdb.apache.org">Post</a> &middot;
-	    <a href="mailto:commits-unsubscribe@couchdb.apache.org">Unsubscribe</a>
-            <p>This is where all source code changes and wiki changes are sent.</p>
-        </div>
+      <div class="list-header">
+        <a href="http://mail-archives.apache.org/mod_mbox/couchdb-announce/"><strong>Announcement List</strong></a>
+        <a id="announcement-mailing-list" class="hash-target">&nbsp;</a>
+	<a href="mailto:announce-subscribe@couchdb.apache.org">Subscribe</a> &middot;
+	<a href="mailto:announce@couchdb.apache.org">Post</a> &middot;
+	<a href="mailto:announce-unsubscribe@couchdb.apache.org">Unsubscribe</a>
+        <p>This is a low-traffic list for release announcements and security disclosures.</p>
+      </div>
+
+      <div class="list-header">
+        <a href="http://mail-archives.apache.org/mod_mbox/couchdb-user/"><strong>User List</strong></a>
+        <a id="user-mailing-list" class="hash-target">&nbsp;</a>
+	<a href="mailto:user-subscribe@couchdb.apache.org">Subscribe</a> &middot;
+	<a href="mailto:user@couchdb.apache.org">Post</a> &middot;
+	<a href="mailto:user-unsubscribe@couchdb.apache.org">Unsubscribe</a>
+        <p>This is a general discussion and support forum for all CouchDB users.</p>
+      </div>
+
+      <div class="list-header">
+        <a href="http://mail-archives.apache.org/mod_mbox/couchdb-erlang/"><strong>Erlang List</strong></a>
+        <a id="erlang-mailing-list" class="hash-target">&nbsp;</a>
+	<a href="mailto:erlang-subscribe@couchdb.apache.org">Subscribe</a> &middot;
+	<a href="mailto:erlang@couchdb.apache.org">Post</a> &middot;
+	<a href="mailto:erlang-unsubscribe@couchdb.apache.org">Unsubscribe</a>
+        <p>Want to contribute, but don't know Erlang? Learn you some Erlang on this list.</p>
+      </div>
+
+      <div class="list-header">
+        <a href="http://mail-archives.apache.org/mod_mbox/couchdb-l10n/"><strong>Localisation List</strong></a>
+        <a id="localisation-mailing-list" class="hash-target">&nbsp;</a>
+	<a href="mailto:l10n-subscribe@couchdb.apache.org">Subscribe</a> &middot;
+	<a href="mailto:l10n@couchdb.apache.org">Post</a> &middot;
+	<a href="mailto:l10n-unsubscribe@couchdb.apache.org">Unsubscribe</a>
+        <p>Do you speak more than one language? Help us to translate CouchDB!</p>
+      </div>
+
+      <div class="list-header">
+        <a href="http://mail-archives.apache.org/mod_mbox/couchdb-replication/"><strong>Replication List</strong></a>
+        <a id="replication-mailing-list" class="hash-target">&nbsp;</a>
+	<a href="mailto:replication-subscribe@couchdb.apache.org">Subscribe</a> &middot;
+	<a href="mailto:replication@couchdb.apache.org">Post</a> &middot;
+	<a href="mailto:replication-unsubscribe@couchdb.apache.org">Unsubscribe</a>
+        <p>A place to discuss CouchDB-compatible replication, and the systems that implement it.</p>
+      </div>
+
+      <div class="list-header">
+        <a href="http://mail-archives.apache.org/mod_mbox/couchdb-marketing/"><strong>Marketing List</strong></a>
+        <a id="marketing-mailing-list" class="hash-target">&nbsp;</a>
+	<a href="mailto:marketing-subscribe@couchdb.apache.org">Subscribe</a> &middot;
+	<a href="mailto:marketing@couchdb.apache.org">Post</a> &middot;
+	<a href="mailto:marketing-unsubscribe@couchdb.apache.org">Unsubscribe</a>
+        <p>A place to co-ordinate on CouchDB marketing activities.</p>
+      </div>
+
+      <div class="list-header">
+        <a href="http://mail-archives.apache.org/mod_mbox/couchdb-dev/"><strong>Developer List</strong></a>
+        <a id="developer-mailing-list" class="hash-target">&nbsp;</a>
+	<a href="mailto:dev-subscribe@couchdb.apache.org">Subscribe</a> &middot;
+	<a href="mailto:dev@couchdb.apache.org">Post</a> &middot;
+	<a href="mailto:dev-unsubscribe@couchdb.apache.org">Unsubscribe</a>
+        <p>This is where people working on CouchDB itself get together and discuss things.</p>
+
+      </div>
+
+      <div class="list-header">
+        <a href="http://mail-archives.apache.org/mod_mbox/couchdb-commits/"><strong>Commits List</strong></a>
+        <a id="commits-mailing-list" class="hash-target">&nbsp;</a>
+	<a href="mailto:commits-subscribe@couchdb.apache.org">Subscribe</a> &middot;
+	<a href="mailto:commits@couchdb.apache.org">Post</a> &middot;
+	<a href="mailto:commits-unsubscribe@couchdb.apache.org">Unsubscribe</a>
+        <p>This is where all source code changes and wiki changes are sent.</p>
+      </div>
 
     </div>
 
-</div>
+  </div>
 
-<a class="scroll-point" id="download"></a>
+  <a class="scroll-point" id="download"></a>
 
-<hr/>
+  <hr>
 
-<div class="wrap download-pane">
+  <div class="wrap download-pane">
     <h2 class="icon icon-download">Download CouchDB 1.6.0</h2>
-</div>
+  </div>
 
-<div class="grid">
+  <div class="grid">
 
     <div class="wrap">
 
-        <div class="corner"></div>
+      <div class="corner"></div>
 
-        <div class="download-list-container">
+      <div class="download-list-container">
 
-            <ul class="list download-list">
-                <li>
-                    <a href="http://www.apache.org/dyn/closer.cgi?path=/couchdb/source/1.6.0/apache-couchdb-1.6.0.tar.gz" class="type">Source</a>
-                    <span class="info">
-                        Version 1.6.0 |
-                        <a href="http://www.apache.org/dist/couchdb/notes/1.6.0/apache-couchdb-1.6.0.html" class="release">Release Notes</a> |
-                        <a href="http://www.apache.org/dist/couchdb/source/1.6.0/apache-couchdb-1.6.0.tar.gz.asc">OpenPGP</a> |
-                        <a href="http://www.apache.org/dist/couchdb/source/1.6.0/apache-couchdb-1.6.0.tar.gz.md5">MD5</a> |
-                        <a href="http://www.apache.org/dist/couchdb/source/1.6.0/apache-couchdb-1.6.0.tar.gz.sha">SHA</a>
-                    </span>
-                </li>
-                <li>
-                    <a href="http://www.apache.org/dyn/closer.cgi?path=/couchdb/binary/win/1.6.0/setup-couchdb-1.6.0_R16B02.exe" class="type">
-                        Windows (x86)
-                    </a>
-                    <span class="info">
-                        Erlang/OTP R16B02 | Version 1.6.0 |
-                        <a href="http://www.apache.org/dist/couchdb/notes/1.6.0/apache-couchdb-1.6.0.html" class="release">Release Notes</a> |
-                        <a href="http://www.apache.org/dist/couchdb/binary/win/1.6.0/setup-couchdb-1.6.0_R16B02.exe.asc">OpenPGP</a> |
-                        <a href="http://www.apache.org/dist/couchdb/binary/win/1.6.0/setup-couchdb-1.6.0_R16B02.exe.md5">MD5</a> |
-                        <a href="http://www.apache.org/dist/couchdb/binary/win/1.6.0/setup-couchdb-1.6.0_R16B02.exe.sha">SHA</a>
-                    </span>
-                </li>
-                <li>
-                    <a href="http://www.apache.org/dyn/closer.cgi?path=/couchdb/binary/mac/1.6.0/Apache-CouchDB-1.6.0.zip" class="type">
-                        Mac OS X (10.6+)
-                    </a>
-                    <span class="info">
-                        Erlang/OTP R16B01 | Version 1.6.0 |
-                        <a href="http://www.apache.org/dist/couchdb/notes/1.6.0/apache-couchdb-1.6.0.html" class="release">Release Notes</a> |
-                        <a href="http://www.apache.org/dist/couchdb/binary/mac/1.6.0/Apache-CouchDB-1.6.0.zip.asc">OpenPGP</a> |
-                        <a href="http://www.apache.org/dist/couchdb/binary/mac/1.6.0/Apache-CouchDB-1.6.0.zip.md5">MD5</a> |
-                        <a href="http://www.apache.org/dist/couchdb/binary/mac/1.6.0/Apache-CouchDB-1.6.0.zip.sha">SHA</a>
-                    </span>
-                </li>
-                <!-- <li>
-                    <a href="https://launchpad.net/~couchdb/+archive/stable" class="type">Apache CouchDB Ubuntu Precise (12.04) packages</a>
-                    <span class="info">
-                        Version 1.6.0 |
-                        <a href="http://www.apache.org/dist/couchdb/notes/1.6.0/apache-couchdb-1.6.0.html" class="release">Release Notes</a>
-                    </span>
-                </li> -->
-            </ul>
+        <ul class="list download-list">
+          <li>
+            <a href="http://www.apache.org/dyn/closer.cgi?path=/couchdb/source/1.6.0/apache-couchdb-1.6.0.tar.gz" class="type">Source</a>
+            <span class="info">
+              Version 1.6.0 |
+              <a href="http://www.apache.org/dist/couchdb/notes/1.6.0/apache-couchdb-1.6.0.html" class="release">Release Notes</a> |
+              <a href="http://www.apache.org/dist/couchdb/source/1.6.0/apache-couchdb-1.6.0.tar.gz.asc">OpenPGP</a> |
+              <a href="http://www.apache.org/dist/couchdb/source/1.6.0/apache-couchdb-1.6.0.tar.gz.md5">MD5</a> |
+              <a href="http://www.apache.org/dist/couchdb/source/1.6.0/apache-couchdb-1.6.0.tar.gz.sha">SHA</a>
+            </span>
+          </li>
+          <li>
+            <a href="http://www.apache.org/dyn/closer.cgi?path=/couchdb/binary/win/1.6.0/setup-couchdb-1.6.0_R16B02.exe" class="type">
+              Windows (x86)
+            </a>
+            <span class="info">
+              Erlang/OTP R16B02 | Version 1.6.0 |
+              <a href="http://www.apache.org/dist/couchdb/notes/1.6.0/apache-couchdb-1.6.0.html" class="release">Release Notes</a> |
+              <a href="http://www.apache.org/dist/couchdb/binary/win/1.6.0/setup-couchdb-1.6.0_R16B02.exe.asc">OpenPGP</a> |
+              <a href="http://www.apache.org/dist/couchdb/binary/win/1.6.0/setup-couchdb-1.6.0_R16B02.exe.md5">MD5</a> |
+              <a href="http://www.apache.org/dist/couchdb/binary/win/1.6.0/setup-couchdb-1.6.0_R16B02.exe.sha">SHA</a>
+            </span>
+          </li>
+          <li>
+            <a href="http://www.apache.org/dyn/closer.cgi?path=/couchdb/binary/mac/1.6.0/Apache-CouchDB-1.6.0.zip" class="type">
+              Mac OS X (10.6+)
+            </a>
+            <span class="info">
+              Erlang/OTP R16B01 | Version 1.6.0 |
+              <a href="http://www.apache.org/dist/couchdb/notes/1.6.0/apache-couchdb-1.6.0.html" class="release">Release Notes</a> |
+              <a href="http://www.apache.org/dist/couchdb/binary/mac/1.6.0/Apache-CouchDB-1.6.0.zip.asc">OpenPGP</a> |
+              <a href="http://www.apache.org/dist/couchdb/binary/mac/1.6.0/Apache-CouchDB-1.6.0.zip.md5">MD5</a> |
+              <a href="http://www.apache.org/dist/couchdb/binary/mac/1.6.0/Apache-CouchDB-1.6.0.zip.sha">SHA</a>
+            </span>
+          </li>
+          <!--
+	      <li>
+		<a href="https://launchpad.net/~couchdb/+archive/stable" class="type">Apache CouchDB Ubuntu Precise (12.04) packages</a>
+		<span class="info">
+                  Version 1.6.0 |
+                  <a href="http://www.apache.org/dist/couchdb/notes/1.6.0/apache-couchdb-1.6.0.html" class="release">Release Notes</a>
+		</span>
+              </li>
+	  -->
+        </ul>
 
-        </div>
+      </div>
 
     </div>
 
-</div>
+  </div>
 
-<a class="scroll-point" id="more"></a>
+  <a class="scroll-point" id="more"></a>
 
-<hr/>
+  <hr>
 
-<div class="wrap more-pane">
+  <div class="wrap more-pane">
 
     <h2 class="icon icon-more">More &hellip;</h2>
 
-    <br/>
+    <br>
 
     <ul class="more-header">
-        <li>General</li>
-        <li>Development</li>
-        <li class="last">Apache Software Foundation</li>
+      <li>General</li>
+      <li>Development</li>
+      <li class="last">Apache Software Foundation</li>
     </ul>
 
     <div class="clear"></div>
 
-</div>
+  </div>
 
-<div class="grid">
+  <div class="grid">
 
     <div class="wrap">
 
-        <div class="list-container">
+      <div class="list-container">
+
+        <ul class="list more">
+          <li class="corner"></li>
+          <li><a href="http://docs.couchdb.org/en/latest/">Documentation<span></span></a>
+          <li><a href="https://cwiki.apache.org/confluence/display/COUCHDB/Current+Releases">Current Releases<span></span></a></li>
+          <li><a href="http://blog.couchdb.org/">Blog<span></span></a>
+          <li><a href="http://couchdb.apache.org/bylaws.html">Bylaws<span></span></a>
+	  <li><a href="http://couchdb.apache.org/conduct.html">Code of Conduct<span></span></a>
+        </ul>
+
+        <ul class="list more">
+          <li class="corner"></li>
+          <li><a href="http://wiki.apache.org/couchdb/">Wiki<span></span></a></li>
+          <li><a href="https://issues.apache.org/jira/browse/CouchDB">Issue Tracker<span></span></a></li>
+          <li><a href="https://github.com/apache/couchdb/pulls">Pull Requests<span></span></a></li>
+          <li><a href="https://github.com/apache?query=couchdb">Git Mirrors<span></span></a></li>
+        </ul>
 
-            <ul class="list more">
-                <li class="corner"></li>
-                <li><a href="http://docs.couchdb.org/en/latest/">Documentation<span></span></a>
-                <li><a href="https://cwiki.apache.org/confluence/display/COUCHDB/Current+Releases">Current Releases<span></span></a></li>
-                <li><a href="http://blog.couchdb.org/">Blog<span></span></a>
-                <li><a href="http://couchdb.apache.org/bylaws.html">Bylaws<span></span></a>
-		<li><a href="http://couchdb.apache.org/conduct.html">Code of Conduct<span></span></a>
-            </ul>
-
-            <ul class="list more">
-                <li class="corner"></li>
-                <li><a href="http://wiki.apache.org/couchdb/">Wiki<span></span></a></li>
-                <li><a href="https://issues.apache.org/jira/browse/CouchDB">Issue Tracker<span></span></a></li>
-                <li><a href="https://github.com/apache/couchdb/pulls">Pull Requests<span></span></a></li>
-                <li><a href="https://github.com/apache?query=couchdb">Git Mirrors<span></span></a></li>
-            </ul>
-
-            <ul class="list more last">
-                <li class="corner"></li>
-                <li><a href="http://www.apache.org/">About the ASF<span></span></a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks<span></span></a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor<span></span></a></li>
-                <li><a href="http://www.apache.org/security/">Security<span></span></a></li>
-                <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License<span></span></a></li>
-            </ul>
+        <ul class="list more last">
+          <li class="corner"></li>
+          <li><a href="http://www.apache.org/">About the ASF<span></span></a></li>
+          <li><a href="http://www.apache.org/foundation/thanks.html">Thanks<span></span></a></li>
+          <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor<span></span></a></li>
+          <li><a href="http://www.apache.org/security/">Security<span></span></a></li>
+          <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License<span></span></a></li>
+        </ul>
 
-            <div class="clear"></div>
+        <div class="clear"></div>
 
-        </div>
+      </div>
 
     </div>
 
-</div>
+  </div>
 
-<div id="footer">
+  <div id="footer">
 
     <p>Copyright &copy; 2014 The Apache Software Foundation &mdash; Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a><br>
-    Apache CouchDB, CouchDB, and the project logo are <a href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation</p>
+      Apache CouchDB, CouchDB, and the project logo are <a href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation</p>
 
     <a class="closing" href="#top"></a>
 
-</div>
+  </div>
 
-<script type="text/javascript">
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-658988-6']);
-  _gaq.push(['_setDomainName', 'apache.com']);
-  _gaq.push(['_setAllowLinker', true]);
-  _gaq.push(['_trackPageview']);
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-658988-6']);
+    _gaq.push(['_setDomainName', 'apache.com']);
+    _gaq.push(['_setAllowLinker', true]);
+    _gaq.push(['_trackPageview']);
 
-  (function() {
+    (function() {
     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-  })();
-</script>
+    })();
+  </script>
 
 </body>