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/31 02:21:29 UTC

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

Author: nslater
Date: Sun Mar 30 17:21:24 2008
New Revision: 642847

URL: http://svn.apache.org/viewvc?rev=642847&view=rev
Log:
reverted changes to remove installation/troublshooting/changelog

Added:
    incubator/couchdb/site/bin/build.py
      - copied, changed from r642767, incubator/couchdb/site/bin/generate.py
Removed:
    incubator/couchdb/site/bin/generate.py
    incubator/couchdb/site/build.sh
    incubator/couchdb/site/publish.sh
Modified:
    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/   (props changed)
    incubator/couchdb/site/htdocs/docs/faq.html
    incubator/couchdb/site/htdocs/docs/index.html
    incubator/couchdb/site/htdocs/docs/intro.html
    incubator/couchdb/site/htdocs/docs/overview.html
    incubator/couchdb/site/htdocs/downloads.html
    incubator/couchdb/site/htdocs/index.html
    incubator/couchdb/site/htdocs/roadmap.html

Copied: incubator/couchdb/site/bin/build.py (from r642767, incubator/couchdb/site/bin/generate.py)
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/bin/build.py?p2=incubator/couchdb/site/bin/build.py&p1=incubator/couchdb/site/bin/generate.py&r1=642767&r2=642847&rev=642847&view=diff
==============================================================================
--- incubator/couchdb/site/bin/generate.py (original)
+++ incubator/couchdb/site/bin/build.py Sun Mar 30 17:21:24 2008
@@ -237,10 +237,6 @@
 
 
 if __name__ == '__main__':
-    if sys.argv[1] == "wrapped":
-        sys.argv[0] = sys.argv[2]
-        del(sys.argv[1])
-        del(sys.argv[1])
     parser = OptionParser(usage='%prog [options]')
     parser.add_option('-d', '--docroot', help='document root [%default]',
                       dest='docroot', metavar='DIR')

Modified: incubator/couchdb/site/htdocs/community/code.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/community/code.html?rev=642847&r1=642846&r2=642847&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/community/code.html (original)
+++ incubator/couchdb/site/htdocs/community/code.html Sun Mar 30 17:21:24 2008
@@ -56,9 +56,6 @@
 <li><a class="" href="../docs/intro.html"><span>Introduction</span></a></li>
 <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/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=642847&r1=642846&r2=642847&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/community/committers.html (original)
+++ incubator/couchdb/site/htdocs/community/committers.html Sun Mar 30 17:21:24 2008
@@ -56,9 +56,6 @@
 <li><a class="" href="../docs/intro.html"><span>Introduction</span></a></li>
 <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/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=642847&r1=642846&r2=642847&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/community/index.html (original)
+++ incubator/couchdb/site/htdocs/community/index.html Sun Mar 30 17:21:24 2008
@@ -54,9 +54,6 @@
 <li><a class="" href="../docs/intro.html"><span>Introduction</span></a></li>
 <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/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=642847&r1=642846&r2=642847&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/community/issues.html (original)
+++ incubator/couchdb/site/htdocs/community/issues.html Sun Mar 30 17:21:24 2008
@@ -56,9 +56,6 @@
 <li><a class="" href="../docs/intro.html"><span>Introduction</span></a></li>
 <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/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=642847&r1=642846&r2=642847&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/community/lists.html (original)
+++ incubator/couchdb/site/htdocs/community/lists.html Sun Mar 30 17:21:24 2008
@@ -56,9 +56,6 @@
 <li><a class="" href="../docs/intro.html"><span>Introduction</span></a></li>
 <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/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 +87,11 @@
 
 <ul>
 <li>To <strong>subscribe</strong>, send an email to
-<a href="&#109;&#97;&#105;&#108;&#x74;&#111;:&#x63;&#111;&#x75;&#x63;&#x68;&#100;&#x62;&#x2D;&#x75;&#x73;&#x65;&#114;&#x2D;&#x73;&#117;&#98;&#115;&#99;&#x72;&#x69;&#x62;&#101;&#64;&#x69;&#110;&#x63;&#117;&#98;&#97;t&#111;&#x72;&#46;&#97;&#112;&#97;&#x63;&#x68;e&#46;&#111;&#x72;&#103;">&#x63;&#111;&#x75;&#x63;&#x68;&#100;&#x62;&#x2D;&#x75;&#x73;&#x65;&#114;&#x2D;&#x73;&#117;&#98;&#115;&#99;&#x72;&#x69;&#x62;&#101;&#64;&#x69;&#110;&#x63;&#117;&#98;&#97;t&#111;&#x72;&#46;&#97;&#112;&#97;&#x63;&#x68;e&#46;&#111;&#x72;&#103;</a>.</li>
+<a href="&#109;&#x61;&#x69;&#108;&#116;&#x6F;:&#99;&#x6F;u&#x63;&#104;&#100;&#x62;&#x2D;&#x75;&#x73;&#x65;&#x72;&#45;&#115;&#117;&#98;s&#x63;&#x72;&#x69;&#x62;&#101;&#64;&#105;&#x6E;c&#x75;&#98;&#x61;&#116;&#x6F;&#x72;.&#x61;&#112;&#x61;&#99;&#x68;e&#46;&#111;&#114;&#x67;">&#99;&#x6F;u&#x63;&#104;&#100;&#x62;&#x2D;&#x75;&#x73;&#x65;&#x72;&#45;&#115;&#117;&#98;s&#x63;&#x72;&#x69;&#x62;&#101;&#64;&#105;&#x6E;c&#x75;&#98;&#x61;&#116;&#x6F;&#x72;.&#x61;&#112;&#x61;&#99;&#x68;e&#46;&#111;&#114;&#x67;</a>.</li>
 <li>To <strong>unsubscribe</strong> send empty email to
-<a href="&#109;&#x61;&#x69;l&#116;&#x6F;:&#x63;&#111;&#x75;&#99;&#x68;&#x64;&#98;&#45;&#x75;&#x73;&#101;&#114;&#x2D;&#x75;&#x6E;&#x73;&#117;&#x62;&#x73;&#99;&#x72;&#105;&#98;&#x65;&#64;i&#x6E;&#x63;&#x75;&#x62;&#97;&#116;&#x6F;&#x72;&#x2E;&#97;&#x70;&#x61;&#99;&#x68;&#x65;&#x2E;o&#114;&#103;">&#x63;&#111;&#x75;&#99;&#x68;&#x64;&#98;&#45;&#x75;&#x73;&#101;&#114;&#x2D;&#x75;&#x6E;&#x73;&#117;&#x62;&#x73;&#99;&#x72;&#105;&#98;&#x65;&#64;i&#x6E;&#x63;&#x75;&#x62;&#97;&#116;&#x6F;&#x72;&#x2E;&#97;&#x70;&#x61;&#99;&#x68;&#x65;&#x2E;o&#114;&#103;</a></li>
+<a href="&#x6D;&#97;&#x69;&#108;&#116;&#111;:&#x63;&#x6F;&#117;&#x63;&#x68;&#x64;&#98;&#x2D;&#117;&#x73;&#101;&#114;&#45;&#x75;&#x6E;&#x73;u&#98;&#115;&#x63;&#x72;&#105;&#x62;&#x65;&#64;&#105;&#x6E;c&#x75;&#98;&#97;&#x74;&#111;&#x72;&#46;&#x61;&#112;&#x61;&#99;&#x68;&#101;&#46;&#x6F;&#114;&#x67;">&#x63;&#x6F;&#117;&#x63;&#x68;&#x64;&#98;&#x2D;&#117;&#x73;&#101;&#114;&#45;&#x75;&#x6E;&#x73;u&#98;&#115;&#x63;&#x72;&#105;&#x62;&#x65;&#64;&#105;&#x6E;c&#x75;&#98;&#97;&#x74;&#111;&#x72;&#46;&#x61;&#112;&#x61;&#99;&#x68;&#101;&#46;&#x6F;&#114;&#x67;</a></li>
 <li>Finally, to post a message to the list use the address
-<a href="&#x6D;&#97;&#x69;&#108;&#x74;&#111;:&#x63;ou&#99;&#x68;d&#x62;&#45;&#117;&#x73;&#x65;&#114;&#64;&#105;&#x6E;&#99;&#x75;&#98;&#x61;&#116;&#x6F;r&#46;&#x61;&#112;&#x61;&#x63;&#104;&#101;&#46;&#111;&#114;&#x67;">&#x63;ou&#99;&#x68;d&#x62;&#45;&#117;&#x73;&#x65;&#114;&#64;&#105;&#x6E;&#99;&#x75;&#98;&#x61;&#116;&#x6F;r&#46;&#x61;&#112;&#x61;&#x63;&#104;&#101;&#46;&#111;&#114;&#x67;</a></li>
+<a href="&#109;&#x61;&#105;&#x6C;&#116;&#111;:&#x63;&#x6F;&#117;&#x63;&#x68;&#x64;b&#45;&#x75;&#x73;&#x65;&#114;&#64;i&#110;&#x63;&#x75;&#98;&#97;&#x74;&#x6F;&#114;&#46;&#x61;&#x70;&#97;&#x63;&#104;&#x65;&#46;&#111;&#x72;&#103;">&#x63;&#x6F;&#117;&#x63;&#x68;&#x64;b&#45;&#x75;&#x73;&#x65;&#114;&#64;i&#110;&#x63;&#x75;&#98;&#97;&#x74;&#x6F;&#114;&#46;&#x61;&#x70;&#97;&#x63;&#104;&#x65;&#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-user/">browsed online</a>.</p>
@@ -109,11 +106,11 @@
 
 <ul>
 <li>To <strong>subscribe</strong>, send an email to
-<a href="&#x6D;&#x61;&#x69;&#108;&#116;&#111;:&#x63;&#x6F;&#117;&#99;&#x68;&#100;&#x62;&#x2D;&#100;&#101;&#x76;&#45;&#115;&#117;&#x62;&#x73;&#99;&#114;&#x69;&#x62;&#x65;&#64;&#x69;n&#99;&#x75;&#x62;&#x61;&#116;&#111;&#x72;&#x2E;a&#x70;&#97;&#x63;&#104;&#101;&#46;&#x6F;&#114;&#x67;">&#x63;&#x6F;&#117;&#99;&#x68;&#100;&#x62;&#x2D;&#100;&#101;&#x76;&#45;&#115;&#117;&#x62;&#x73;&#99;&#114;&#x69;&#x62;&#x65;&#64;&#x69;n&#99;&#x75;&#x62;&#x61;&#116;&#111;&#x72;&#x2E;a&#x70;&#97;&#x63;&#104;&#101;&#46;&#x6F;&#114;&#x67;</a>.</li>
+<a href="&#x6D;&#x61;&#x69;&#x6C;&#x74;&#x6F;:&#x63;&#x6F;&#117;&#99;&#x68;&#x64;&#x62;&#x2D;&#x64;&#101;&#x76;&#45;&#x73;&#117;&#x62;&#115;&#x63;&#114;&#105;&#98;e&#64;&#x69;&#110;&#99;&#x75;&#x62;&#x61;t&#x6F;&#114;&#46;&#97;&#112;&#x61;&#99;h&#x65;&#46;&#111;&#x72;g">&#x63;&#x6F;&#117;&#99;&#x68;&#x64;&#x62;&#x2D;&#x64;&#101;&#x76;&#45;&#x73;&#117;&#x62;&#115;&#x63;&#114;&#105;&#98;e&#64;&#x69;&#110;&#99;&#x75;&#x62;&#x61;t&#x6F;&#114;&#46;&#97;&#112;&#x61;&#99;h&#x65;&#46;&#111;&#x72;g</a>.</li>
 <li>To <strong>unsubscribe</strong> send empty email to
-<a href="&#x6D;a&#105;&#108;&#x74;o:c&#111;&#117;&#x63;&#x68;&#x64;&#x62;&#45;&#x64;&#x65;&#x76;-u&#110;&#115;&#117;b&#x73;&#99;r&#x69;&#98;&#x65;&#64;&#105;n&#x63;&#117;&#x62;&#97;&#x74;&#111;&#114;&#x2E;&#x61;p&#97;&#x63;&#x68;&#x65;&#x2E;&#x6F;&#x72;&#103;">c&#111;&#117;&#x63;&#x68;&#x64;&#x62;&#45;&#x64;&#x65;&#x76;-u&#110;&#115;&#117;b&#x73;&#99;r&#x69;&#98;&#x65;&#64;&#105;n&#x63;&#117;&#x62;&#97;&#x74;&#111;&#114;&#x2E;&#x61;p&#97;&#x63;&#x68;&#x65;&#x2E;&#x6F;&#x72;&#103;</a></li>
+<a href="&#109;&#x61;&#x69;&#x6C;&#x74;&#111;:&#x63;&#111;&#117;&#99;&#x68;&#100;&#x62;&#45;&#100;&#x65;&#x76;&#x2D;&#x75;&#x6E;&#115;&#117;&#x62;&#115;c&#114;&#x69;&#98;&#x65;&#64;i&#110;c&#x75;&#98;&#97;&#x74;&#111;&#x72;&#46;&#97;&#112;&#97;&#x63;&#x68;&#x65;.&#111;&#x72;&#103;">&#x63;&#111;&#117;&#99;&#x68;&#100;&#x62;&#45;&#100;&#x65;&#x76;&#x2D;&#x75;&#x6E;&#115;&#117;&#x62;&#115;c&#114;&#x69;&#98;&#x65;&#64;i&#110;c&#x75;&#98;&#97;&#x74;&#111;&#x72;&#46;&#97;&#112;&#97;&#x63;&#x68;&#x65;.&#111;&#x72;&#103;</a></li>
 <li>Finally, to post a message to the list use the address
-<a href="&#x6D;&#x61;i&#108;&#x74;&#111;:&#x63;&#111;&#117;&#x63;&#x68;&#100;&#98;&#x2D;&#x64;&#x65;&#118;&#64;&#105;&#110;&#x63;&#x75;&#98;&#97;&#116;&#x6F;&#x72;&#46;&#x61;&#112;&#97;&#99;&#x68;&#x65;&#46;&#111;&#114;&#x67;">&#x63;&#111;&#117;&#x63;&#x68;&#100;&#98;&#x2D;&#x64;&#x65;&#118;&#64;&#105;&#110;&#x63;&#x75;&#98;&#97;&#116;&#x6F;&#x72;&#46;&#x61;&#112;&#97;&#99;&#x68;&#x65;&#46;&#111;&#114;&#x67;</a></li>
+<a href="&#x6D;&#97;&#105;&#108;&#x74;&#x6F;:&#x63;&#x6F;&#117;&#x63;&#x68;&#x64;&#x62;&#x2D;d&#x65;&#x76;&#64;&#x69;n&#99;&#x75;&#x62;&#97;&#x74;&#x6F;&#x72;&#x2E;&#x61;&#112;&#97;&#x63;&#x68;&#101;&#x2E;&#x6F;&#114;&#103;">&#x63;&#x6F;&#117;&#x63;&#x68;&#x64;&#x62;&#x2D;d&#x65;&#x76;&#64;&#x69;n&#99;&#x75;&#x62;&#97;&#x74;&#x6F;&#x72;&#x2E;&#x61;&#112;&#97;&#x63;&#x68;&#101;&#x2E;&#x6F;&#114;&#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 +123,9 @@
 
 <ul>
 <li>To <strong>subscribe</strong>, send an email to
-<a href="&#x6D;&#97;&#105;&#x6C;&#116;o:&#x63;&#111;uc&#104;&#x64;&#98;&#45;&#99;&#x6F;&#x6D;&#109;&#105;&#x74;&#115;&#x2D;&#115;&#x75;&#x62;&#115;&#99;&#x72;&#105;&#x62;&#101;&#64;&#x69;&#x6E;&#99;&#x75;b&#x61;t&#x6F;&#114;.&#97;&#x70;&#x61;&#99;h&#101;&#46;&#x6F;&#x72;&#103;">&#x63;&#111;uc&#104;&#x64;&#98;&#45;&#99;&#x6F;&#x6D;&#109;&#105;&#x74;&#115;&#x2D;&#115;&#x75;&#x62;&#115;&#99;&#x72;&#105;&#x62;&#101;&#64;&#x69;&#x6E;&#99;&#x75;b&#x61;t&#x6F;&#114;.&#97;&#x70;&#x61;&#99;h&#101;&#46;&#x6F;&#x72;&#103;</a>.</li>
+<a href="&#109;&#x61;&#x69;&#108;&#x74;&#x6F;:c&#111;&#117;&#x63;h&#x64;&#98;&#45;&#99;&#111;&#x6D;&#109;&#x69;&#x74;&#115;&#45;&#x73;&#117;&#98;&#115;c&#x72;&#105;&#x62;e&#64;&#105;&#x6E;&#x63;&#x75;&#98;&#x61;&#x74;&#111;&#x72;&#x2E;&#x61;&#x70;&#x61;&#x63;&#104;&#x65;&#x2E;&#111;&#x72;&#x67;">c&#111;&#117;&#x63;h&#x64;&#98;&#45;&#99;&#111;&#x6D;&#109;&#x69;&#x74;&#115;&#45;&#x73;&#117;&#98;&#115;c&#x72;&#105;&#x62;e&#64;&#105;&#x6E;&#x63;&#x75;&#98;&#x61;&#x74;&#111;&#x72;&#x2E;&#x61;&#x70;&#x61;&#x63;&#104;&#x65;&#x2E;&#111;&#x72;&#x67;</a>.</li>
 <li>To <strong>unsubscribe</strong> send empty email to
-<a href="&#109;&#x61;i&#108;&#x74;&#111;:&#99;&#x6F;&#x75;&#99;h&#x64;&#98;&#x2D;&#99;&#x6F;&#109;&#x6D;&#x69;&#x74;&#115;&#x2D;&#117;&#x6E;&#115;u&#x62;&#115;&#99;&#x72;&#x69;&#x62;&#101;&#64;&#105;&#x6E;&#x63;&#117;&#x62;at&#x6F;r&#46;a&#112;&#x61;&#x63;&#x68;&#x65;.&#x6F;&#114;&#103;">&#99;&#x6F;&#x75;&#99;h&#x64;&#98;&#x2D;&#99;&#x6F;&#109;&#x6D;&#x69;&#x74;&#115;&#x2D;&#117;&#x6E;&#115;u&#x62;&#115;&#99;&#x72;&#x69;&#x62;&#101;&#64;&#105;&#x6E;&#x63;&#117;&#x62;at&#x6F;r&#46;a&#112;&#x61;&#x63;&#x68;&#x65;.&#x6F;&#114;&#103;</a></li>
+<a href="&#x6D;&#97;&#105;&#x6C;&#x74;&#111;:&#99;&#x6F;&#117;&#x63;&#x68;&#100;&#98;&#45;&#99;&#x6F;&#109;&#109;&#x69;&#x74;&#115;&#x2D;u&#110;&#115;&#117;&#98;&#x73;&#x63;&#114;&#105;&#x62;&#101;&#64;&#105;&#x6E;&#99;&#117;&#98;&#x61;t&#111;&#114;&#46;&#97;p&#x61;&#99;&#104;&#101;&#x2E;&#111;&#x72;&#103;">&#99;&#x6F;&#117;&#x63;&#x68;&#100;&#98;&#45;&#99;&#x6F;&#109;&#109;&#x69;&#x74;&#115;&#x2D;u&#110;&#115;&#117;&#98;&#x73;&#x63;&#114;&#105;&#x62;&#101;&#64;&#105;&#x6E;&#99;&#117;&#98;&#x61;t&#111;&#114;&#46;&#97;p&#x61;&#99;&#104;&#101;&#x2E;&#111;&#x72;&#103;</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=642847&r1=642846&r2=642847&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/community/standards.html (original)
+++ incubator/couchdb/site/htdocs/community/standards.html Sun Mar 30 17:21:24 2008
@@ -56,9 +56,6 @@
 <li><a class="" href="../docs/intro.html"><span>Introduction</span></a></li>
 <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/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>

Propchange: incubator/couchdb/site/htdocs/docs/
            ('svn:ignore' removed)

Modified: incubator/couchdb/site/htdocs/docs/faq.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/docs/faq.html?rev=642847&r1=642846&r2=642847&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/docs/faq.html (original)
+++ incubator/couchdb/site/htdocs/docs/faq.html Sun Mar 30 17:21:24 2008
@@ -56,9 +56,6 @@
 <li><a class="" href="intro.html"><span>Introduction</span></a></li>
 <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="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=642847&r1=642846&r2=642847&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/docs/index.html (original)
+++ incubator/couchdb/site/htdocs/docs/index.html Sun Mar 30 17:21:24 2008
@@ -54,9 +54,6 @@
 <li><a class="" href="intro.html"><span>Introduction</span></a></li>
 <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="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>
@@ -76,9 +73,6 @@
 <li><a href="intro.html"><span>Introduction</span></a></li>
 <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="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/intro.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/docs/intro.html?rev=642847&r1=642846&r2=642847&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/docs/intro.html (original)
+++ incubator/couchdb/site/htdocs/docs/intro.html Sun Mar 30 17:21:24 2008
@@ -56,9 +56,6 @@
 <li><a class="active" href="intro.html"><span>Introduction</span></a></li>
 <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="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=642847&r1=642846&r2=642847&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/docs/overview.html (original)
+++ incubator/couchdb/site/htdocs/docs/overview.html Sun Mar 30 17:21:24 2008
@@ -56,9 +56,6 @@
 <li><a class="" href="intro.html"><span>Introduction</span></a></li>
 <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="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=642847&r1=642846&r2=642847&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/downloads.html (original)
+++ incubator/couchdb/site/htdocs/downloads.html Sun Mar 30 17:21:24 2008
@@ -54,9 +54,6 @@
 <li><a class="" href="docs/intro.html"><span>Introduction</span></a></li>
 <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/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=642847&r1=642846&r2=642847&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/index.html (original)
+++ incubator/couchdb/site/htdocs/index.html Sun Mar 30 17:21:24 2008
@@ -52,9 +52,6 @@
 <li><a class="" href="docs/intro.html"><span>Introduction</span></a></li>
 <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/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=642847&r1=642846&r2=642847&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/roadmap.html (original)
+++ incubator/couchdb/site/htdocs/roadmap.html Sun Mar 30 17:21:24 2008
@@ -54,9 +54,6 @@
 <li><a class="" href="docs/intro.html"><span>Introduction</span></a></li>
 <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/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>