Return-Path: Delivered-To: apmail-zookeeper-commits-archive@www.apache.org Received: (qmail 40138 invoked from network); 26 Jan 2011 18:28:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jan 2011 18:28:46 -0000 Received: (qmail 95282 invoked by uid 500); 26 Jan 2011 18:28:45 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 95165 invoked by uid 500); 26 Jan 2011 18:28:44 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 95156 invoked by uid 99); 26 Jan 2011 18:28:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jan 2011 18:28:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jan 2011 18:28:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AA725238890B; Wed, 26 Jan 2011 18:28:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1063815 - in /zookeeper/site/trunk: content/index.textile templates/skeleton.html Date: Wed, 26 Jan 2011 18:28:21 -0000 To: commits@zookeeper.apache.org From: phunt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110126182821.AA725238890B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@