You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ca...@apache.org on 2012/03/17 23:42:07 UTC

svn commit: r1302035 - in /zookeeper/trunk/src/docs/src/documentation/content/xdocs: index.xml site.xml

Author: camille
Date: Sat Mar 17 22:42:07 2012
New Revision: 1302035

URL: http://svn.apache.org/viewvc?rev=1302035&view=rev
Log:
ZOOKEEPER-1397. Remove BookKeeper documentation links. (flavio via camille)

Modified:
    zookeeper/trunk/src/docs/src/documentation/content/xdocs/index.xml
    zookeeper/trunk/src/docs/src/documentation/content/xdocs/site.xml

Modified: zookeeper/trunk/src/docs/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/docs/src/documentation/content/xdocs/index.xml?rev=1302035&r1=1302034&r2=1302035&view=diff
==============================================================================
--- zookeeper/trunk/src/docs/src/documentation/content/xdocs/index.xml (original)
+++ zookeeper/trunk/src/docs/src/documentation/content/xdocs/index.xml Sat Mar 17 22:42:07 2012
@@ -80,18 +80,6 @@
       <li><a href="ext:faq">FAQ</a></li>    
       </ul>
       </li>
-
-	  <li><strong>BookKeeper Documentation</strong>
-	  <p> BookKeeper is a highly-available system that implements high-performance write-ahead logging. It uses ZooKeeper for metadata, 
-	  which is the main reason for being a ZooKeeper contrib.
-	  </p>
-      <ul>
-      <li><a href="bookkeeperOverview.html">henn, what's it again?</a></li>
-	  <li><a href="bookkeeperStarted.html">Ok, now how do I try it out</a></li>
-	  <li><a href="bookkeeperProgrammer.html">Awesome, but how do I integrate it with my app?</a></li>
-      <li><a href="bookkeeperStream.html">Can I stream bytes instead of entries?</a></li>
-      </ul>
-      </li>
     </ul>
   </body>
   

Modified: zookeeper/trunk/src/docs/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/docs/src/documentation/content/xdocs/site.xml?rev=1302035&r1=1302034&r2=1302035&view=diff
==============================================================================
--- zookeeper/trunk/src/docs/src/documentation/content/xdocs/site.xml (original)
+++ zookeeper/trunk/src/docs/src/documentation/content/xdocs/site.xml Sat Mar 17 22:42:07 2012
@@ -46,13 +46,6 @@ See http://forrest.apache.org/docs/linki
     <recipes   label="Recipes"		      href="recipes.html" />
   </docs>
   
-  <docs label="BookKeeper">
-      <bkStarted label="Getting started"  href="bookkeeperStarted.html" />
-      <bkOverview label="Overview"            href="bookkeeperOverview.html" />
-      <bkProgrammer   label="Setup guide"                    href="bookkeeperConfig.html" />
-      <bkProgrammer   label="Programmer's guide"                    href="bookkeeperProgrammer.html" />
-  </docs>
-  
   <docs label="Admin &amp; Ops">
       <admin label="Administrator's Guide"  href="zookeeperAdmin.html" />
       <quota label="Quota Guide"            href="zookeeperQuotas.html" />