You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ph...@apache.org on 2011/01/26 19:28:21 UTC

svn commit: r1063815 - in /zookeeper/site/trunk: content/index.textile templates/skeleton.html

Author: phunt
Date: Wed Jan 26 18:28:21 2011
New Revision: 1063815

URL: http://svn.apache.org/viewvc?rev=1063815&view=rev
Log:
Fixed capialization of zk name

Modified:
    zookeeper/site/trunk/content/index.textile
    zookeeper/site/trunk/templates/skeleton.html

Modified: zookeeper/site/trunk/content/index.textile
URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/index.textile?rev=1063815&r1=1063814&r2=1063815&view=diff
==============================================================================
--- zookeeper/site/trunk/content/index.textile (original)
+++ zookeeper/site/trunk/content/index.textile Wed Jan 26 18:28:21 2011
@@ -6,7 +6,7 @@ h2. What is ZooKeeper?
 
 ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them ,which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.
 
-Learn more about Zookeeper on the "ZooKeeper Wiki":https://cwiki.apache.org/confluence/display/ZOOKEEPER/Index.
+Learn more about ZooKeeper on the "ZooKeeper Wiki":https://cwiki.apache.org/confluence/display/ZOOKEEPER/Index.
 
 h2. Getting Started
 

Modified: zookeeper/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/templates/skeleton.html?rev=1063815&r1=1063814&r2=1063815&view=diff
==============================================================================
--- zookeeper/site/trunk/templates/skeleton.html (original)
+++ zookeeper/site/trunk/templates/skeleton.html Wed Jan 26 18:28:21 2011
@@ -44,7 +44,7 @@
                                                                         
             <div id="header_background">
 	<div id="zookeeper_logo">
-		<a href="/"><img src="/images/zookeeper_small.gif"/></a> <b><font size=+4 color=white>Apache Zookeeper</font></b> <a href="http://apache.org"><img src="/images/feather_small.gif"/></a>
+		<a href="/"><img src="/images/zookeeper_small.gif"/></a> <b><font size=+4 color=white>Apache ZooKeeper</font></b> <a href="http://apache.org"><img src="/images/feather_small.gif"/></a>
 	</div>
       </div>