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/03/30 20:27:48 UTC

svn commit: r642796 - in /incubator/couchdb/site: ./ htdocs/ htdocs/community/ htdocs/docs/

Author: nslater
Date: Sun Mar 30 11:27:47 2008
New Revision: 642796

URL: http://svn.apache.org/viewvc?rev=642796&view=rev
Log:
added explicit sorting to documentation navigation

Modified:
    incubator/couchdb/site/build.sh
    incubator/couchdb/site/htdocs/community/code.html
    incubator/couchdb/site/htdocs/community/committers.html
    incubator/couchdb/site/htdocs/community/index.html
    incubator/couchdb/site/htdocs/community/issues.html
    incubator/couchdb/site/htdocs/community/lists.html
    incubator/couchdb/site/htdocs/community/standards.html
    incubator/couchdb/site/htdocs/docs/changelog.html
    incubator/couchdb/site/htdocs/docs/faq.html
    incubator/couchdb/site/htdocs/docs/index.html
    incubator/couchdb/site/htdocs/docs/installation.html
    incubator/couchdb/site/htdocs/docs/intro.html
    incubator/couchdb/site/htdocs/docs/overview.html
    incubator/couchdb/site/htdocs/docs/troubleshooting.html
    incubator/couchdb/site/htdocs/downloads.html
    incubator/couchdb/site/htdocs/index.html
    incubator/couchdb/site/htdocs/roadmap.html

Modified: incubator/couchdb/site/build.sh
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/build.sh?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/build.sh (original)
+++ incubator/couchdb/site/build.sh Sun Mar 30 11:27:47 2008
@@ -24,7 +24,7 @@
 
 cat > htdocs/docs/troubleshooting.txt << EOF
 Title: Troubleshooting
-Sort-Index: 034
+Sort-Index: 035
 
 # %(title)s #
 $(cat ../trunk/TROUBLESHOOTING | grep -v "# Troubleshooting #")
@@ -32,7 +32,7 @@
 
 cat > htdocs/docs/changelog.txt << EOF
 Title: Changelog
-Sort-Index: 034
+Sort-Index: 036
 
 # %(title)s #
 $(cat ../trunk/NEWS | grep -v "# News #")

Modified: incubator/couchdb/site/htdocs/community/code.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/community/code.html?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/community/code.html (original)
+++ incubator/couchdb/site/htdocs/community/code.html Sun Mar 30 11:27:47 2008
@@ -57,8 +57,8 @@
 <li><a class="" href="../docs/overview.html"><span>Overview</span></a></li>
 <li><a class="" href="../docs/faq.html"><span>FAQ</span></a></li>
 <li><a class="" href="../docs/installation.html"><span>Installation</span></a></li>
-<li><a class="" href="../docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="" href="../docs/troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a class="" href="../docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 </li>

Modified: incubator/couchdb/site/htdocs/community/committers.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/community/committers.html?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/community/committers.html (original)
+++ incubator/couchdb/site/htdocs/community/committers.html Sun Mar 30 11:27:47 2008
@@ -57,8 +57,8 @@
 <li><a class="" href="../docs/overview.html"><span>Overview</span></a></li>
 <li><a class="" href="../docs/faq.html"><span>FAQ</span></a></li>
 <li><a class="" href="../docs/installation.html"><span>Installation</span></a></li>
-<li><a class="" href="../docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="" href="../docs/troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a class="" href="../docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 </li>

Modified: incubator/couchdb/site/htdocs/community/index.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/community/index.html?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/community/index.html (original)
+++ incubator/couchdb/site/htdocs/community/index.html Sun Mar 30 11:27:47 2008
@@ -55,8 +55,8 @@
 <li><a class="" href="../docs/overview.html"><span>Overview</span></a></li>
 <li><a class="" href="../docs/faq.html"><span>FAQ</span></a></li>
 <li><a class="" href="../docs/installation.html"><span>Installation</span></a></li>
-<li><a class="" href="../docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="" href="../docs/troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a class="" href="../docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 </li>

Modified: incubator/couchdb/site/htdocs/community/issues.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/community/issues.html?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/community/issues.html (original)
+++ incubator/couchdb/site/htdocs/community/issues.html Sun Mar 30 11:27:47 2008
@@ -57,8 +57,8 @@
 <li><a class="" href="../docs/overview.html"><span>Overview</span></a></li>
 <li><a class="" href="../docs/faq.html"><span>FAQ</span></a></li>
 <li><a class="" href="../docs/installation.html"><span>Installation</span></a></li>
-<li><a class="" href="../docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="" href="../docs/troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a class="" href="../docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 </li>

Modified: incubator/couchdb/site/htdocs/community/lists.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/community/lists.html?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/community/lists.html (original)
+++ incubator/couchdb/site/htdocs/community/lists.html Sun Mar 30 11:27:47 2008
@@ -57,8 +57,8 @@
 <li><a class="" href="../docs/overview.html"><span>Overview</span></a></li>
 <li><a class="" href="../docs/faq.html"><span>FAQ</span></a></li>
 <li><a class="" href="../docs/installation.html"><span>Installation</span></a></li>
-<li><a class="" href="../docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="" href="../docs/troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a class="" href="../docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 </li>
@@ -90,11 +90,11 @@
 
 <ul>
 <li>To <strong>subscribe</strong>, send an email to
-<a href="mai&#x6C;to:&#99;&#111;u&#99;&#104;&#100;&#98;&#45;&#x75;&#x73;&#x65;&#114;&#x2D;&#115;&#117;&#x62;&#115;&#x63;&#x72;&#105;b&#x65;&#64;in&#99;&#117;&#x62;&#97;&#x74;o&#x72;&#46;&#97;&#112;&#97;&#x63;&#x68;&#101;&#46;&#x6F;r&#103;">&#99;&#111;u&#99;&#104;&#100;&#98;&#45;&#x75;&#x73;&#x65;&#114;&#x2D;&#115;&#117;&#x62;&#115;&#x63;&#x72;&#105;b&#x65;&#64;in&#99;&#117;&#x62;&#97;&#x74;o&#x72;&#46;&#97;&#112;&#97;&#x63;&#x68;&#101;&#46;&#x6F;r&#103;</a>.</li>
+<a href="&#109;&#x61;&#x69;&#x6C;&#116;&#111;:&#99;&#111;&#117;&#x63;&#x68;d&#x62;&#45;&#117;&#115;&#101;&#x72;&#x2D;s&#x75;&#98;&#115;&#99;&#x72;&#105;&#x62;&#101;&#64;i&#x6E;&#99;&#117;&#x62;&#x61;&#116;&#x6F;&#114;&#46;&#x61;&#x70;a&#x63;&#104;e.&#x6F;&#x72;g">&#99;&#111;&#117;&#x63;&#x68;d&#x62;&#45;&#117;&#115;&#101;&#x72;&#x2D;s&#x75;&#98;&#115;&#99;&#x72;&#105;&#x62;&#101;&#64;i&#x6E;&#99;&#117;&#x62;&#x61;&#116;&#x6F;&#114;&#46;&#x61;&#x70;a&#x63;&#104;e.&#x6F;&#x72;g</a>.</li>
 <li>To <strong>unsubscribe</strong> send empty email to
-<a href="&#109;&#x61;i&#x6C;&#x74;&#x6F;:&#x63;&#111;&#117;&#99;&#x68;&#100;&#98;&#x2D;&#117;&#115;&#x65;&#114;&#45;&#x75;&#110;&#115;&#x75;&#x62;&#115;&#99;&#x72;&#105;&#x62;&#x65;&#64;&#x69;&#x6E;&#99;&#117;&#98;&#97;&#x74;&#x6F;&#x72;&#x2E;&#97;&#112;&#97;&#x63;&#104;&#101;&#46;&#x6F;&#x72;&#x67;">&#x63;&#111;&#117;&#99;&#x68;&#100;&#98;&#x2D;&#117;&#115;&#x65;&#114;&#45;&#x75;&#110;&#115;&#x75;&#x62;&#115;&#99;&#x72;&#105;&#x62;&#x65;&#64;&#x69;&#x6E;&#99;&#117;&#98;&#97;&#x74;&#x6F;&#x72;&#x2E;&#97;&#112;&#97;&#x63;&#104;&#101;&#46;&#x6F;&#x72;&#x67;</a></li>
+<a href="&#x6D;&#97;&#x69;&#108;t&#x6F;:&#x63;&#x6F;&#117;&#99;h&#x64;&#98;-&#x75;&#x73;&#101;&#x72;&#x2D;&#x75;n&#115;&#x75;&#98;&#115;&#99;&#x72;&#x69;&#98;&#101;&#64;&#105;&#x6E;&#x63;&#117;b&#97;&#116;&#111;&#x72;&#x2E;a&#x70;&#x61;&#x63;&#104;&#101;&#x2E;&#x6F;&#114;&#x67;">&#x63;&#x6F;&#117;&#99;h&#x64;&#98;-&#x75;&#x73;&#101;&#x72;&#x2D;&#x75;n&#115;&#x75;&#98;&#115;&#99;&#x72;&#x69;&#98;&#101;&#64;&#105;&#x6E;&#x63;&#117;b&#97;&#116;&#111;&#x72;&#x2E;a&#x70;&#x61;&#x63;&#104;&#101;&#x2E;&#x6F;&#114;&#x67;</a></li>
 <li>Finally, to post a message to the list use the address
-<a href="&#x6D;&#97;&#105;l&#x74;&#111;:&#99;&#111;&#x75;&#99;&#x68;&#x64;&#x62;&#x2D;&#x75;&#x73;&#x65;&#114;&#64;&#x69;&#110;&#99;&#x75;&#98;&#97;&#x74;&#x6F;&#x72;&#46;&#x61;&#x70;&#x61;&#x63;&#104;&#x65;&#x2E;&#111;&#114;&#103;">&#99;&#111;&#x75;&#99;&#x68;&#x64;&#x62;&#x2D;&#x75;&#x73;&#x65;&#114;&#64;&#x69;&#110;&#99;&#x75;&#98;&#97;&#x74;&#x6F;&#x72;&#46;&#x61;&#x70;&#x61;&#x63;&#104;&#x65;&#x2E;&#111;&#114;&#103;</a></li>
+<a href="&#109;&#97;&#105;l&#116;&#x6F;:&#99;&#x6F;&#x75;c&#x68;&#x64;&#98;&#45;&#x75;&#115;&#101;&#x72;&#64;&#105;&#x6E;&#x63;&#117;&#98;&#x61;&#x74;&#111;&#x72;&#x2E;&#x61;&#x70;&#x61;&#99;&#x68;&#101;&#x2E;&#x6F;&#x72;&#103;">&#99;&#x6F;&#x75;c&#x68;&#x64;&#98;&#45;&#x75;&#115;&#101;&#x72;&#64;&#105;&#x6E;&#x63;&#117;&#98;&#x61;&#x74;&#111;&#x72;&#x2E;&#x61;&#x70;&#x61;&#99;&#x68;&#101;&#x2E;&#x6F;&#x72;&#103;</a></li>
 </ul>
 
 <p>The archives for this list can also be <a href="http://mail-archives.apache.org/mod_mbox/incubator-couchdb-user/">browsed online</a>.</p>
@@ -109,11 +109,11 @@
 
 <ul>
 <li>To <strong>subscribe</strong>, send an email to
-<a href="&#109;&#x61;&#x69;&#108;&#x74;&#111;:&#x63;&#x6F;&#x75;&#99;&#104;&#x64;&#x62;&#x2D;&#100;&#101;v&#45;&#115;&#x75;&#x62;&#x73;&#x63;&#x72;&#105;&#98;&#x65;&#64;&#105;&#x6E;&#99;&#x75;&#x62;&#97;&#x74;&#x6F;&#114;&#x2E;&#97;&#112;&#x61;&#x63;&#104;&#x65;&#x2E;&#111;&#114;&#103;">&#x63;&#x6F;&#x75;&#99;&#104;&#x64;&#x62;&#x2D;&#100;&#101;v&#45;&#115;&#x75;&#x62;&#x73;&#x63;&#x72;&#105;&#98;&#x65;&#64;&#105;&#x6E;&#99;&#x75;&#x62;&#97;&#x74;&#x6F;&#114;&#x2E;&#97;&#112;&#x61;&#x63;&#104;&#x65;&#x2E;&#111;&#114;&#103;</a>.</li>
+<a href="&#x6D;&#97;&#105;&#108;&#x74;&#111;:&#99;o&#x75;&#x63;&#104;&#x64;&#x62;-&#x64;&#101;&#x76;&#45;&#x73;&#117;&#98;s&#99;&#114;&#105;&#x62;&#x65;&#64;&#105;&#110;&#99;u&#98;&#x61;&#116;&#x6F;&#114;&#x2E;&#97;&#112;&#x61;&#99;&#104;&#x65;&#46;&#111;r&#103;">&#99;o&#x75;&#x63;&#104;&#x64;&#x62;-&#x64;&#101;&#x76;&#45;&#x73;&#117;&#98;s&#99;&#114;&#105;&#x62;&#x65;&#64;&#105;&#110;&#99;u&#98;&#x61;&#116;&#x6F;&#114;&#x2E;&#97;&#112;&#x61;&#99;&#104;&#x65;&#46;&#111;r&#103;</a>.</li>
 <li>To <strong>unsubscribe</strong> send empty email to
-<a href="&#109;&#97;&#x69;&#x6C;&#116;&#x6F;:&#x63;&#x6F;&#117;&#x63;&#x68;&#x64;&#x62;&#45;&#100;&#101;&#x76;-un&#115;&#x75;b&#x73;&#99;&#114;i&#x62;&#101;&#64;&#105;&#110;&#99;&#117;&#98;&#97;&#x74;&#111;&#x72;&#46;&#97;&#x70;&#97;c&#x68;&#101;&#46;&#x6F;&#114;&#x67;">&#x63;&#x6F;&#117;&#x63;&#x68;&#x64;&#x62;&#45;&#100;&#101;&#x76;-un&#115;&#x75;b&#x73;&#99;&#114;i&#x62;&#101;&#64;&#105;&#110;&#99;&#117;&#98;&#97;&#x74;&#111;&#x72;&#46;&#97;&#x70;&#97;c&#x68;&#101;&#46;&#x6F;&#114;&#x67;</a></li>
+<a href="&#109;&#97;&#x69;&#108;&#116;&#x6F;:&#x63;&#x6F;&#117;&#x63;&#104;&#100;&#x62;&#x2D;&#x64;e&#118;&#x2D;u&#x6E;&#115;&#117;&#x62;&#115;&#99;&#114;&#x69;&#x62;&#101;&#64;&#x69;&#x6E;&#x63;&#x75;&#x62;&#97;&#116;&#111;&#x72;&#46;&#97;&#112;&#x61;&#x63;&#x68;&#101;&#46;&#111;&#x72;&#x67;">&#x63;&#x6F;&#117;&#x63;&#104;&#100;&#x62;&#x2D;&#x64;e&#118;&#x2D;u&#x6E;&#115;&#117;&#x62;&#115;&#99;&#114;&#x69;&#x62;&#101;&#64;&#x69;&#x6E;&#x63;&#x75;&#x62;&#97;&#116;&#111;&#x72;&#46;&#97;&#112;&#x61;&#x63;&#x68;&#101;&#46;&#111;&#x72;&#x67;</a></li>
 <li>Finally, to post a message to the list use the address
-<a href="&#x6D;&#97;&#x69;&#x6C;&#116;&#x6F;:&#99;&#111;&#x75;&#99;&#104;&#x64;b&#x2D;&#x64;&#101;v&#64;&#x69;&#x6E;&#99;&#x75;&#98;&#97;&#x74;&#x6F;&#x72;&#x2E;a&#x70;&#97;&#x63;h&#x65;&#x2E;&#111;&#x72;&#x67;">&#99;&#111;&#x75;&#99;&#104;&#x64;b&#x2D;&#x64;&#101;v&#64;&#x69;&#x6E;&#99;&#x75;&#98;&#97;&#x74;&#x6F;&#x72;&#x2E;a&#x70;&#97;&#x63;h&#x65;&#x2E;&#111;&#x72;&#x67;</a></li>
+<a href="&#x6D;&#97;&#105;&#x6C;&#x74;&#111;:&#99;&#111;&#117;&#99;&#104;&#x64;&#98;&#45;de&#118;&#64;&#x69;n&#x63;&#x75;&#98;&#97;t&#111;&#114;&#x2E;&#97;&#x70;&#x61;&#x63;&#x68;&#101;&#46;&#111;&#x72;&#103;">&#99;&#111;&#117;&#99;&#104;&#x64;&#98;&#45;de&#118;&#64;&#x69;n&#x63;&#x75;&#98;&#97;t&#111;&#114;&#x2E;&#97;&#x70;&#x61;&#x63;&#x68;&#101;&#46;&#111;&#x72;&#103;</a></li>
 </ul>
 
 <p>The archives for this list can also be <a href="http://mail-archives.apache.org/mod_mbox/incubator-couchdb-dev/">browsed online</a>.</p>
@@ -126,9 +126,9 @@
 
 <ul>
 <li>To <strong>subscribe</strong>, send an email to
-<a href="&#109;&#97;&#105;&#x6C;&#x74;&#x6F;:&#99;&#111;&#x75;&#x63;&#x68;&#x64;&#98;&#45;&#x63;&#111;&#109;&#x6D;&#105;&#116;&#x73;&#45;&#x73;&#x75;&#98;&#x73;c&#114;&#105;&#98;&#x65;&#64;&#105;&#110;&#99;&#x75;&#98;&#x61;&#x74;&#x6F;&#114;&#x2E;&#x61;&#112;&#97;&#99;h&#x65;&#x2E;&#111;&#x72;&#103;">&#99;&#111;&#x75;&#x63;&#x68;&#x64;&#98;&#45;&#x63;&#111;&#109;&#x6D;&#105;&#116;&#x73;&#45;&#x73;&#x75;&#98;&#x73;c&#114;&#105;&#98;&#x65;&#64;&#105;&#110;&#99;&#x75;&#98;&#x61;&#x74;&#x6F;&#114;&#x2E;&#x61;&#112;&#97;&#99;h&#x65;&#x2E;&#111;&#x72;&#103;</a>.</li>
+<a href="&#109;&#97;&#x69;&#x6C;&#x74;o:&#x63;&#x6F;&#117;&#x63;&#x68;&#100;&#x62;&#45;&#x63;&#111;&#x6D;m&#x69;&#116;&#115;&#45;&#x73;&#117;&#98;&#115;&#99;&#114;&#105;&#98;&#x65;&#64;&#105;&#x6E;&#99;u&#x62;&#x61;&#x74;&#111;&#114;&#46;&#97;&#x70;&#97;&#x63;&#x68;&#x65;&#46;&#x6F;&#114;&#x67;">&#x63;&#x6F;&#117;&#x63;&#x68;&#100;&#x62;&#45;&#x63;&#111;&#x6D;m&#x69;&#116;&#115;&#45;&#x73;&#117;&#98;&#115;&#99;&#114;&#105;&#98;&#x65;&#64;&#105;&#x6E;&#99;u&#x62;&#x61;&#x74;&#111;&#114;&#46;&#97;&#x70;&#97;&#x63;&#x68;&#x65;&#46;&#x6F;&#114;&#x67;</a>.</li>
 <li>To <strong>unsubscribe</strong> send empty email to
-<a href="&#109;ai&#x6C;&#x74;o:&#99;&#x6F;u&#x63;&#104;&#100;&#98;&#x2D;&#99;&#x6F;&#x6D;&#109;&#105;&#x74;&#x73;-&#x75;&#110;&#115;&#117;&#98;&#x73;cr&#105;&#98;&#x65;&#64;i&#110;&#x63;&#x75;&#98;&#x61;&#116;&#111;r&#46;&#x61;&#112;&#97;&#x63;&#x68;&#101;.&#111;&#114;&#x67;">&#99;&#x6F;u&#x63;&#104;&#100;&#98;&#x2D;&#99;&#x6F;&#x6D;&#109;&#105;&#x74;&#x73;-&#x75;&#110;&#115;&#117;&#98;&#x73;cr&#105;&#98;&#x65;&#64;i&#110;&#x63;&#x75;&#98;&#x61;&#116;&#111;r&#46;&#x61;&#112;&#97;&#x63;&#x68;&#101;.&#111;&#114;&#x67;</a></li>
+<a href="&#109;&#x61;&#105;&#108;&#116;&#111;:&#x63;&#x6F;&#117;&#99;&#x68;&#100;&#98;&#x2D;com&#109;&#105;ts&#x2D;&#x75;&#110;&#115;&#117;&#x62;s&#x63;r&#x69;b&#101;&#64;&#x69;&#x6E;&#x63;&#x75;&#98;&#x61;&#116;&#111;&#x72;&#x2E;&#x61;p&#97;&#99;&#104;&#x65;&#x2E;&#111;&#114;&#x67;">&#x63;&#x6F;&#117;&#99;&#x68;&#100;&#98;&#x2D;com&#109;&#105;ts&#x2D;&#x75;&#110;&#115;&#117;&#x62;s&#x63;r&#x69;b&#101;&#64;&#x69;&#x6E;&#x63;&#x75;&#98;&#x61;&#116;&#111;&#x72;&#x2E;&#x61;p&#97;&#99;&#104;&#x65;&#x2E;&#111;&#114;&#x67;</a></li>
 </ul>
 
 <p>Replies to commit mails should be directed to the <code>couchdb-dev</code> mailing list.</p>

Modified: incubator/couchdb/site/htdocs/community/standards.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/community/standards.html?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/community/standards.html (original)
+++ incubator/couchdb/site/htdocs/community/standards.html Sun Mar 30 11:27:47 2008
@@ -57,8 +57,8 @@
 <li><a class="" href="../docs/overview.html"><span>Overview</span></a></li>
 <li><a class="" href="../docs/faq.html"><span>FAQ</span></a></li>
 <li><a class="" href="../docs/installation.html"><span>Installation</span></a></li>
-<li><a class="" href="../docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="" href="../docs/troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a class="" href="../docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 </li>

Modified: incubator/couchdb/site/htdocs/docs/changelog.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/docs/changelog.html?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/docs/changelog.html (original)
+++ incubator/couchdb/site/htdocs/docs/changelog.html Sun Mar 30 11:27:47 2008
@@ -57,8 +57,8 @@
 <li><a class="" href="overview.html"><span>Overview</span></a></li>
 <li><a class="" href="faq.html"><span>FAQ</span></a></li>
 <li><a class="" href="installation.html"><span>Installation</span></a></li>
-<li><a class="active" href="changelog.html"><span>Changelog</span></a></li>
 <li><a class="" href="troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a class="active" href="changelog.html"><span>Changelog</span></a></li>
 <li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 </li>

Modified: incubator/couchdb/site/htdocs/docs/faq.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/docs/faq.html?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/docs/faq.html (original)
+++ incubator/couchdb/site/htdocs/docs/faq.html Sun Mar 30 11:27:47 2008
@@ -57,8 +57,8 @@
 <li><a class="" href="overview.html"><span>Overview</span></a></li>
 <li><a class="active" href="faq.html"><span>FAQ</span></a></li>
 <li><a class="" href="installation.html"><span>Installation</span></a></li>
-<li><a class="" href="changelog.html"><span>Changelog</span></a></li>
 <li><a class="" href="troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a class="" href="changelog.html"><span>Changelog</span></a></li>
 <li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 </li>

Modified: incubator/couchdb/site/htdocs/docs/index.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/docs/index.html?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/docs/index.html (original)
+++ incubator/couchdb/site/htdocs/docs/index.html Sun Mar 30 11:27:47 2008
@@ -55,8 +55,8 @@
 <li><a class="" href="overview.html"><span>Overview</span></a></li>
 <li><a class="" href="faq.html"><span>FAQ</span></a></li>
 <li><a class="" href="installation.html"><span>Installation</span></a></li>
-<li><a class="" href="changelog.html"><span>Changelog</span></a></li>
 <li><a class="" href="troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a class="" href="changelog.html"><span>Changelog</span></a></li>
 <li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 </li>
@@ -77,8 +77,8 @@
 <li><a href="overview.html"><span>Technical Overview</span></a></li>
 <li><a href="faq.html"><span>Frequently Asked Questions</span></a></li>
 <li><a href="installation.html"><span>Installation</span></a></li>
-<li><a href="changelog.html"><span>Changelog</span></a></li>
 <li><a href="troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a href="changelog.html"><span>Changelog</span></a></li>
 <li><a href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 <div id="clear"></div></div>

Modified: incubator/couchdb/site/htdocs/docs/installation.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/docs/installation.html?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/docs/installation.html (original)
+++ incubator/couchdb/site/htdocs/docs/installation.html Sun Mar 30 11:27:47 2008
@@ -57,8 +57,8 @@
 <li><a class="" href="overview.html"><span>Overview</span></a></li>
 <li><a class="" href="faq.html"><span>FAQ</span></a></li>
 <li><a class="active" href="installation.html"><span>Installation</span></a></li>
-<li><a class="" href="changelog.html"><span>Changelog</span></a></li>
 <li><a class="" href="troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a class="" href="changelog.html"><span>Changelog</span></a></li>
 <li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 </li>

Modified: incubator/couchdb/site/htdocs/docs/intro.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/docs/intro.html?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/docs/intro.html (original)
+++ incubator/couchdb/site/htdocs/docs/intro.html Sun Mar 30 11:27:47 2008
@@ -57,8 +57,8 @@
 <li><a class="" href="overview.html"><span>Overview</span></a></li>
 <li><a class="" href="faq.html"><span>FAQ</span></a></li>
 <li><a class="" href="installation.html"><span>Installation</span></a></li>
-<li><a class="" href="changelog.html"><span>Changelog</span></a></li>
 <li><a class="" href="troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a class="" href="changelog.html"><span>Changelog</span></a></li>
 <li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 </li>

Modified: incubator/couchdb/site/htdocs/docs/overview.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/docs/overview.html?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/docs/overview.html (original)
+++ incubator/couchdb/site/htdocs/docs/overview.html Sun Mar 30 11:27:47 2008
@@ -57,8 +57,8 @@
 <li><a class="active" href="overview.html"><span>Overview</span></a></li>
 <li><a class="" href="faq.html"><span>FAQ</span></a></li>
 <li><a class="" href="installation.html"><span>Installation</span></a></li>
-<li><a class="" href="changelog.html"><span>Changelog</span></a></li>
 <li><a class="" href="troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a class="" href="changelog.html"><span>Changelog</span></a></li>
 <li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 </li>

Modified: incubator/couchdb/site/htdocs/docs/troubleshooting.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/docs/troubleshooting.html?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/docs/troubleshooting.html (original)
+++ incubator/couchdb/site/htdocs/docs/troubleshooting.html Sun Mar 30 11:27:47 2008
@@ -57,8 +57,8 @@
 <li><a class="" href="overview.html"><span>Overview</span></a></li>
 <li><a class="" href="faq.html"><span>FAQ</span></a></li>
 <li><a class="" href="installation.html"><span>Installation</span></a></li>
-<li><a class="" href="changelog.html"><span>Changelog</span></a></li>
 <li><a class="active" href="troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a class="" href="changelog.html"><span>Changelog</span></a></li>
 <li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 </li>

Modified: incubator/couchdb/site/htdocs/downloads.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/downloads.html?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/downloads.html (original)
+++ incubator/couchdb/site/htdocs/downloads.html Sun Mar 30 11:27:47 2008
@@ -55,8 +55,8 @@
 <li><a class="" href="docs/overview.html"><span>Overview</span></a></li>
 <li><a class="" href="docs/faq.html"><span>FAQ</span></a></li>
 <li><a class="" href="docs/installation.html"><span>Installation</span></a></li>
-<li><a class="" href="docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="" href="docs/troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a class="" href="docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 </li>

Modified: incubator/couchdb/site/htdocs/index.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/index.html?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/index.html (original)
+++ incubator/couchdb/site/htdocs/index.html Sun Mar 30 11:27:47 2008
@@ -53,8 +53,8 @@
 <li><a class="" href="docs/overview.html"><span>Overview</span></a></li>
 <li><a class="" href="docs/faq.html"><span>FAQ</span></a></li>
 <li><a class="" href="docs/installation.html"><span>Installation</span></a></li>
-<li><a class="" href="docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="" href="docs/troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a class="" href="docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 </li>

Modified: incubator/couchdb/site/htdocs/roadmap.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/roadmap.html?rev=642796&r1=642795&r2=642796&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/roadmap.html (original)
+++ incubator/couchdb/site/htdocs/roadmap.html Sun Mar 30 11:27:47 2008
@@ -55,8 +55,8 @@
 <li><a class="" href="docs/overview.html"><span>Overview</span></a></li>
 <li><a class="" href="docs/faq.html"><span>FAQ</span></a></li>
 <li><a class="" href="docs/installation.html"><span>Installation</span></a></li>
-<li><a class="" href="docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="" href="docs/troubleshooting.html"><span>Troubleshooting</span></a></li>
+<li><a class="" href="docs/changelog.html"><span>Changelog</span></a></li>
 <li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
 </ul>
 </li>