Author: ivank
Date: Mon Dec 15 17:39:49 2014
New Revision: 1645705

URL: http://svn.apache.org/r1645705
Log:
Remove zookeeper specific stuff

Modified:
    bookkeeper/site/trunk/content/index.textile

Modified: bookkeeper/site/trunk/content/index.textile
URL: 
http://svn.apache.org/viewvc/bookkeeper/site/trunk/content/index.textile?rev=1645705&r1=1645704&r2=1645705&view=diff
==============================================================================
--- bookkeeper/site/trunk/content/index.textile (original)
+++ bookkeeper/site/trunk/content/index.textile Mon Dec 15 17:39:49 2014
@@ -18,8 +18,6 @@ Notice:    Licensed to the Apache Softwa
 
 h1. Welcome to Apache BookKeeper™ 
 
-The Apache BookKeeper subproject of ZooKeeper is made up of a distributed 
logging service called BookKeeper and a distributed publish/subscribe system 
built on top of BookKeeper called Hedwig.
-
 h2. What is Bookkeeper?
 
 Bookkeeper is a replicated log service which can be used to build "replicated 
state machines":http://en.wikipedia.org/wiki/State_machine_replication. A log 
contains a sequence of events which can be applied to a "state 
machine":http://en.wikipedia.org/wiki/Finite-state_machine. Bookkeeper 
guarantees that each replica state machine will see all the same entries, in 
the same order.
@@ -49,9 +47,9 @@ Learn more about Hedwig on the "Hedwig W
 
 h2. Getting Involved
 
-Apache ZooKeeper is an open source volunteer project under the Apache Software 
Foundation. It is a subproject of Hadoop. We encourage you to learn about the 
project and contribute your expertise. Here are some starter links:
+Apache BookKeeper is an open source volunteer project under the Apache 
Software Foundation. We encourage you to learn about the project and contribute 
your expertise. Here are some starter links:
 
-# See our "How to Contribute to 
ZooKeeper":https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToContribute
 page.
+<!--# See our "How to Contribute to 
ZooKeeper":https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToContribute
 page.//-->
 # Give us "feedback":https://issues.apache.org/jira/browse/BOOKKEEPER: What 
can we do better?
 # Join the "mailing list":./lists.html: Meet the community.
  


Reply via email to