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

svn commit: r784155 - in /websites/staging/zookeeper/trunk/content: credits.html index.html irc.html lists.html news.html

Author: buildbot
Date: Wed Jan 26 17:08:44 2011
New Revision: 784155

Log:
Staging update by buildbot

Modified:
    websites/staging/zookeeper/trunk/content/credits.html
    websites/staging/zookeeper/trunk/content/index.html
    websites/staging/zookeeper/trunk/content/irc.html
    websites/staging/zookeeper/trunk/content/lists.html
    websites/staging/zookeeper/trunk/content/news.html

Modified: websites/staging/zookeeper/trunk/content/credits.html
==============================================================================
--- websites/staging/zookeeper/trunk/content/credits.html (original)
+++ websites/staging/zookeeper/trunk/content/credits.html Wed Jan 26 17:08:44 2011
@@ -53,57 +53,22 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
- <p>h1. ZooKeeper Credits</p>
+ <h1>ZooKeeper Credits</h1>
+
 <ul>
-<li>"Committers":#committers</li>
-<li>"Contributors":#contributors</li>
+<li><a href="#committers">Committers</a></li>
+<li><a href="#contributors">Contributors</a></li>
 </ul>
-<p>h2(#committers). Committers</p>
-<p>ZooKeeper's active committers are</p>
-<table>
-<thead>
-<tr>
-<th>username</th>
-<th>name</th>
-<th>organization</th>
-<th>timezone</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>fpj</td>
-<td>Flavio Junqueira</td>
-<td>Yahoo Inc.</td>
-<td>+2</td>
-</tr>
-<tr>
-<td>mahadev</td>
-<td>Mahadev Konar</td>
-<td>Yahoo Inc.</td>
-<td>-8</td>
-</tr>
-<tr>
-<td>akornev</td>
-<td>Andrew Kornev</td>
-<td />
-<td />
-</tr>
-<tr>
-<td>breed</td>
-<td>Benjamin Reed</td>
-<td>Yahoo Inc.</td>
-<td>-8</td>
-</tr>
-<tr>
-<td>henry</td>
-<td>Henry Robinson</td>
-<td>Cloudera Inc.</td>
-<td>-8</td>
-</tr>
-</tbody>
-</table>
-<p>h2(#contributors). Contributors</p>
-<p>A list of ZooKeeper contributors and their contributions is available from "Jira":https://issues.apache.org/jira/secure/ConfigureReport.jspa?versionId=-2&amp;selectedProjectId=12310801&amp;reportKey=com.sourcelabs.jira.plugin.report.contributions%3Acontributionreport&amp;Next=Next</p>
+
+<h2 id="committers">Committers</h2>
+
+<p>ZooKeeper&#39;s active committers are</p>
+
+<table><tr><td>username</td><td>name</td><td>organization</td><td>timezone</td></tr><tr><td>phunt</td><td>Patrick Hunt</td><td>Cloudera Inc.</td><td>-8</td></tr><tr><td>fpj</td><td>Flavio Junqueira</td><td>Yahoo Inc.</td><td>+2</td></tr><tr><td>mahadev</td><td>Mahadev Konar</td><td>Yahoo Inc.</td><td>-8</td></tr><tr><td>akornev</td><td colspan="3">Andrew Kornev</td></tr><tr><td>breed</td><td>Benjamin Reed</td><td>Yahoo Inc.</td><td>-8</td></tr><tr><td>henry</td><td>Henry Robinson</td><td>Cloudera Inc.</td><td>-8</td></tr></table>
+
+<h2 id="contributors">Contributors</h2>
+
+<p>A list of ZooKeeper contributors and their contributions is available from <a href="https://issues.apache.org/jira/secure/ConfigureReport.jspa?versionId=-2&amp;selectedProjectId=12310801&amp;reportKey=com.sourcelabs.jira.plugin.report.contributions%3Acontributionreport&amp;Next=Next">Jira</a></p>
           </div>
         </td>
         <td valign="top">

Modified: websites/staging/zookeeper/trunk/content/index.html
==============================================================================
--- websites/staging/zookeeper/trunk/content/index.html (original)
+++ websites/staging/zookeeper/trunk/content/index.html Wed Jan 26 17:08:44 2011
@@ -53,20 +53,34 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
- <p>h1. Welcome to Apache ZooKeeper</p>
-<p><em>This website is still under construction</em></p>
-<p>h2. What is ZooKeeper?</p>
+ <h1>Welcome to Apache ZooKeeper</h1>
+
+<p><strong>This website is still under construction</strong></p>
+
+<h2>What is ZooKeeper?</h2>
+
 <p>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.</p>
-<p>Learn more about Zookeeper on the "ZooKeeper Wiki":https://cwiki.apache.org/confluence/display/ZOOKEEPER/Index.</p>
-<p>h2. Getting Started</p>
+
+<p>Learn more about Zookeeper on the <a href="https://cwiki.apache.org/confluence/display/ZOOKEEPER/Index">ZooKeeper Wiki</a>.</p>
+
+<h2>Getting Started</h2>
+
 <p>Start by installing ZooKeeper on a single machine or a very small cluster.</p>
-<h1 id="learn_about_zookeeper_by_reading_the_documentation">Learn about ZooKeeper by reading the documentation.</h1>
-<h1 id="download_zookeeper_from_the_release_page">Download ZooKeeper from the release page.</h1>
-<p>h2. Getting Involved</p>
+
+<ol>
+<li>Learn about ZooKeeper by reading the documentation.</li>
+<li>Download ZooKeeper from the release page.</li>
+</ol>
+
+<h2>Getting Involved</h2>
+
 <p>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:</p>
-<h1 id="see_our_how_to_contribute_to_zookeeper_page">See our How to Contribute to ZooKeeper page.</h1>
-<h1 id="give_us_feedback_what_can_we_do_better">Give us feedback: What can we do better?</h1>
-<h1 id="join_the_mailing_list_meet_the_community">Join the mailing list: Meet the community.</h1>
+
+<ol>
+<li>See our How to Contribute to ZooKeeper page.</li>
+<li>Give us feedback: What can we do better?</li>
+<li>Join the mailing list: Meet the community.</li>
+</ol>
           </div>
         </td>
         <td valign="top">

Modified: websites/staging/zookeeper/trunk/content/irc.html
==============================================================================
--- websites/staging/zookeeper/trunk/content/irc.html (original)
+++ websites/staging/zookeeper/trunk/content/irc.html Wed Jan 26 17:08:44 2011
@@ -53,9 +53,11 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
- <p>h1. ZooKeeper IRC Channel</p>
-<p>There is an IRC channel dedicated to zookeeper at irc.freenode.org. The name of the channel is #zookeeper.</p>
-<p>The IRC channel can be used for online discussion about zookeeper related stuff, but developers should be careful to transfer all the official decisions or useful discussions to the issue tracking system.</p>
+ <h1>ZooKeeper <span class="caps">IRC</span> Channel</h1>
+
+<p>There is an <span class="caps">IRC </span>channel dedicated to zookeeper at irc.freenode.org. The name of the channel is #zookeeper.</p>
+
+<p>The <span class="caps">IRC </span>channel can be used for online discussion about zookeeper related stuff, but developers should be careful to transfer all the official decisions or useful discussions to the issue tracking system.</p>
           </div>
         </td>
         <td valign="top">

Modified: websites/staging/zookeeper/trunk/content/lists.html
==============================================================================
--- websites/staging/zookeeper/trunk/content/lists.html (original)
+++ websites/staging/zookeeper/trunk/content/lists.html Wed Jan 26 17:08:44 2011
@@ -53,36 +53,50 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
- <p>h1. ZooKeeper Mailing Lists</p>
-<p>h2. Users</p>
+ <h1>ZooKeeper Mailing Lists</h1>
+
+<h2>Users</h2>
+
 <p>If you use ZooKeeper, please subscribe to the ZooKeeper user mailing list.</p>
-<p>The ZooKeeper user mailing list is: "user@zookeeper.apache.org":mailto:user@zookeeper.apache.org.</p>
+
+<p>The ZooKeeper user mailing list is: <a href="mailto:%75%73%65%72%40%7A%6F%6F%6B%65%65%70%65%72%2E%61%70%61%63%68%65%2E%6F%72%67">user@zookeeper.apache.org</a>.</p>
+
 <ul>
-<li>"Subscribe to List":mailto:user-subscribe@zookeeper.apache.org</li>
-<li>"Unsubscribe from List":mailto:user-unsubscribe@zookeeper.apache.org</li>
-<li>"Archives":http://mail-archives.apache.org/mod_mbox/zookeeper-user/</li>
-<li>"Older Archives (Hadoop, pre-TLP)":http://mail-archives.apache.org/mod_mbox/hadoop-zookeeper-user/</li>
+<li><a href="mailto:%75%73%65%72%2D%73%75%62%73%63%72%69%62%65%40%7A%6F%6F%6B%65%65%70%65%72%2E%61%70%61%63%68%65%2E%6F%72%67">Subscribe to List</a></li>
+<li><a href="mailto:%75%73%65%72%2D%75%6E%73%75%62%73%63%72%69%62%65%40%7A%6F%6F%6B%65%65%70%65%72%2E%61%70%61%63%68%65%2E%6F%72%67">Unsubscribe from List</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/zookeeper-user/">Archives</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/hadoop-zookeeper-user/" title="Hadoop, pre-TLP">Older Archives</a></li>
 </ul>
-<p>Note
+
+<p>Note<br />
 In order to post to the list, it is necessary to first subscribe to it.</p>
-<p>h2. Developers</p>
-<p>If you'd like to contribute to ZooKeeper, please subscribe to the ZooKeeper developer mailing list.</p>
-<p>The ZooKeeper developer mailing list is : "dev@zookeeper.apache.org":mailto:dev@zookeeper.apache.org.</p>
-<ul>
-<li>"Subscribe to List":mailto:dev-subscribe@zookeeper.apache.org</li>
-<li>"Unsubscribe from List":mailto:dev-unsubscribe@zookeeper.apache.org</li>
-<li>"Archives":http://mail-archives.apache.org/mod_mbox/zookeeper-dev/</li>
-<li>"Older Archives (Hadoop, pre-TLP)":http://mail-archives.apache.org/mod_mbox/hadoop-zookeeper-dev/</li>
+
+
+<h2>Developers</h2>
+
+<p>If you&#39;d like to contribute to ZooKeeper, please subscribe to the ZooKeeper developer mailing list.</p>
+
+<p>The ZooKeeper developer mailing list is : <a href="mailto:%64%65%76%40%7A%6F%6F%6B%65%65%70%65%72%2E%61%70%61%63%68%65%2E%6F%72%67">dev@zookeeper.apache.org</a>.</p>
+
+<ul>
+<li><a href="mailto:%64%65%76%2D%73%75%62%73%63%72%69%62%65%40%7A%6F%6F%6B%65%65%70%65%72%2E%61%70%61%63%68%65%2E%6F%72%67">Subscribe to List</a></li>
+<li><a href="mailto:%64%65%76%2D%75%6E%73%75%62%73%63%72%69%62%65%40%7A%6F%6F%6B%65%65%70%65%72%2E%61%70%61%63%68%65%2E%6F%72%67">Unsubscribe from List</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/zookeeper-dev/">Archives</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/hadoop-zookeeper-dev/" title="Hadoop, pre-TLP">Older Archives</a></li>
 </ul>
-<p>Note
+
+<p>Note<br />
 In order to post to the list, it is necessary to first subscribe to it.</p>
-<p>h2. Commits</p>
-<p>If you'd like to see changes made in ZooKeeper's version control system then subscribe to the ZooKeeper commit mailing list.</p>
+
+<h2>Commits</h2>
+
+<p>If you&#39;d like to see changes made in ZooKeeper&#39;s version control system then subscribe to the ZooKeeper commit mailing list.</p>
+
 <ul>
-<li>"Subscribe to List":mailto:commits-subscribe@zookeeper.apache.org</li>
-<li>"Unsubscribe from List":mailto:commits-unsubscribe@zookeeper.apache.org</li>
-<li>"Archives":http://mail-archives.apache.org/mod_mbox/zookeeper-commits/</li>
-<li>"Older Archives (Hadoop, pre-TLP)":http://mail-archives.apache.org/mod_mbox/hadoop-zookeeper-commits/</li>
+<li><a href="mailto:%63%6F%6D%6D%69%74%73%2D%73%75%62%73%63%72%69%62%65%40%7A%6F%6F%6B%65%65%70%65%72%2E%61%70%61%63%68%65%2E%6F%72%67">Subscribe to List</a></li>
+<li><a href="mailto:%63%6F%6D%6D%69%74%73%2D%75%6E%73%75%62%73%63%72%69%62%65%40%7A%6F%6F%6B%65%65%70%65%72%2E%61%70%61%63%68%65%2E%6F%72%67">Unsubscribe from List</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/zookeeper-commits/">Archives</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/hadoop-zookeeper-commits/" title="Hadoop, pre-TLP">Older Archives</a></li>
 </ul>
           </div>
         </td>

Modified: websites/staging/zookeeper/trunk/content/news.html
==============================================================================
--- websites/staging/zookeeper/trunk/content/news.html (original)
+++ websites/staging/zookeeper/trunk/content/news.html Wed Jan 26 17:08:44 2011
@@ -53,7 +53,7 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
- <p>h1. News</p>
+ <h1>News</h1>
           </div>
         </td>
         <td valign="top">