You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ra...@apache.org on 2012/02/21 08:13:40 UTC

[10/50] git commit: Update community/code.html to point at Git repo

Update community/code.html to point at Git repo



git-svn-id: https://svn.apache.org/repos/asf/couchdb/site/htdocs@1180692 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d202a750
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d202a750
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d202a750

Branch: refs/heads/htdocs
Commit: d202a750ced434f93bc198b2ff85433ed70888b9
Parents: 06372ff
Author: Paul Joseph Davis <da...@apache.org>
Authored: Sun Oct 9 19:08:55 2011 +0000
Committer: Paul Joseph Davis <da...@apache.org>
Committed: Sun Oct 9 19:08:55 2011 +0000

----------------------------------------------------------------------
 community/code.html       |   24 ++++++------------------
 community/code.txt        |   33 +++++++++------------------------
 community/committers.html |   26 +++++++++++++-------------
 community/lists.html      |   16 ++++++++--------
 4 files changed, 36 insertions(+), 63 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d202a750/community/code.html
----------------------------------------------------------------------
diff --git a/community/code.html b/community/code.html
index 77b6a36..b28ba63 100644
--- a/community/code.html
+++ b/community/code.html
@@ -79,33 +79,21 @@ limitations under the License.
 </div>
       <div id="content"><h1>Source Code</h1>
 
-<p>The CouchDB source code can be found in the
-<a href="https://svn.apache.org/repos/asf/couchdb">Subversion repository</a>
-which can also be
-<a href="http://svn.apache.org/viewvc/couchdb/">browsed online</a>.</p>
+<p>The CouchDB source code can be found in the <a href="http://git-wip-us.apache.org/repos/asf/couchdb">Git repository</a>.</p>
 
-<p>You can check out the code using the <code>svn</code> command:</p>
+<p>You can check out the code using the <code>git</code> command:</p>
 
-<pre><code>svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb
+<pre><code>git clone http://git-wip-us.apache.org/repos/asf/couchdb.git
 </code></pre>
 
 <p>Committers should use the secure repository:</p>
 
-<pre><code>svn co https://svn.apache.org/repos/asf/couchdb/trunk couchdb
+<pre><code>git clone https://git-wip-us.apache.org/repos/asf/couchdb.git
 </code></pre>
 
-<p>Read more about <a href="http://www.apache.org/dev/version-control.html">version control</a> at
-the Apache Software Foundation.</p>
+<p>Read more about [Git][gitdocs] at the Apache Software Foundation.</p>
 
-<h2>Git Mirrors</h2>
-
-<p>If you prefer to use <a href="http://git-scm.com/">git</a> as your version control system, the Apache Software
-Foundation maintains a mirror at <a href="http://git.apache.org/">http://git.apache.org/</a></p>
-
-<p><a href="http://wiki.apache.org/general/GitAtApache">Committers can follow these instructions to commit via git</a>.</p>
-
-<p>If you like working on <a href="https://github.com/">GitHub</a>, here is the <a href="https://github.com/apache/couchdb">GitHub Apache CouchDB
-mirror</a>.</p>
+<p>The issue tracker can be found <a href="https://issues.apache.org/jira/browse/COUCHDB">here</a>.</p>
 <div id="clear"></div></div>
     </div></div>
     <div id="footer">

http://git-wip-us.apache.org/repos/asf/couchdb/blob/d202a750/community/code.txt
----------------------------------------------------------------------
diff --git a/community/code.txt b/community/code.txt
index b3de538..16ea2ac 100644
--- a/community/code.txt
+++ b/community/code.txt
@@ -5,36 +5,21 @@ Sort-Index: 030
 %(title)s
 =========
 
-The CouchDB source code can be found in the
-[Subversion repository](https://svn.apache.org/repos/asf/couchdb)
-which can also be
-[browsed online](http://svn.apache.org/viewvc/couchdb/).
+The CouchDB source code can be found in the [Git repository][gitweb].
 
-You can check out the code using the `svn` command:
+You can check out the code using the `git` command:
 
-    svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb
+    git clone http://git-wip-us.apache.org/repos/asf/couchdb.git
 
 Committers should use the secure repository:
 
-    svn co https://svn.apache.org/repos/asf/couchdb/trunk couchdb
+    git clone https://git-wip-us.apache.org/repos/asf/couchdb.git
 
-Read more about [version control](http://www.apache.org/dev/version-control.html) at
-the Apache Software Foundation.
+Read more about [Git][gitdocs] at the Apache Software Foundation.
 
-Git Mirrors
------------
+The issue tracker can be found [here][jira].
 
-If you prefer to use [git][] as your version control system, the Apache Software
-Foundation maintains a mirror at [http://git.apache.org/][asf-git]
-
-[Committers can follow these instructions to commit via git][asf-git-committers].
-
-If you like working on [GitHub][], here is the [GitHub Apache CouchDB
-mirror][asf-github].
-
-[git]: http://git-scm.com/
-[asf-git]: http://git.apache.org/
-[asf-git-committers]: http://wiki.apache.org/general/GitAtApache
-[GitHub]: https://github.com/
-[asf-github]: https://github.com/apache/couchdb
+[gitweb]: http://git-wip-us.apache.org/repos/asf/couchdb
+[gidocs]: http://git-wip-us.apache.org/
 [jira]: https://issues.apache.org/jira/browse/COUCHDB
+

http://git-wip-us.apache.org/repos/asf/couchdb/blob/d202a750/community/committers.html
----------------------------------------------------------------------
diff --git a/community/committers.html b/community/committers.html
index 0ed9e77..04c0ff4 100644
--- a/community/committers.html
+++ b/community/committers.html
@@ -79,71 +79,71 @@ limitations under the License.
 </div>
       <div id="content"><h1>Committers</h1>
 
-<p><a href="http://damienkatz.net/">Damien Katz</a>, <a href="&#x6D;&#x61;&#105;&#108;&#116;&#x6F;:&#100;&#x61;&#x6D;&#x69;&#101;&#110;&#64;&#x61;&#112;&#x61;&#99;&#104;&#x65;&#46;&#x6F;&#114;g">&#100;&#x61;&#x6D;&#x69;&#101;&#110;&#64;&#x61;&#112;&#x61;&#99;&#104;&#x65;&#46;&#x6F;&#114;g</a></p>
+<p><a href="http://damienkatz.net/">Damien Katz</a>, <a href="&#109;&#97;&#105;&#108;&#116;&#111;:&#x64;&#x61;&#x6D;&#105;&#x65;n&#64;&#97;&#112;&#97;&#x63;&#x68;&#x65;.&#x6F;&#x72;&#103;">&#x64;&#x61;&#x6D;&#105;&#x65;n&#64;&#97;&#112;&#97;&#x63;&#x68;&#x65;.&#x6F;&#x72;&#103;</a></p>
 
 <p>Inventor, original developer and all around relaxed dude.</p>
 
-<p><a href="http://jan.prima.de/">Jan Lehnardt</a>, <a href="&#x6D;&#97;&#x69;&#108;&#x74;&#x6F;:&#106;&#97;&#110;&#64;&#x61;&#x70;&#x61;&#x63;&#x68;&#101;&#x2E;&#x6F;&#114;&#103;">&#106;&#97;&#110;&#64;&#x61;&#x70;&#x61;&#x63;&#x68;&#101;&#x2E;&#x6F;&#114;&#103;</a></p>
+<p><a href="http://jan.prima.de/">Jan Lehnardt</a>, <a href="&#109;&#97;&#x69;&#x6C;t&#111;:&#x6A;&#x61;&#110;&#64;&#x61;&#x70;&#97;c&#x68;&#x65;&#46;&#x6F;&#114;&#103;">&#x6A;&#x61;&#110;&#64;&#x61;&#x70;&#97;c&#x68;&#x65;&#46;&#x6F;&#114;&#103;</a></p>
 
 <p>Contributes to all parts of CouchDB, helps out with the community, and
    is PMC Chair. He is co-author of <a href="http://guide.couchdb.org/">CouchDB:
    The Definitive Guide</a>.</p>
 
-<p><a href="http://nslater.org/">Noah Slater</a>, <a href="&#109;&#x61;&#x69;&#x6C;&#x74;&#111;:&#110;&#x73;&#x6C;&#x61;&#x74;&#101;&#x72;&#64;&#x61;&#x70;&#x61;c&#x68;&#x65;.&#111;r&#x67;">&#110;&#x73;&#x6C;&#x61;&#x74;&#101;&#x72;&#64;&#x61;&#x70;&#x61;c&#x68;&#x65;.&#111;r&#x67;</a></p>
+<p><a href="http://nslater.org/">Noah Slater</a>, <a href="&#x6D;&#97;&#x69;&#x6C;&#116;&#111;:&#110;&#x73;&#108;&#97;&#x74;&#101;&#x72;&#64;a&#x70;&#x61;&#99;&#x68;&#x65;&#46;&#111;&#x72;&#103;">&#110;&#x73;&#108;&#97;&#x74;&#101;&#x72;&#64;a&#x70;&#x61;&#99;&#x68;&#x65;&#46;&#111;&#x72;&#103;</a></p>
 
 <p>Developed and maintains the Autotools build system and application
    infrastructure. He is CouchDB&#8217;s primary release manager, and is co-author of
    <a href="http://guide.couchdb.org/">CouchDB: The Definitive Guide</a>.</p>
 
-<p><a href="http://www.cmlenz.net/">Christopher Lenz</a>, <a href="&#x6D;&#97;&#x69;&#108;&#x74;&#x6F;:&#99;&#x6D;&#x6C;&#x65;n&#x7A;&#64;&#x61;&#112;&#x61;&#x63;&#104;&#x65;&#46;&#111;&#114;&#x67;">&#99;&#x6D;&#x6C;&#x65;n&#x7A;&#64;&#x61;&#112;&#x61;&#x63;&#104;&#x65;&#46;&#111;&#114;&#x67;</a></p>
+<p><a href="http://www.cmlenz.net/">Christopher Lenz</a>, <a href="&#x6D;&#97;&#x69;&#108;&#x74;&#x6F;:&#99;&#x6D;&#108;&#101;&#x6E;&#x7A;&#64;&#97;&#112;a&#99;&#104;&#x65;&#x2E;o&#x72;&#103;">&#99;&#x6D;&#108;&#101;&#x6E;&#x7A;&#64;&#97;&#112;a&#99;&#104;&#x65;&#x2E;o&#x72;&#103;</a></p>
 
 <p>Developed and maintains Futon, the Web administration console. He works on
    the JavaScript view engine, SpiderMonkey and MochiWeb integration in
    addition to an external Python client.</p>
 
-<p><a href="http://jchris.mfdz.com">J. Chris Anderson</a>, <a href="&#x6D;&#x61;&#105;&#108;&#116;&#111;:&#106;&#x63;&#x68;&#114;&#x69;&#x73;&#64;&#x61;&#112;&#x61;&#x63;&#x68;&#x65;&#x2E;&#x6F;&#114;&#x67;">&#106;&#x63;&#x68;&#114;&#x69;&#x73;&#64;&#x61;&#112;&#x61;&#x63;&#x68;&#x65;&#x2E;&#x6F;&#114;&#x67;</a></p>
+<p><a href="http://jchris.mfdz.com">J. Chris Anderson</a>, <a href="&#x6D;&#x61;&#105;&#x6C;&#x74;&#111;:&#106;&#x63;&#104;&#x72;&#105;&#115;&#64;&#x61;&#x70;&#97;&#x63;&#104;&#x65;.&#x6F;&#114;&#103;">&#106;&#x63;&#104;&#x72;&#105;&#115;&#64;&#x61;&#x70;&#97;&#x63;&#104;&#x65;.&#x6F;&#114;&#103;</a></p>
 
 <p>Upgraded the Erlang JSON term format. Integrates community patches,
   particularly related to the HTTP API and the MapReduce system. Gives talks and
   presentations about CouchDB, and is co-author of
    <a href="http://guide.couchdb.org/">CouchDB: The Definitive Guide</a>.</p>
 
-<p><a href="http://www.davispj.com/">Paul J. Davis</a>, <a href="m&#x61;i&#x6C;&#x74;&#111;:&#100;&#97;&#118;&#105;&#115;&#112;&#64;&#97;&#112;&#97;&#99;&#x68;&#101;&#46;&#111;&#x72;&#x67;">&#100;&#97;&#118;&#105;&#115;&#112;&#64;&#97;&#112;&#97;&#99;&#x68;&#101;&#46;&#111;&#x72;&#x67;</a></p>
+<p><a href="http://www.davispj.com/">Paul J. Davis</a>, <a href="&#109;&#97;&#105;&#108;&#x74;&#111;:&#x64;&#x61;&#x76;&#105;&#x73;&#112;&#64;&#97;&#x70;&#x61;&#99;&#x68;&#101;.&#111;r&#103;">&#x64;&#x61;&#x76;&#105;&#x73;&#112;&#64;&#97;&#x70;&#x61;&#99;&#x68;&#101;.&#111;r&#103;</a></p>
 
 <p>Developed features for the HTTP API as well as helped with recent upgrades
   to the MapReduce system. Spends time tracking down various bugs reported in
   JIRA.</p>
 
-<p>Adam Kocoloski, <a href="&#109;&#97;&#105;&#x6C;&#116;&#x6F;:&#x6B;&#x6F;&#99;&#x6F;&#108;&#111;s&#x6B;&#64;&#x61;&#112;&#x61;&#x63;&#104;&#101;&#x2E;&#x6F;rg">&#x6B;&#x6F;&#99;&#x6F;&#108;&#111;s&#x6B;&#64;&#x61;&#112;&#x61;&#x63;&#104;&#101;&#x2E;&#x6F;rg</a></p>
+<p>Adam Kocoloski, <a href="&#x6D;&#x61;&#x69;&#108;&#x74;&#x6F;:&#x6B;&#111;&#x63;&#x6F;&#x6C;&#111;&#x73;&#x6B;&#64;&#x61;&#112;&#x61;&#99;&#x68;&#x65;.&#x6F;&#114;&#x67;">&#x6B;&#111;&#x63;&#x6F;&#x6C;&#111;&#x73;&#x6B;&#64;&#x61;&#112;&#x61;&#99;&#x68;&#x65;.&#x6F;&#114;&#x67;</a></p>
 
 <p>Maintains and extends the replicator. Hacks on various other parts of the
   core database.</p>
 
-<p>Mark Hammond, <a href="&#109;&#x61;&#105;&#108;&#116;&#111;:&#x6D;&#x68;&#x61;&#109;&#109;&#x6F;&#x6E;&#x64;&#64;a&#112;&#97;&#x63;&#104;&#x65;&#46;&#x6F;&#114;&#103;">&#x6D;&#x68;&#x61;&#109;&#109;&#x6F;&#x6E;&#x64;&#64;a&#112;&#97;&#x63;&#104;&#x65;&#46;&#x6F;&#114;&#103;</a></p>
+<p>Mark Hammond, <a href="&#109;&#97;&#105;&#x6C;&#x74;&#111;:&#109;h&#97;&#109;&#109;&#111;&#x6E;&#x64;&#64;&#x61;&#x70;&#97;&#99;&#104;&#x65;&#46;&#111;&#114;&#103;">&#109;h&#97;&#109;&#109;&#111;&#x6E;&#x64;&#64;&#x61;&#x70;&#97;&#99;&#104;&#x65;&#46;&#111;&#114;&#103;</a></p>
 
 <p>Windows support.</p>
 
-<p><a href="http://www.jasondavies.com/">Jason Davies</a>, <a href="&#109;a&#x69;&#x6C;&#116;&#111;:&#x6A;&#x61;s&#111;&#x6E;&#x64;&#x61;&#118;i&#x65;&#115;&#64;&#x61;&#x70;&#97;&#99;&#x68;&#101;&#46;&#x6F;&#114;&#x67;">&#x6A;&#x61;s&#111;&#x6E;&#x64;&#x61;&#118;i&#x65;&#115;&#64;&#x61;&#x70;&#97;&#99;&#x68;&#101;&#46;&#x6F;&#114;&#x67;</a></p>
+<p><a href="http://www.jasondavies.com/">Jason Davies</a>, <a href="&#x6D;&#x61;&#x69;&#x6C;&#116;&#111;:&#106;&#97;&#x73;&#111;&#x6E;d&#97;&#x76;&#105;&#101;&#x73;&#64;&#97;&#112;&#x61;&#x63;&#104;&#x65;&#46;&#x6F;&#114;&#103;">&#106;&#97;&#x73;&#111;&#x6E;d&#97;&#x76;&#105;&#101;&#x73;&#64;&#97;&#112;&#x61;&#x63;&#104;&#x65;&#46;&#x6F;&#114;&#103;</a></p>
 
 <p>Developed various authentication features including cookie-based
   authentication and OAuth support.</p>
 
-<p><a href="http://benoitc.im">Benoît Chesneau</a>, <a href="&#x6D;&#x61;&#105;&#x6C;&#x74;&#111;:&#98;&#x65;&#x6E;&#x6F;&#105;&#x74;&#x63;&#64;&#97;&#x70;&#97;&#99;&#x68;&#x65;&#x2E;o&#x72;g">&#98;&#x65;&#x6E;&#x6F;&#105;&#x74;&#x63;&#64;&#97;&#x70;&#97;&#99;&#x68;&#x65;&#x2E;o&#x72;g</a></p>
+<p><a href="http://benoitc.im">Benoît Chesneau</a>, <a href="&#109;&#x61;&#105;l&#116;&#111;:&#98;&#101;&#110;&#x6F;&#105;&#x74;&#x63;&#64;&#97;&#112;&#97;&#x63;&#x68;&#101;&#x2E;&#111;&#x72;&#x67;">&#98;&#101;&#110;&#x6F;&#105;&#x74;&#x63;&#64;&#97;&#112;&#97;&#x63;&#x68;&#101;&#x2E;&#111;&#x72;&#x67;</a></p>
 
 <p>Developed the URL rewriter and proxy authentication handlers and provides some
   patches. He also maintains the couchapp script and some other tools and
   libraries related to CouchDB.</p>
 
-<p><a href="http://fdmanana.wordpress.com">Filipe Manana</a>, <a href="&#x6D;&#x61;i&#x6C;&#116;&#x6F;:&#x66;&#100;&#109;&#97;&#110;&#x61;&#x6E;&#x61;&#64;&#x61;&#112;&#x61;&#99;&#104;e&#46;&#x6F;&#x72;&#x67;">&#x66;&#100;&#109;&#97;&#110;&#x61;&#x6E;&#x61;&#64;&#x61;&#112;&#x61;&#99;&#104;e&#46;&#x6F;&#x72;&#x67;</a></p>
+<p><a href="http://fdmanana.wordpress.com">Filipe Manana</a>, <a href="m&#97;il&#x74;&#x6F;:&#102;&#x64;m&#x61;&#110;&#x61;&#x6E;&#97;&#64;&#x61;&#112;&#x61;&#x63;&#104;&#x65;&#x2E;&#x6F;&#x72;&#x67;">&#102;&#x64;m&#x61;&#110;&#x61;&#x6E;&#97;&#64;&#x61;&#112;&#x61;&#x63;&#104;&#x65;&#x2E;&#x6F;&#x72;&#x67;</a></p>
 
 <p>Contributes mostly to the replicator, some parts of the core database and
   the security features.</p>
 
-<p>Robert Newson, <a href="&#x6D;&#x61;&#105;&#108;&#x74;&#x6F;:&#x72;&#x6E;&#x65;&#x77;&#115;o&#110;&#64;&#x61;&#112;&#x61;&#99;&#104;&#101;&#46;&#x6F;&#114;&#x67;">&#x72;&#x6E;&#x65;&#x77;&#115;o&#110;&#64;&#x61;&#112;&#x61;&#99;&#104;&#101;&#46;&#x6F;&#114;&#x67;</a></p>
+<p>Robert Newson, <a href="&#x6D;&#97;&#105;&#108;t&#111;:&#114;&#110;&#101;&#119;&#x73;&#111;&#110;&#64;a&#x70;&#97;&#99;&#x68;e.&#x6F;&#x72;&#x67;">&#114;&#110;&#101;&#119;&#x73;&#111;&#110;&#64;a&#x70;&#97;&#99;&#x68;e.&#x6F;&#x72;&#x67;</a></p>
 
 <p>Contributes bug fixes and small features.</p>
 
-<p>Randall Leeds, <a href="&#x6D;&#x61;&#105;&#108;&#116;&#111;:&#x72;&#97;&#x6E;&#x64;a&#108;&#108;&#64;&#x61;&#x70;&#x61;&#x63;&#104;&#x65;&#x2E;&#x6F;&#114;&#x67;">&#x72;&#97;&#x6E;&#x64;a&#108;&#108;&#64;&#x61;&#x70;&#x61;&#x63;&#104;&#x65;&#x2E;&#x6F;&#114;&#x67;</a></p>
+<p>Randall Leeds, <a href="&#109;&#x61;&#x69;&#108;&#116;&#x6F;:&#x72;&#97;&#x6E;&#100;&#97;&#108;&#x6C;&#64;&#x61;&#x70;&#x61;&#x63;&#x68;&#101;&#46;&#x6F;&#114;&#103;">&#x72;&#97;&#x6E;&#100;&#97;&#108;&#x6C;&#64;&#x61;&#x70;&#x61;&#x63;&#x68;&#101;&#46;&#x6F;&#114;&#103;</a></p>
 
 <p>Squashes bugs and tunes performance. Tweaks API interoperabilities,
  forward-/backward-compatibility and developer interactions. Maintains

http://git-wip-us.apache.org/repos/asf/couchdb/blob/d202a750/community/lists.html
----------------------------------------------------------------------
diff --git a/community/lists.html b/community/lists.html
index 68685bf..e06e33e 100644
--- a/community/lists.html
+++ b/community/lists.html
@@ -95,11 +95,11 @@ discussion of topics related to CouchDB.</p>
 
 <ul>
 <li>To <strong>subscribe</strong>, send an email to
-<a href="ma&#105;&#x6C;&#x74;&#111;:&#x75;&#115;&#101;&#x72;&#x2D;&#115;&#117;&#x62;&#115;&#x63;&#114;&#105;&#x62;&#101;&#64;&#x63;&#x6F;&#117;&#x63;&#x68;&#x64;b.&#x61;p&#97;&#x63;&#x68;&#x65;&#46;o&#114;&#x67;">&#x75;&#115;&#101;&#x72;&#x2D;&#115;&#117;&#x62;&#115;&#x63;&#114;&#105;&#x62;&#101;&#64;&#x63;&#x6F;&#117;&#x63;&#x68;&#x64;b.&#x61;p&#97;&#x63;&#x68;&#x65;&#46;o&#114;&#x67;</a>.</li>
+<a href="&#x6D;&#x61;&#x69;&#x6C;&#x74;&#111;:&#x75;&#115;e&#114;&#45;&#115;&#117;&#98;&#115;&#99;&#114;&#x69;b&#x65;&#64;&#x63;&#111;&#x75;&#99;&#104;&#100;&#98;&#x2E;&#x61;&#x70;a&#x63;&#x68;&#x65;&#46;o&#114;&#x67;">&#x75;&#115;e&#114;&#45;&#115;&#117;&#98;&#115;&#99;&#114;&#x69;b&#x65;&#64;&#x63;&#111;&#x75;&#99;&#104;&#100;&#98;&#x2E;&#x61;&#x70;a&#x63;&#x68;&#x65;&#46;o&#114;&#x67;</a>.</li>
 <li>To <strong>unsubscribe</strong> send empty email to
-<a href="&#x6D;&#x61;&#105;&#x6C;&#116;&#x6F;:&#x75;&#115;e&#114;&#x2D;u&#110;&#115;&#x75;&#x62;&#x73;&#x63;&#114;&#105;&#98;e&#64;&#99;&#111;&#117;&#x63;&#x68;&#x64;&#x62;&#46;&#x61;p&#x61;&#99;&#104;&#x65;&#46;&#x6F;r&#103;">&#x75;&#115;e&#114;&#x2D;u&#110;&#115;&#x75;&#x62;&#x73;&#x63;&#114;&#105;&#98;e&#64;&#99;&#111;&#117;&#x63;&#x68;&#x64;&#x62;&#46;&#x61;p&#x61;&#99;&#104;&#x65;&#46;&#x6F;r&#103;</a></li>
+<a href="&#109;&#x61;&#x69;&#108;&#x74;&#x6F;:&#117;&#115;&#101;&#114;&#x2D;&#x75;&#110;&#115;&#117;&#98;&#115;&#x63;&#x72;&#x69;&#98;&#101;&#64;&#99;&#x6F;&#117;&#x63;&#x68;&#x64;&#x62;&#46;a&#112;&#97;&#x63;&#104;&#101;&#46;&#111;r&#x67;">&#117;&#115;&#101;&#114;&#x2D;&#x75;&#110;&#115;&#117;&#98;&#115;&#x63;&#x72;&#x69;&#98;&#101;&#64;&#99;&#x6F;&#117;&#x63;&#x68;&#x64;&#x62;&#46;a&#112;&#97;&#x63;&#104;&#101;&#46;&#111;r&#x67;</a></li>
 <li>Finally, to post a message to the list use the address
-<a href="&#109;&#x61;&#105;&#108;&#116;&#111;:&#117;&#115;e&#x72;&#64;&#x63;&#x6F;&#x75;&#x63;h&#x64;&#x62;&#46;&#97;&#112;a&#99;&#x68;&#x65;&#x2E;&#111;&#114;&#103;">&#117;&#115;e&#x72;&#64;&#x63;&#x6F;&#x75;&#x63;h&#x64;&#x62;&#46;&#97;&#112;a&#99;&#x68;&#x65;&#x2E;&#111;&#114;&#103;</a></li>
+<a href="&#x6D;&#x61;i&#108;&#x74;&#x6F;:&#117;&#115;&#x65;&#114;&#64;&#99;o&#x75;&#x63;&#104;&#x64;&#x62;&#46;&#x61;&#112;a&#99;h&#101;&#46;&#x6F;&#x72;&#x67;">&#117;&#115;&#x65;&#114;&#64;&#99;o&#x75;&#x63;&#104;&#x64;&#x62;&#46;&#x61;&#112;a&#99;h&#101;&#46;&#x6F;&#x72;&#x67;</a></li>
 </ul>
 
 <p>The archives for this list can also be <a href="http://mail-archives.apache.org/mod_mbox/couchdb-user/">browsed online</a>.</p>
@@ -114,11 +114,11 @@ participate if they are interested following development.</p>
 
 <ul>
 <li>To <strong>subscribe</strong>, send an email to
-<a href="&#109;&#97;i&#108;&#116;&#x6F;:&#100;&#x65;&#x76;&#45;s&#117;&#x62;&#x73;&#99;&#114;&#x69;&#98;&#x65;&#64;&#x63;&#111;&#117;&#99;h&#x64;&#98;.&#x61;&#112;&#x61;&#99;&#104;&#101;&#x2E;&#111;&#x72;&#103;">&#100;&#x65;&#x76;&#45;s&#117;&#x62;&#x73;&#99;&#114;&#x69;&#98;&#x65;&#64;&#x63;&#111;&#117;&#99;h&#x64;&#98;.&#x61;&#112;&#x61;&#99;&#104;&#101;&#x2E;&#111;&#x72;&#103;</a>.</li>
+<a href="&#109;&#x61;i&#108;&#116;o:&#x64;&#x65;&#118;&#45;&#115;u&#x62;&#115;&#99;&#x72;&#x69;&#x62;&#x65;&#64;&#x63;&#x6F;&#x75;&#99;&#104;&#x64;&#x62;&#46;&#x61;&#112;&#x61;&#99;&#x68;&#101;&#46;&#x6F;&#x72;&#x67;">&#x64;&#x65;&#118;&#45;&#115;u&#x62;&#115;&#99;&#x72;&#x69;&#x62;&#x65;&#64;&#x63;&#x6F;&#x75;&#99;&#104;&#x64;&#x62;&#46;&#x61;&#112;&#x61;&#99;&#x68;&#101;&#46;&#x6F;&#x72;&#x67;</a>.</li>
 <li>To <strong>unsubscribe</strong> send empty email to
-<a href="&#x6D;&#x61;&#105;&#x6C;&#116;&#111;:&#100;&#x65;&#118;&#x2D;u&#x6E;&#115;&#x75;&#x62;&#x73;&#x63;r&#105;&#98;&#x65;&#64;&#x63;&#x6F;&#x75;&#x63;&#104;&#100;&#98;&#x2E;&#x61;p&#97;&#x63;&#x68;&#x65;&#46;&#111;&#x72;&#103;">&#100;&#x65;&#118;&#x2D;u&#x6E;&#115;&#x75;&#x62;&#x73;&#x63;r&#105;&#98;&#x65;&#64;&#x63;&#x6F;&#x75;&#x63;&#104;&#100;&#98;&#x2E;&#x61;p&#97;&#x63;&#x68;&#x65;&#46;&#111;&#x72;&#103;</a></li>
+<a href="m&#x61;&#x69;&#x6C;&#x74;&#x6F;:d&#x65;&#118;-&#117;&#x6E;&#115;&#x75;&#98;&#x73;&#99;&#114;&#x69;&#x62;e&#64;&#x63;&#x6F;&#x75;&#99;&#x68;&#x64;b&#46;&#x61;&#x70;&#97;&#x63;&#x68;&#x65;&#46;&#111;&#114;&#x67;">d&#x65;&#118;-&#117;&#x6E;&#115;&#x75;&#98;&#x73;&#99;&#114;&#x69;&#x62;e&#64;&#x63;&#x6F;&#x75;&#99;&#x68;&#x64;b&#46;&#x61;&#x70;&#97;&#x63;&#x68;&#x65;&#46;&#111;&#114;&#x67;</a></li>
 <li>Finally, to post a message to the list use the address
-<a href="&#x6D;&#x61;&#105;&#108;&#x74;&#x6F;:&#100;&#101;&#118;&#64;c&#x6F;&#x75;&#x63;&#104;&#x64;&#98;&#46;&#x61;p&#x61;&#99;&#x68;&#x65;&#46;&#x6F;&#114;g">&#100;&#101;&#118;&#64;c&#x6F;&#x75;&#x63;&#104;&#x64;&#98;&#46;&#x61;p&#x61;&#99;&#x68;&#x65;&#46;&#x6F;&#114;g</a></li>
+<a href="&#109;&#97;&#105;l&#116;&#111;:&#x64;&#101;&#x76;&#64;&#x63;&#x6F;&#117;&#x63;&#x68;&#100;&#x62;&#x2E;&#x61;&#x70;&#97;&#x63;&#104;e&#x2E;&#x6F;r&#x67;">&#x64;&#101;&#x76;&#64;&#x63;&#x6F;&#117;&#x63;&#x68;&#100;&#x62;&#x2E;&#x61;&#x70;&#97;&#x63;&#104;e&#x2E;&#x6F;r&#x67;</a></li>
 </ul>
 
 <p>The archives for this list can also be <a href="http://mail-archives.apache.org/mod_mbox/couchdb-dev/">browsed online</a>.</p>
@@ -131,9 +131,9 @@ to see and review changes made by others.</p>
 
 <ul>
 <li>To <strong>subscribe</strong>, send an email to
-<a href="&#x6D;&#x61;&#x69;&#x6C;&#x74;&#111;:&#x63;&#x6F;&#109;&#109;&#x69;&#116;&#115;&#45;&#x73;&#x75;&#98;&#x73;&#x63;&#x72;&#105;&#98;&#101;&#64;&#99;&#111;&#117;&#99;&#104;&#x64;&#x62;&#x2E;&#97;&#112;&#97;&#99;&#x68;&#101;&#x2E;&#x6F;&#114;&#x67;">&#x63;&#x6F;&#109;&#109;&#x69;&#116;&#115;&#45;&#x73;&#x75;&#98;&#x73;&#x63;&#x72;&#105;&#98;&#101;&#64;&#99;&#111;&#117;&#99;&#104;&#x64;&#x62;&#x2E;&#97;&#112;&#97;&#99;&#x68;&#101;&#x2E;&#x6F;&#114;&#x67;</a>.</li>
+<a href="&#x6D;&#x61;&#x69;&#108;&#x74;&#111;:c&#x6F;&#x6D;&#109;&#x69;&#116;s&#x2D;&#x73;&#117;&#98;&#115;&#x63;&#x72;&#105;&#98;&#101;&#64;&#x63;&#111;u&#x63;&#104;&#x64;b&#46;&#x61;&#x70;&#x61;&#x63;&#104;e&#46;o&#x72;&#103;">c&#x6F;&#x6D;&#109;&#x69;&#116;s&#x2D;&#x73;&#117;&#98;&#115;&#x63;&#x72;&#105;&#98;&#101;&#64;&#x63;&#111;u&#x63;&#104;&#x64;b&#46;&#x61;&#x70;&#x61;&#x63;&#104;e&#46;o&#x72;&#103;</a>.</li>
 <li>To <strong>unsubscribe</strong> send empty email to
-<a href="&#109;ail&#116;&#111;:&#99;&#111;m&#x6D;&#x69;&#x74;&#x73;&#x2D;&#x75;&#x6E;&#x73;&#x75;&#98;&#115;&#x63;r&#105;&#x62;&#101;&#64;&#99;&#x6F;&#117;&#x63;&#104;&#x64;&#x62;&#x2E;&#x61;&#x70;&#97;&#99;&#x68;e&#x2E;&#x6F;&#114;&#x67;">&#99;&#111;m&#x6D;&#x69;&#x74;&#x73;&#x2D;&#x75;&#x6E;&#x73;&#x75;&#98;&#115;&#x63;r&#105;&#x62;&#101;&#64;&#99;&#x6F;&#117;&#x63;&#104;&#x64;&#x62;&#x2E;&#x61;&#x70;&#97;&#99;&#x68;e&#x2E;&#x6F;&#114;&#x67;</a></li>
+<a href="&#x6D;&#97;&#105;&#x6C;&#x74;&#x6F;:&#x63;&#x6F;&#109;&#x6D;&#x69;&#x74;&#115;&#45;&#x75;&#x6E;&#115;ub&#x73;&#99;&#114;&#105;&#98;&#101;&#64;&#x63;o&#x75;&#x63;&#x68;&#x64;&#98;&#46;&#97;p&#97;&#99;&#104;&#x65;.&#x6F;&#114;&#x67;">&#x63;&#x6F;&#109;&#x6D;&#x69;&#x74;&#115;&#45;&#x75;&#x6E;&#115;ub&#x73;&#99;&#114;&#105;&#98;&#101;&#64;&#x63;o&#x75;&#x63;&#x68;&#x64;&#98;&#46;&#97;p&#97;&#99;&#104;&#x65;.&#x6F;&#114;&#x67;</a></li>
 </ul>
 
 <p>The archives for this list can also be <a href="http://mail-archives.apache.org/mod_mbox/couchdb-commits/">browsed online</a>.</p>