Modified: websites/staging/bigtop/trunk/content/source-repository.html
==============================================================================
--- websites/staging/bigtop/trunk/content/source-repository.html (original)
+++ websites/staging/bigtop/trunk/content/source-repository.html Sun May 18 
19:39:18 2014
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Nov 4, 2013
+ | Generated by Apache Maven Doxia at 2014-05-18
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131104" />
+    <meta name="Date-Revision-yyyymmdd" content="20140518" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Source Repository</title>
+    <title>Bigtop - Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -32,7 +32,7 @@
                 
                                 <ul class="nav">
                           <li class="dropdown">
-        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Bigtop <b 
class="caret"></b></a>
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache 
Bigtop <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
                       <li>      <a href="index.html"  
title="Overview">Overview</a>
@@ -46,6 +46,9 @@
                   
                       <li>      <a href="issue-tracking.html"  
title="Feedback">Feedback</a>
 </li>
+                  
+                      <li>      <a 
href="book/apache-bigtop-user-guide/apache-bigtop-user-guide.html"  title="User 
Guide">User Guide</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -154,8 +157,8 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2013-11-04</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 0.7.0</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-05-18</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 
0.8.0-SNAPSHOT</li>
             
                             </ul>
       </div>
@@ -164,7 +167,39 @@
                         
         <div id="bodyColumn" >
                                   
-            <div class="section"><h2>Overview<a name="Overview"></a></h2><a 
name="Overview"></a><p>This project uses <a class="externalLink" 
href="http://subversion.apache.org/";>Subversion</a> to manage its source code. 
Instructions on Subversion use can be found at <a class="externalLink" 
href="http://svnbook.red-bean.com/";>http://svnbook.red-bean.com/</a>.</p></div><div
 class="section"><h2>Web Access<a name="Web_Access"></a></h2><a 
name="Web_Access"></a><p>The following is a link to the online source 
repository.</p><div class="source"><pre class="prettyprint"><a 
class="externalLink" 
href="http://svn.apache.org/viewvc/bigtop/";>http://svn.apache.org/viewvc/bigtop/</a></pre></div></div><div
 class="section"><h2>Anonymous access<a name="Anonymous_access"></a></h2><a 
name="Anonymous_access"></a><p>The source can be checked out anonymously from 
SVN with this command:</p><div class="source"><pre class="prettyprint">$ svn 
checkout http://svn.apache.org/repos/asf/bigtop/trunk/ bigtop</pre><
 /div></div><div class="section"><h2>Developer access<a 
name="Developer_access"></a></h2><a name="Developer_access"></a><p>Everyone can 
access the Subversion repository via HTTP, but Committers must checkout the 
Subversion repository via HTTPS.</p><div class="source"><pre 
class="prettyprint">$ svn checkout 
https://svn.apache.org/repos/asf/bigtop/trunk/ bigtop</pre></div><p>To commit 
changes to the repository, execute the following command to commit your changes 
(svn will prompt you for your password)</p><div class="source"><pre 
class="prettyprint">$ svn commit --username your-username -m &quot;A 
message&quot;</pre></div></div><div class="section"><h2>Access from behind a 
firewall<a name="Access_from_behind_a_firewall"></a></h2><a 
name="Access_from_behind_a_firewall"></a><p>For those users who are stuck 
behind a corporate firewall which is blocking HTTP access to the Subversion 
repository, you can try to access it via the developer connection:</p><div 
class="source"><pre class="pretty
 print">$ svn checkout https://svn.apache.org/repos/asf/bigtop/trunk/ 
bigtop</pre></div></div><div class="section"><h2>Access through a proxy<a 
name="Access_through_a_proxy"></a></h2><a 
name="Access_through_a_proxy"></a><p>The Subversion client can go through a 
proxy, if you configure it to do so. First, edit your &quot;servers&quot; 
configuration file to indicate which proxy to use. The file's location depends 
on your operating system. On Linux or Unix it is located in the directory 
&quot;~/.subversion&quot;. On Windows it is in 
&quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is 
a hidden directory.)</p><p>There are comments in the file explaining what to 
do. If you don't have that file, get the latest Subversion client and run any 
command; this will cause the configuration directory and template files to be 
created.</p><p>Example: Edit the 'servers' file and add something like:</p><div 
class="source"><pre class="prettyprint">[global]
+            <div class="section">
+<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<p>This project uses <a class="externalLink" 
href="http://git-scm.com/";>GIT</a> to manage its source code. Instructions on 
GIT use can be found at <a class="externalLink" 
href="http://git-scm.com/documentation";>http://git-scm.com/documentation</a>.</p></div>
+<div class="section">
+<h2>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a>
+<p>The following is a link to the online source repository.</p>
+<div class="source">
+<pre><a class="externalLink" 
href="https://git-wip-us.apache.org/repos/asf?p=bigtop.git";>https://git-wip-us.apache.org/repos/asf?p=bigtop.git</a></pre></div></div>
+<div class="section">
+<h2>Anonymous access<a name="Anonymous_access"></a></h2><a 
name="Anonymous_access"></a>
+<p>The source can be checked out anonymously from GIT with this command (See 
<a class="externalLink" 
href="http://git-scm.com/docs/git-clone";>http://git-scm.com/docs/git-clone</a>):</p>
+<div class="source">
+<pre>$ git clone 
https://git-wip-us.apache.org/repos/asf/bigtop.git</pre></div></div>
+<div class="section">
+<h2>Developer access<a name="Developer_access"></a></h2><a 
name="Developer_access"></a>
+<p>Everyone can access the Subversion repository via HTTP, but Committers must 
checkout the Subversion repository via HTTPS.</p>
+<div class="source">
+<pre>$ svn checkout 
https://svn.apache.org/repos/asf/maven/pom/tags/apache-8/bigtop 
bigtop</pre></div>
+<p>To commit changes to the repository, execute the following command to 
commit your changes (svn will prompt you for your password)</p>
+<div class="source">
+<pre>$ svn commit --username your-username -m &quot;A 
message&quot;</pre></div></div>
+<div class="section">
+<h2>Access from behind a firewall<a 
name="Access_from_behind_a_firewall"></a></h2><a 
name="Access_from_behind_a_firewall"></a>
+<p>For those users who are stuck behind a corporate firewall which is blocking 
HTTP access to the Subversion repository, you can try to access it via the 
developer connection:</p>
+<div class="source">
+<pre>$ svn checkout 
https://svn.apache.org/repos/asf/maven/pom/tags/apache-8/bigtop 
bigtop</pre></div></div>
+<div class="section">
+<h2>Access through a proxy<a name="Access_through_a_proxy"></a></h2><a 
name="Access_through_a_proxy"></a>
+<p>The Subversion client can go through a proxy, if you configure it to do so. 
First, edit your &quot;servers&quot; configuration file to indicate which proxy 
to use. The file's location depends on your operating system. On Linux or Unix 
it is located in the directory &quot;~/.subversion&quot;. On Windows it is in 
&quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is 
a hidden directory.)</p>
+<p>There are comments in the file explaining what to do. If you don't have 
that file, get the latest Subversion client and run any command; this will 
cause the configuration directory and template files to be created.</p>
+<p>Example: Edit the 'servers' file and add something like:</p>
+<div class="source">
+<pre>[global]
 http-proxy-host = your.proxy.name
 http-proxy-port = 3128
 </pre></div></div>
@@ -175,7 +210,7 @@ http-proxy-port = 3128
 
     <footer>
             <div class="container">
-              <div class="row span12">Copyright &copy;                    
2011-2013
+              <div class="row span12">Copyright &copy;                    
2011-2014
                         <a href="http://www.apache.org/";>The Apache Software 
Foundation</a>.
             All Rights Reserved.      
                     
@@ -191,4 +226,4 @@ http-proxy-port = 3128
                 </div>
     </footer>
   </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/staging/bigtop/trunk/content/team-list.html
==============================================================================
--- websites/staging/bigtop/trunk/content/team-list.html (original)
+++ websites/staging/bigtop/trunk/content/team-list.html Sun May 18 19:39:18 
2014
@@ -1,15 +1,16 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Nov 4, 2013
+ | Generated by Apache Maven Doxia at 2014-05-18
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131104" />
+    <meta name="Date-Revision-yyyymmdd" content="20140518" />
     <meta http-equiv="Content-Language" content="en" />
-    <title></title>
+    <title>Bigtop - 
+               Who We Are</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -32,7 +33,7 @@
                 
                                 <ul class="nav">
                           <li class="dropdown">
-        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Bigtop <b 
class="caret"></b></a>
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache 
Bigtop <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
                       <li>      <a href="index.html"  
title="Overview">Overview</a>
@@ -46,6 +47,9 @@
                   
                       <li>      <a href="issue-tracking.html"  
title="Feedback">Feedback</a>
 </li>
+                  
+                      <li>      <a 
href="book/apache-bigtop-user-guide/apache-bigtop-user-guide.html"  title="User 
Guide">User Guide</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -150,12 +154,13 @@
         Bigtop</a>
         </li>
       <li class="divider ">/</li>
-        <li class=""></li>
+        <li class="">
+               Who We Are</li>
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2013-11-04</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 0.7.0</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-05-18</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 
0.8.0-SNAPSHOT</li>
             
                             </ul>
       </div>
@@ -164,190 +169,319 @@
                         
         <div id="bodyColumn" >
                                   
-            <!-- Licensed to the Apache Software Foundation (ASF) under one or 
more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License. -->
-  
-
-    <div class="section"><h2>Who We Are<a name="Who_We_Are"></a></h2></div>
-    <p>
-    A successful project requires many people to play many roles. 
-    Some members write code or documentation, while others are valuable as 
testers, submitting patches and suggestions.
-    The team is comprised of Members and Contributors.<br /><br />
-    Members have direct access to the source of a project and actively evolve 
the code-base. 
-    Contributors improve the project through submission of patches and 
suggestions to the Members. 
-    The number of Contributors to the project is unbounded. Get involved 
today. 
-    All contributions to the project are greatly appreciated.
-    </p>
-
-    <div class="section"><h3>Members<a name="Members"></a></h3></div>
-    <p>The following is a list of developers with commit privileges that have 
directly contributed 
-    to the project in one way or another.</p>
-    
-    <table class="table table-striped" align="center" border="0">
-      <tr class="a" valign="top">
-        <th align="center">
-          <b>username</b>
-        </th>
-        <th align="center">
-          <b>name</b>
-        </th>
-        <th align="center">
-          <b>organization</b>
-        </th>
-        <th align="center">
-          <b>roles</b>
-        </th>
-       </tr>
-       <tr class="b" valign="top">
-          <td align="center">tucu</td>
-          <td align="center">Alejandro Abdelnur</td>
-          <td align="center">Cloudera</td>
-          <td align="center">committer</td>
-        </tr>
-       <tr class="a" valign="top">
-          <td align="center">arcilla</td>
-          <td align="center">Andre Arcilla</td>
-          <td align="center">Yahoo!</td>
-          <td align="center">committer</td>
-        </tr>
-       <tr class="b" valign="top">
-          <td align="center">abayer</td>
-          <td align="center">Andrew Bayer</td>
-          <td align="center">Cloudera</td>
-          <td align="center">committer</td>
-      </tr>
-       <tr class="a" valign="top">
-          <td align="center">cos</td>
-          <td align="center">Konstantin Boudnik</td>
-          <td align="center">WANdisco</td>
-          <td align="center">committer</td>
-        </tr>
-       <tr class="b" valign="top">
-          <td align="center">schu</td>
-          <td align="center">Stephen Chu</td>
-          <td align="center">Cloudera</td>
-          <td align="center">committer</td>
-        </tr>
-       <tr class="a" valign="top">
-          <td align="center">eli</td>
-          <td align="center">Eli Collins</td>
-          <td align="center">Cloudera</td>
-          <td align="center">committer</td>
-        </tr>
-       <tr class="b" valign="top">
-          <td align="center">.</td>
-          <td align="center">Travis Crawford</td>
-          <td align="center">Twitter</td>
-          <td align="center">committer</td>
-        </tr>
-       <tr class="a" valign="top">
-          <td align="center">bmahe</td>
-          <td align="center">Bruno Mah&#xe9;</td>
-          <td align="center">Tango</td>
-          <td align="center">committer</td>
-        </tr>
-       <tr class="b" valign="top">
-          <td align="center">gates</td>
-          <td align="center">Alan Gates</td>
-          <td align="center">Yahoo!</td>
-          <td align="center">mentor, committer</td>
-        </tr>
-       <tr class="a" valign="top">
-          <td align="center">phunt</td>
-          <td align="center">Patrick Hunt</td>
-          <td align="center">Cloudera</td>
-          <td align="center">committer</td>
-        </tr>
-       <tr class="b" valign="top">
-          <td align="center">plinnell</td>
-          <td align="center">Peter Linnell</td>
-          <td align="center">Suse</td>
-          <td align="center">committer</td>
-        </tr>
-       <tr class="a" valign="top">
-          <td align="center">stevel</td>
-          <td align="center">Steve Loughran</td>
-          <td align="center">HP Laboratories</td>
-          <td align="center">mentor, committer</td>
-        </tr>
-       <tr class="b" valign="top">
-          <td align="center">omalley</td>
-          <td align="center">Owen O'Malley</td>
-          <td align="center">Yahoo!</td>
-          <td align="center">mentor, committer</td>
-        </tr>
-       <tr class="a" valign="top">
-          <td align="center">.</td>
-          <td align="center">James Page</td>
-          <td align="center">Canonical</td>
-          <td align="center">committer</td>
-        </tr>
-       <tr class="b" valign="top">
-          <td align="center">apurtell</td>
-          <td align="center">Andrew Purtell</td>
-          <td align="center">Intel</td>
-          <td align="center">committer</td>
-        </tr>
-       <tr class="a" valign="top">
-          <td align="center">ptr</td>
-          <td align="center">Patrick Taylor Ramsey</td>
-          <td align="center">Cloudera</td>
-          <td align="center">committer</td>
-        </tr>
-       <tr class="b" valign="top">
-          <td align="center">rvs</td>
-          <td align="center">Roman Shaposhnik</td>
-          <td align="center">Cloudera</td>
-          <td align="center">committer</td>
-        </tr>
-       <tr class="a" valign="top">
-          <td align="center">stack</td>
-          <td align="center">Michael Stack</td>
-          <td align="center">StumbleUpon</td>
-          <td align="center">committer</td>
-        </tr>
-       <tr class="b" valign="top">
-          <td align="center">tomwhite</td>
-          <td align="center">Tom White</td>
-          <td align="center">Cloudera</td>
-          <td align="center">mentor, committer</td>
-        </tr>
-       <tr class="a" valign="top">
-          <td align="center">asavu</td>
-          <td align="center">Andrei Savu</td>
-          <td align="center">Facebook</td>
-          <td align="center">committer</td>
-        </tr>
-       <tr class="b" valign="top">
-          <td align="center">edwardyoon</td>
-          <td align="center">Edward J. Yoon</td>
-          <td align="center">Oracle corporation</td>
-          <td align="center">committer</td>
-        </tr>
-        <tr class="a" valign="top">
-          <td align="center">jvs</td>
-          <td align="center">John Sichi</td>
-          <td align="center">Facebook</td>
-          <td align="center">committer</td>
-        </tr>
-    </table>
-      
-    <div class="section"><h3>Contributors<a name="Contributors"></a></h3></div>
-    
-    
-  
+            <!-- Licensed to the Apache Software Foundation (ASF) under one or 
more contributor license agreements. See the NOTICE file 
+       distributed with this work for additional information regarding 
copyright ownership. The ASF licenses this file to You under 
+       the Apache License, Version 2.0 (the "License"); you may not use this 
file except in compliance with the License. You may 
+       obtain a copy of the License at 
http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or 
agreed to 
+       in writing, software distributed under the License is distributed on an 
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
+       ANY KIND, either express or implied. See the License for the specific 
language governing permissions and limitations under 
+       the License. -->
+       
+
+               <div class="section">
+<h2>Who We Are<a name="Who_We_Are"></a></h2>
+                       
+<p>
+                               A successful project requires many people to 
play many roles.
+                               Some members write code or documentation, while 
others are valuable as testers, submitting patches and suggestions.
+                               The team is comprised of Members and 
Contributors.
+                               <br />
+                               <br />
+                               Members have direct access to the source of a 
project and actively evolve the code-base.
+                               Contributors improve the project through 
submission of patches and suggestions to the Members.
+                               The number of Contributors to the project is 
unbounded. Get involved today.
+                               All contributions to the project are greatly 
appreciated.
+                       </p>
+
+                       
+<div class="section">
+<h3>Members<a name="Members"></a></h3></div>
+                       
+<p>The following is a list of developers with commit privileges that have 
directly contributed
+                               to the project in one way or another.
+                       </p>
+
+                       
+<table class="table table-striped" align="center" border="0">
+                               
+<tr class="a" valign="top">
+                                       
+<th align="center">
+                                               <b>username</b>
+                                       </th>
+                                       
+<th align="center">
+                                               <b>name</b>
+                                       </th>
+                                       
+<th align="center">
+                                               <b>organization</b>
+                                       </th>
+                                       
+<th align="center">
+                                               <b>roles</b>
+                                       </th>
+                               </tr>
+                               
+<tr class="b" valign="top">
+                                       
+<td align="center">tucu</td>
+                                       
+<td align="center">Alejandro Abdelnur</td>
+                                       
+<td align="center">Cloudera</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="a" valign="top">
+                                       
+<td align="center">arcilla</td>
+                                       
+<td align="center">Andre Arcilla</td>
+                                       
+<td align="center">Amazon.com</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="b" valign="top">
+                                       
+<td align="center">abayer</td>
+                                       
+<td align="center">Andrew Bayer</td>
+                                       
+<td align="center">Cloudera</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="a" valign="top">
+                                       
+<td align="center">cos</td>
+                                       
+<td align="center">Konstantin Boudnik</td>
+                                       
+<td align="center">WANdisco</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="b" valign="top">
+                                       
+<td align="center">schu</td>
+                                       
+<td align="center">Stephen Chu</td>
+                                       
+<td align="center">Cloudera</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="a" valign="top">
+                                       
+<td align="center">eli</td>
+                                       
+<td align="center">Eli Collins</td>
+                                       
+<td align="center">Cloudera</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="b" valign="top">
+                                       
+<td align="center">.</td>
+                                       
+<td align="center">Travis Crawford</td>
+                                       
+<td align="center">Twitter</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="a" valign="top">
+                                       
+<td align="center">bmahe</td>
+                                       
+<td align="center">Bruno Mah&#xe9;</td>
+                                       
+<td align="center">Tango</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="b" valign="top">
+                                       
+<td align="center">gates</td>
+                                       
+<td align="center">Alan Gates</td>
+                                       
+<td align="center">Yahoo!</td>
+                                       
+<td align="center">mentor, committer</td>
+                               </tr>
+                               
+<tr class="a" valign="top">
+                                       
+<td align="center">phunt</td>
+                                       
+<td align="center">Patrick Hunt</td>
+                                       
+<td align="center">Cloudera</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="b" valign="top">
+                                       
+<td align="center">plinnell</td>
+                                       
+<td align="center">Peter Linnell</td>
+                                       
+<td align="center">Suse</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="a" valign="top">
+                                       
+<td align="center">stevel</td>
+                                       
+<td align="center">Steve Loughran</td>
+                                       
+<td align="center">HP Laboratories</td>
+                                       
+<td align="center">mentor, committer</td>
+                               </tr>
+                               
+<tr class="b" valign="top">
+                                       
+<td align="center">omalley</td>
+                                       
+<td align="center">Owen O'Malley</td>
+                                       
+<td align="center">Yahoo!</td>
+                                       
+<td align="center">mentor, committer</td>
+                               </tr>
+                               
+<tr class="a" valign="top">
+                                       
+<td align="center">.</td>
+                                       
+<td align="center">James Page</td>
+                                       
+<td align="center">Canonical</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="b" valign="top">
+                                       
+<td align="center">apurtell</td>
+                                       
+<td align="center">Andrew Purtell</td>
+                                       
+<td align="center">Intel</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="a" valign="top">
+                                       
+<td align="center">ptr</td>
+                                       
+<td align="center">Patrick Taylor Ramsey</td>
+                                       
+<td align="center">Cloudera</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="b" valign="top">
+                                       
+<td align="center">rvs</td>
+                                       
+<td align="center">Roman Shaposhnik</td>
+                                       
+<td align="center">Cloudera</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="a" valign="top">
+                                       
+<td align="center">stack</td>
+                                       
+<td align="center">Michael Stack</td>
+                                       
+<td align="center">StumbleUpon</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="b" valign="top">
+                                       
+<td align="center">tomwhite</td>
+                                       
+<td align="center">Tom White</td>
+                                       
+<td align="center">Cloudera</td>
+                                       
+<td align="center">mentor, committer</td>
+                               </tr>
+                               
+<tr class="a" valign="top">
+                                       
+<td align="center">asavu</td>
+                                       
+<td align="center">Andrei Savu</td>
+                                       
+<td align="center">Facebook</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="b" valign="top">
+                                       
+<td align="center">edwardyoon</td>
+                                       
+<td align="center">Edward J. Yoon</td>
+                                       
+<td align="center">DataSayer</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="a" valign="top">
+                                       
+<td align="center">jvs</td>
+                                       
+<td align="center">John Sichi</td>
+                                       
+<td align="center">Facebook</td>
+                                       
+<td align="center">committer</td>
+                               </tr>
+                               
+<tr class="b" valign="top">
+                                       
+<td align="center">jay</td>
+                                       
+<td align="center">Jay Vyas</td>               
+                                       
+<td align="center">Red Hat</td>                                                
        
+                                       
+<td align="center">committer</td>                      
+                               </tr>
+                           </table>
+
+                       
+<div class="section">
+<h3>Contributors<a name="Contributors"></a></h3></div>
+               </div>
+       
 
                   </div>
           </div>
@@ -356,7 +490,7 @@
 
     <footer>
             <div class="container">
-              <div class="row span12">Copyright &copy;                    
2011-2013
+              <div class="row span12">Copyright &copy;                    
2011-2014
                         <a href="http://www.apache.org/";>The Apache Software 
Foundation</a>.
             All Rights Reserved.      
                     
@@ -372,4 +506,4 @@
                 </div>
     </footer>
   </body>
-</html>
+</html>
\ No newline at end of file


Reply via email to