http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/bylaws.html
----------------------------------------------------------------------
diff --git a/bylaws.html b/bylaws.html
index 7b3466f..de089f0 100644
--- a/bylaws.html
+++ b/bylaws.html
@@ -49,7 +49,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 </script>
 </head>
 <body>
-<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top">
   <div class="container-fluid">
     <div class="navbar-header">
       <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#navbar-items">
@@ -83,7 +83,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
           <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
           <li id="nav_consensusbuilding"><a 
href="/governance/consensusBuilding.html">Consensus Building</a></li>
           <li id="nav_lazyconsensus"><a 
href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_releasing"><a 
href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_govreleasing"><a 
href="/governance/releasing.html">Releasing</a></li>
           <li id="nav_voting"><a href="/governance/voting.html">Voting</a></li>
         </ul>
         </li>
@@ -132,7 +132,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         </ul>
         </li>
         <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret" /></a>
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="/papers.html">Papers &amp; Presentations</a></li>
             <li><a href="/projects.html">Community Projects</a></li>
@@ -197,7 +197,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 
 <p>Accumulo is a project of the <a 
href="http://www.apache.org/foundation/";>Apache Software Foundation</a>. The 
foundation holds the copyright on Apache code including the code in the 
Accumulo codebase. The <a 
href="http://www.apache.org/foundation/faq.html";>foundation FAQ</a> explains 
the operation and background of the foundation.</p>
 
-<p>Accumulo is typical of Apache projects in that it operates under a set of 
principles, known collectively as the Apache Way. If you are new to Apache 
development, please refer to the <a 
href="http://incubator.apache.org/";>Incubator project</a> for more information 
on how Apache projects operate. Terms used at the ASF are defined in the <a 
href="http://www.apache.org/foundation/glossary.html";>ASF glossary</a>.</p>
+<p>Accumulo is typical of Apache projects in that it operates under a set of 
principles, known collectively as the Apache Way. If you are new to Apache 
development, please refer to the <a 
href="http://incubator.apache.org";>Incubator project</a> for more information 
on how Apache projects operate. Terms used at the ASF are defined in the <a 
href="http://www.apache.org/foundation/glossary.html";>ASF glossary</a>.</p>
 
 <h1 id="roles-and-responsibilities">Roles and Responsibilities</h1>
 
@@ -277,7 +277,7 @@ See the <a href="http://www.apache.org/dev/pmc.html";>PMC 
Guide</a> for more info
   <li>call votes on release candidates</li>
 </ul>
 
-<p><a href="http://accumulo.apache.org/governance/releasing.html";>Release 
guidelines</a> and <a href="http://accumulo.apache.org/releasing.html";>details 
on the mechanics of creating an Accumulo release</a> are available on the 
Accumulo project site.</p>
+<p><a href="governance/releasing.html">Release guidelines</a> and <a 
href="releasing.html">details on the mechanics of creating an Accumulo 
release</a> are available on the Accumulo project site.</p>
 
 <h1 id="decision-making">Decision Making</h1>
 
@@ -288,137 +288,176 @@ See the <a 
href="http://www.apache.org/dev/pmc.html";>PMC Guide</a> for more info
 <p>Decisions regarding the project are made by votes on the primary project 
development mailing list: [email protected]. Where necessary, PMC voting 
may take place on the private Accumulo PMC mailing list: 
[email protected]. Votes are clearly indicated by a subject line 
starting with [VOTE]. A vote message may only pertain to a single item’s 
approval; multiple items should be separated into multiple messages. Voting is 
carried out by replying to the vote mail. A vote may take on one of four forms, 
defined below.</p>
 
 <table class="table">
-<tr><th>Vote</th>
+  <tr>
+    <th>Vote</th>
     <th>Meaning</th>
-<tr><td>+1</td>
+  </tr>
+  <tr>
+    <td>+1</td>
     <td>'Yes,' 'Agree,' or 'The action should be performed.' In general, this 
vote also indicates a willingness on the behalf of the voter to 'make it 
happen'.</td>
-<tr><td>+0</td>
+  </tr>
+  <tr>
+    <td>+0</td>
     <td>This vote indicates a willingness for the action under consideration 
to go ahead. The voter, however, will not be able to help.</td>
-<tr><td>-0</td>
+  </tr>
+  <tr>
+    <td>-0</td>
     <td>This vote indicates that the voter does not, in general, agree with 
the proposed action but is not concerned enough to prevent the action going 
ahead.</td>
-<tr><td>-1</td>
+  </tr>
+  <tr>
+    <td>-1</td>
     <td>'No', 'Disagree', or 'The action should not be performed.' On issues 
where consensus is required, this vote counts as a veto. All vetoes must 
contain an explanation of why the veto is appropriate. Vetoes with no 
explanation are void. It may also be appropriate for a -1 vote to include an 
alternative course of action.</td>
+  </tr>
+</table>
 
+<p>All participants in the Accumulo project are encouraged to vote. For 
technical decisions, only the votes of active committers are binding. 
Non-binding votes are still useful for those with binding votes to understand 
the perception of an action across the wider Accumulo community. For PMC 
decisions, only the votes of active PMC members are binding.</p>
 
-All participants in the Accumulo project are encouraged to vote. For technical 
decisions, only the votes of active committers are binding. Non-binding votes 
are still useful for those with binding votes to understand the perception of 
an action across the wider Accumulo community. For PMC decisions, only the 
votes of active PMC members are binding.
+<p>See the <a href="governance/voting.html">voting page</a> for more details 
on the mechanics of voting.</p>
 
-See the [voting page](http://accumulo.apache.org/governance/voting.html) for 
more details on the mechanics of voting.
+<p><a id="CTR"></a>
+## Commit Then Review (CTR)</p>
 
-<a name="CTR"></a>
-## Commit Then Review (CTR)
+<p>Voting can also be applied to changes to the Accumulo codebase. Under the 
Commit Then Review policy, committers can make changes to the codebase without 
seeking approval beforehand, and the changes are assumed to be approved unless 
an objection is raised. Only if an objection is raised must a vote take place 
on the code change.</p>
 
-Voting can also be applied to changes to the Accumulo codebase. Under the 
Commit Then Review policy, committers can make changes to the codebase without 
seeking approval beforehand, and the changes are assumed to be approved unless 
an objection is raised. Only if an objection is raised must a vote take place 
on the code change.
+<p>For some code changes, committers may wish to get feedback from the 
community before making the change. It is acceptable for a committer to seek 
approval before making a change if they so desire.</p>
 
-For some code changes, committers may wish to get feedback from the community 
before making the change. It is acceptable for a committer to seek approval 
before making a change if they so desire.
+<h2 id="approvals">Approvals</h2>
 
-## Approvals
-
-These are the types of approvals that can be sought. Different actions require 
different types of approvals.
+<p>These are the types of approvals that can be sought. Different actions 
require different types of approvals.</p>
 
 <table class="table">
-<tr><th>Approval Type</th>
+  <tr>
+    <th>Approval Type</th>
     <th>Definition</th>
-<tr><td>Consensus Approval</td>
+  </tr>
+  <tr>
+    <td>Consensus Approval</td>
     <td>A consensus approval vote passes with 3 binding +1 votes and no 
binding vetoes.</td>
-<tr><td>Majority Approval</td>
+  </tr>
+  <tr>
+    <td>Majority Approval</td>
     <td>A majority approval vote passes with 3 binding +1 votes and more 
binding +1 votes than -1 votes.</td>
-<tr><td>Lazy Approval (or Lazy Consensus)</td>
-    <td>An action with lazy approval is implicitly allowed unless a -1 vote is 
received, at which time, depending on the type of action, either majority 
approval or consensus approval must be obtained.  Lazy Approval can be either 
<em>stated</em> or <em>assumed</em>, as detailed on the <a 
href="lazyConsensus.html">lazy consensus page</a>.</td>
-
+  </tr>
+  <tr>
+    <td>Lazy Approval (or Lazy Consensus)</td>
+    <td>An action with lazy approval is implicitly allowed unless a -1 vote is 
received, at which time, depending on the type of action, either majority 
approval or consensus approval must be obtained.  Lazy Approval can be either 
<em>stated</em> or <em>assumed</em>, as detailed on the <a 
href="governance/lazyConsensus.html">lazy consensus page</a>.</td>
+  </tr>
+</table>
 
-## Vetoes
+<h2 id="vetoes">Vetoes</h2>
 
-A valid, binding veto cannot be overruled. If a veto is cast, it must be 
accompanied by a valid reason explaining the veto. The validity of a veto, if 
challenged, can be confirmed by anyone who has a binding vote. This does not 
necessarily signify agreement with the veto, but merely that the veto is valid.
+<p>A valid, binding veto cannot be overruled. If a veto is cast, it must be 
accompanied by a valid reason explaining the veto. The validity of a veto, if 
challenged, can be confirmed by anyone who has a binding vote. This does not 
necessarily signify agreement with the veto, but merely that the veto is 
valid.</p>
 
-If you disagree with a valid veto, you must lobby the person casting the veto 
to withdraw their veto. If a veto is not withdrawn, the action that has been 
vetoed must be reversed in a timely manner.
+<p>If you disagree with a valid veto, you must lobby the person casting the 
veto to withdraw their veto. If a veto is not withdrawn, the action that has 
been vetoed must be reversed in a timely manner.</p>
 
-## Actions
+<h2 id="actions">Actions</h2>
 
-This section describes the various actions which are undertaken within the 
project, the corresponding approval required for that action and those who have 
binding votes over the action. It also specifies the minimum length of time 
that a vote must remain open, measured in days. In general, votes should not be 
called at times when it is known that interested members of the project will be 
unavailable.
+<p>This section describes the various actions which are undertaken within the 
project, the corresponding approval required for that action and those who have 
binding votes over the action. It also specifies the minimum length of time 
that a vote must remain open, measured in days. In general, votes should not be 
called at times when it is known that interested members of the project will be 
unavailable.</p>
 
-For Code Change actions, a committer may choose to employ assumed or stated 
Lazy Approval under the [CTR](#CTR) policy. Assumed Lazy Approval has no 
minimum length of time before the change can be made.
+<p>For Code Change actions, a committer may choose to employ assumed or stated 
Lazy Approval under the <a href="#CTR">CTR</a> policy. Assumed Lazy Approval 
has no minimum length of time before the change can be made.</p>
 
 <table class="table">
-<tr><th>Action</th>
+  <tr>
+    <th>Action</th>
     <th>Description</th>
     <th>Approval</th>
     <th>Binding Votes</th>
     <th>Min. Length (days)</th>
-<tr><td>Code Change</td>
+  </tr>
+  <tr>
+    <td>Code Change</td>
     <td>A change made to a codebase of the project. This includes source code, 
documentation, website content, etc.</td>
     <td>Lazy approval, moving to consensus approval upon veto</td>
     <td>Active committers</td>
     <td>1</td>
-<tr><td>Release Plan</td>
+  </tr>
+  <tr>
+    <td>Release Plan</td>
     <td>Defines the timetable and actions for an upcoming release. The plan 
also nominates a Release Manager.</td>
     <td>Lazy approval, moving to majority approval upon veto</td>
     <td>Active committers</td>
     <td>3</td>
-<tr><td>Release Plan Cancellation</td>
+  </tr>
+  <tr>
+    <td>Release Plan Cancellation</td>
     <td>Cancels an active release plan, due to a need to re-plan (e.g., 
discovery of a major issue).</td>
     <td>Majority approval</td>
     <td>Active committers</td>
     <td>3</td>
-<tr><td>Product Release</td>
+  </tr>
+  <tr>
+    <td>Product Release</td>
     <td>Accepts or rejects a release candidate as an official release of the 
project.</td>
     <td>Majority approval</td>
     <td>Active PMC members</td>
     <td>3</td>
-<tr><td>Adoption of New Codebase</td>
+  </tr>
+  <tr>
+    <td>Adoption of New Codebase</td>
     <td>When the codebase for an existing, released product is to be replaced 
with an alternative codebase. If such a vote fails to gain approval, the 
existing code base will continue. This also covers the creation of new 
sub-projects within the project.</td>
     <td>Consensus approval</td>
     <td>Active PMC members</td>
     <td>7</td>
-<tr><td>New Committer</td>
+  </tr>
+  <tr>
+    <td>New Committer</td>
     <td>When a new committer is proposed for the project.</td>
     <td>Consensus approval</td>
     <td>Active PMC members</td>
     <td>3</td>
-<tr><td>New PMC Member</td>
+  </tr>
+  <tr>
+    <td>New PMC Member</td>
     <td>When a committer is proposed for the PMC.</td>
     <td>Consensus approval</td>
     <td>Active PMC members</td>
     <td>3</td>
-<tr><td>New PMC Chair</td>
+  </tr>
+  <tr>
+    <td>New PMC Chair</td>
     <td>When a new PMC chair is chosen to succeed an outgoing chair.</td>
     <td>Consensus approval</td>
     <td>Active PMC members</td>
     <td>3</td>
-<tr><td>Modifying Bylaws</td>
+  </tr>
+  <tr>
+    <td>Modifying Bylaws</td>
     <td>Modifying this document.</td>
     <td>Consensus approval</td>
     <td>Active PMC members</td>
     <td>7</td>
+  </tr>
+</table>
 
+<p>No other voting actions are defined; all other actions should presume Lazy 
Approval (defaulting to Consensus Approval upon veto). If an action is voted on 
multiple times, or if a different approval type is desired, these bylaws should 
be amended to include the action.</p>
 
-No other voting actions are defined; all other actions should presume Lazy 
Approval (defaulting to Consensus Approval upon veto). If an action is voted on 
multiple times, or if a different approval type is desired, these bylaws should 
be amended to include the action.
-
-For the purposes of the "Adoption of New Codebase" action, the Accumulo 
codebase is defined as the Accumulo site content, primary project code, and all 
contributed code ("contribs") as they exist in their respective repositories. 
Adoption of a new codebase generally refers to the creation of a new contrib 
repository, but could cover, for example, a rework of the project site, or 
merging a contrib project into the primary codebase.
+<p>For the purposes of the “Adoption of New Codebase” action, the Accumulo 
codebase is defined as the Accumulo site content, primary project code, and all 
contributed code (“contribs”) as they exist in their respective 
repositories. Adoption of a new codebase generally refers to the creation of a 
new contrib repository, but could cover, for example, a rework of the project 
site, or merging a contrib project into the primary codebase.</p>
 
-Voting actions for the removal of a committer or PMC member are intentionally 
not defined. According to ASF rules, [committer status never 
expires](http://www.apache.org/dev/committers.html#committer-set-term) and [PMC 
members can only be removed with approval from the ASF 
Board](http://www.apache.org/dev/pmc.html#pmc-removal).
+<p>Voting actions for the removal of a committer or PMC member are 
intentionally not defined. According to ASF rules, <a 
href="http://www.apache.org/dev/committers.html#committer-set-term";>committer 
status never expires</a> and <a 
href="http://www.apache.org/dev/pmc.html#pmc-removal";>PMC members can only be 
removed with approval from the ASF Board</a>.</p>
 
-# Release Plans
+<h1 id="release-plans">Release Plans</h1>
 
-The approval of a release plan begins the process of creating a new project 
release. The process ends when a release candidate is approved.
+<p>The approval of a release plan begins the process of creating a new project 
release. The process ends when a release candidate is approved.</p>
 
-An Accumulo release plan consists of at least the following:
+<p>An Accumulo release plan consists of at least the following:</p>
 
-* a version number
-* a feature freeze date
-* a code freeze date
-* a release date
-* the choice of a release manager
+<ul>
+  <li>a version number</li>
+  <li>a feature freeze date</li>
+  <li>a code freeze date</li>
+  <li>a release date</li>
+  <li>the choice of a release manager</li>
+</ul>
 
-After feature freeze, new features should not be accepted for the release. 
After code freeze, only critical fixes should be accepted for the release. The 
release manager guides the decision on accepting changes.
+<p>After feature freeze, new features should not be accepted for the release. 
After code freeze, only critical fixes should be accepted for the release. The 
release manager guides the decision on accepting changes.</p>
 
-All dates in a plan are estimates, as unforeseen issues may require delays. 
The release manager may adjust dates as needed. In serious circumstances, the 
release manager may opt to call a re-plan vote.
+<p>All dates in a plan are estimates, as unforeseen issues may require delays. 
The release manager may adjust dates as needed. In serious circumstances, the 
release manager may opt to call a re-plan vote.</p>
 
-</tr></tr></tr></tr></tr></tr></tr></tr></tr></tr></table></tr></tr></tr></tr></table></tr></tr></tr></tr></tr></table>
 
       </div>
 
       <div id="footer">
-        <a alt="Apache Software Foundation" href="http://www.apache.org";>
+        <a href="http://www.apache.org";>
           <img id="asf-logo" alt="Apache Software Foundation" 
src="/images/feather-small.gif" height="100">
         </a>
         <div class="copyright">

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/contrib.html
----------------------------------------------------------------------
diff --git a/contrib.html b/contrib.html
index 936acbe..7022924 100644
--- a/contrib.html
+++ b/contrib.html
@@ -49,7 +49,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 </script>
 </head>
 <body>
-<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top">
   <div class="container-fluid">
     <div class="navbar-header">
       <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#navbar-items">
@@ -83,7 +83,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
           <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
           <li id="nav_consensusbuilding"><a 
href="/governance/consensusBuilding.html">Consensus Building</a></li>
           <li id="nav_lazyconsensus"><a 
href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_releasing"><a 
href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_govreleasing"><a 
href="/governance/releasing.html">Releasing</a></li>
           <li id="nav_voting"><a href="/governance/voting.html">Voting</a></li>
         </ul>
         </li>
@@ -132,7 +132,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         </ul>
         </li>
         <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret" /></a>
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="/papers.html">Papers &amp; Presentations</a></li>
             <li><a href="/projects.html">Community Projects</a></li>
@@ -189,62 +189,78 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         
         <h1 class="title">Contrib Projects</h1>
         
-        <p>Apache Accumulo is a complex distributed system. In order to 
minimize that complexity for both operators and developers the project 
maintains contrib repositories for instructive applications and code that 
builds interoperability between Accumulo and other systems. This helps minimize 
the set of dependencies needed when building or installing Accumulo, keeps the 
build time down, and allows the contrib projects to follow their own release 
schedule.</p>
+        <p>Apache Accumulo is a complex distributed system. In order to 
minimize that
+complexity for both operators and developers the project maintains contrib
+repositories for instructive applications and code that builds interoperability
+between Accumulo and other systems. This helps minimize the set of dependencies
+needed when building or installing Accumulo, keeps the build time down, and
+allows the contrib projects to follow their own release schedule.</p>
 
 <h2 id="existing-contrib-projects">Existing Contrib Projects</h2>
-<p>Each of the below contrib project handles their own development and release 
cycle. For information on what version(s) of Accumulo they work with, see the 
documentation for the individual project.</p>
+
+<p>Each of the below contrib project handles their own development and release
+cycle. For information on what version(s) of Accumulo they work with, see the
+documentation for the individual project.</p>
 
 <h3 id="instamo-archetype">Instamo Archetype</h3>
-<p>A Maven Archetype that automates the customization of Instamo to quickly 
spin up an Accumulo process in memory.</p>
 
-<table>
-  <tbody>
-    <tr>
-      <td>The Apache Accumulo Instamo Archetype uses <a 
href="http://git-scm.com/";>Git</a> version control (<a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo-instamo-archetype.git;a=summary";>browse</a></td>
-      <td><a 
href="https://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype.git";>checkout</a>).
 It builds with <a href="http://maven.apache.org/";>Apache Maven</a>. See the <a 
href="#contributing-to-contrib">section on contributing</a> for instructions on 
submitting issues and patches.</td>
-    </tr>
-  </tbody>
-</table>
+<p>A Maven Archetype that automates the customization of Instamo to quickly 
spin
+up an Accumulo process in memory.</p>
+
+<p>The Apache Accumulo Instamo Archetype uses <a 
href="http://git-scm.com";>Git</a> version control
+(<a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo-instamo-archetype.git;a=summary";>browse</a>|<a
 
href="https://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype.git";>checkout</a>).
 It builds with <a href="http://maven.apache.org";>Apache
+Maven</a>. See the section <a href="#contributing-to-contrib">Contributing to 
Contrib</a> for
+instructions on submitting issues and patches.</p>
 
 <h3 id="wikisearch-application">Wikisearch Application</h3>
-<p>A complex application example that makes use of most of the Accumulo 
feature stack. The Wikisearch application provides an example of indexing and 
querying Wikipedia data within Accumulo. It is a great place to start if you 
want to get familiar with good development practices building on Accumulo.</p>
 
-<p>For details on setting up the application, see the project’s README. You 
can also read <a href="example/wikisearch.html">an overview and some 
performance numbers</a>.</p>
+<p>A complex application example that makes use of most of the Accumulo feature
+stack. The Wikisearch application provides an example of indexing and querying
+Wikipedia data within Accumulo. It is a great place to start if you want to get
+familiar with good development practices building on Accumulo.</p>
+
+<p>For details on setting up the application, see the project's README. You can
+also read <a href="example/wikisearch.html">an overview and some performance 
numbers</a>.</p>
 
-<table>
-  <tbody>
-    <tr>
-      <td>The Apache Accumulo Wikisearch Example uses <a 
href="http://git-scm.com/";>Git</a> version control (<a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo-wikisearch.git;a=summary";>browse</a></td>
-      <td><a 
href="https://git-wip-us.apache.org/repos/asf/accumulo-wikisearch.git";>checkout</a>).
 It builds with <a href="http://maven.apache.org/";>Apache Maven</a>. See the <a 
href="#contributing-to-contrib">section on contributing</a> for instructions on 
submitting issues and patches.</td>
-    </tr>
-  </tbody>
-</table>
+<p>The Apache Accumulo Wikisearch Example uses <a 
href="http://git-scm.com";>Git</a> version control
+(<a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo-wikisearch.git;a=summary";>browse</a>|<a
 
href="https://git-wip-us.apache.org/repos/asf/accumulo-wikisearch.git";>checkout</a>).
 It builds with
+<a href="http://maven.apache.org";>Apache Maven</a>. See the section <a 
href="#contributing-to-contrib">Contributing to Contrib</a> for
+instructions on submitting issues and patches.</p>
 
 <h3 id="hama-integration">Hama Integration</h3>
-<p>An implementation for running <a 
href="http://hama.apache.org/hama_bsp_tutorial.html";>Bulk Synchronous Parallel 
(BSP) algorithms</a> implemented via <a href="http://hama.apache.org/";>Apache 
Hama</a> on top of data stored in Accumulo.</p>
 
-<table>
-  <tbody>
-    <tr>
-      <td>The Apache Accumulo BSP implementation uses <a 
href="http://git-scm.com/";>Git</a> version control (<a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo-bsp.git;a=summary";>browse</a></td>
-      <td><a 
href="https://git-wip-us.apache.org/repos/asf/accumulo-bsp.git";>checkout</a>). 
It builds with <a href="http://maven.apache.org/";>Apache Maven</a>. See the <a 
href="#contributing-to-contrib">section on contributing</a> for instructions on 
submitting issues and patches.</td>
-    </tr>
-  </tbody>
-</table>
+<p>An implementation for running <a 
href="http://hama.apache.org/hama_bsp_tutorial.html";>Bulk Synchronous Parallel 
(BSP)
+algorithms</a> implemented via <a href="http://hama.apache.org";>Apache 
Hama</a> on top of data stored
+in Accumulo.</p>
+
+<p>The Apache Accumulo BSP implementation uses <a 
href="http://git-scm.com";>Git</a> version control
+(<a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo-bsp.git;a=summary";>browse</a>|<a
 href="https://git-wip-us.apache.org/repos/asf/accumulo-bsp.git";>checkout</a>). 
 It builds with <a href="http://maven.apache.org";>Apache
+Maven</a>. See the section <a href="#contributing-to-contrib">Contributing to 
Contrib</a> for
+instructions on submitting issues and patches.</p>
 
 <h2 id="contributing-to-contrib">Contributing to Contrib</h2>
-<p>All contributions to the various Apache Accumulo contrib projects should 
follow the <a href="git.html#the-implementation">same process used in the 
primary project</a>. All contributions should have a corresponding issue filed 
in the <a 
href="https://issues.apache.org/jira/browse/ACCUMULO/component/12316610";>contrib
 component in the Accumulo issue tracker</a>.</p>
+
+<p>All contributions to the various Apache Accumulo contrib projects should 
follow
+the <a href="git.html#the-implementation">same process used in the primary 
project</a>. All contributions
+should have a corresponding issue filed in the <a 
href="https://issues.apache.org/jira/browse/ACCUMULO/component/12316610";>contrib
 component in the
+Accumulo issue tracker</a>.</p>
 
 <h2 id="adding-a-new-contrib-project">Adding a new Contrib Project</h2>
-<p>Proposals for new contrib projects should be sent to the <a 
href="mailing_list.html">Accumulo mailing list</a> for <a 
href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#064;&#097;&#099;&#099;&#117;&#109;&#117;&#108;&#111;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;&#063;&#115;&#117;&#098;&#106;&#101;&#099;&#116;&#061;&#091;&#065;&#099;&#099;&#117;&#109;&#117;&#108;&#111;&#032;&#067;&#111;&#110;&#116;&#114;&#105;&#098;&#032;&#080;&#114;&#111;&#112;&#111;&#115;&#097;&#108;&#093;">developers</a>.</p>
 
-<p>If an example application only makes use of a single Accumulo feature, it 
is probably better off as an Accumulo version-specific example. You can see 
several of these demonstrative applications in the <a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=tree;f=examples/simple;";>simple
 example codebase</a> and the related published documentation for versions <a 
href="1.7/examples/">1.7</a> and <a href="1.6/examples/">1.6</a>.</p>
+<p>Proposals for new contrib projects should be sent to the <a 
href="mailing_list.html">Accumulo mailing
+list</a> for <a 
href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#064;&#097;&#099;&#099;&#117;&#109;&#117;&#108;&#111;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;&#063;&#115;&#117;&#098;&#106;&#101;&#099;&#116;&#061;&#091;&#065;&#099;&#099;&#117;&#109;&#117;&#108;&#111;&#043;&#067;&#111;&#110;&#116;&#114;&#105;&#098;&#043;&#080;&#114;&#111;&#112;&#111;&#115;&#097;&#108;&#093;">developers</a>.</p>
+
+<p>If an example application only makes use of a single Accumulo feature, it is
+probably better off as an Accumulo version-specific example. You can see
+several of these demonstrative applications in the <a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=tree;f=examples/simple;";>simple
 example
+codebase</a> and the related published documentation for versions
+<a href="1.7/examples/">1.7</a> and <a href="1.6/examples/">1.6</a>.</p>
 
 
       </div>
 
       <div id="footer">
-        <a alt="Apache Software Foundation" href="http://www.apache.org";>
+        <a href="http://www.apache.org";>
           <img id="asf-logo" alt="Apache Software Foundation" 
src="/images/feather-small.gif" height="100">
         </a>
         <div class="copyright">

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/downloads/index.html
----------------------------------------------------------------------
diff --git a/downloads/index.html b/downloads/index.html
index 088ac5f..e145b28 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -49,7 +49,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 </script>
 </head>
 <body>
-<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top">
   <div class="container-fluid">
     <div class="navbar-header">
       <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#navbar-items">
@@ -83,7 +83,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
           <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
           <li id="nav_consensusbuilding"><a 
href="/governance/consensusBuilding.html">Consensus Building</a></li>
           <li id="nav_lazyconsensus"><a 
href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_releasing"><a 
href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_govreleasing"><a 
href="/governance/releasing.html">Releasing</a></li>
           <li id="nav_voting"><a href="/governance/voting.html">Voting</a></li>
         </ul>
         </li>
@@ -132,7 +132,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         </ul>
         </li>
         <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret" /></a>
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="/papers.html">Papers &amp; Presentations</a></li>
             <li><a href="/projects.html">Community Projects</a></li>
@@ -340,7 +340,7 @@ $(function() { $.getJSON(mirrorURL + "?as_json", 
mirrorsCallback); });
       </div>
 
       <div id="footer">
-        <a alt="Apache Software Foundation" href="http://www.apache.org";>
+        <a href="http://www.apache.org";>
           <img id="asf-logo" alt="Apache Software Foundation" 
src="/images/feather-small.gif" height="100">
         </a>
         <div class="copyright">

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/example/wikisearch.html
----------------------------------------------------------------------
diff --git a/example/wikisearch.html b/example/wikisearch.html
index bbe092a..7d21e32 100644
--- a/example/wikisearch.html
+++ b/example/wikisearch.html
@@ -49,7 +49,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 </script>
 </head>
 <body>
-<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top">
   <div class="container-fluid">
     <div class="navbar-header">
       <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#navbar-items">
@@ -83,7 +83,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
           <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
           <li id="nav_consensusbuilding"><a 
href="/governance/consensusBuilding.html">Consensus Building</a></li>
           <li id="nav_lazyconsensus"><a 
href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_releasing"><a 
href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_govreleasing"><a 
href="/governance/releasing.html">Releasing</a></li>
           <li id="nav_voting"><a href="/governance/voting.html">Voting</a></li>
         </ul>
         </li>
@@ -132,7 +132,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         </ul>
         </li>
         <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret" /></a>
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="/papers.html">Papers &amp; Presentations</a></li>
             <li><a href="/projects.html">Community Projects</a></li>
@@ -575,7 +575,7 @@ The English wikipedia data was re-ingested on top of the 
existing, compacted dat
       </div>
 
       <div id="footer">
-        <a alt="Apache Software Foundation" href="http://www.apache.org";>
+        <a href="http://www.apache.org";>
           <img id="asf-logo" alt="Apache Software Foundation" 
src="/images/feather-small.gif" height="100">
         </a>
         <div class="copyright">

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index cfa90b9..971a9e9 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org//</link>
     <atom:link href="https://accumulo.apache.org//feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Thu, 10 Mar 2016 20:59:11 -0500</pubDate>
-    <lastBuildDate>Thu, 10 Mar 2016 20:59:11 -0500</lastBuildDate>
+    <pubDate>Fri, 11 Mar 2016 13:17:43 -0500</pubDate>
+    <lastBuildDate>Fri, 11 Mar 2016 13:17:43 -0500</lastBuildDate>
     <generator>Jekyll v3.1.2</generator>
     
       <item>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/get_involved.html
----------------------------------------------------------------------
diff --git a/get_involved.html b/get_involved.html
index f144add..8334fa4 100644
--- a/get_involved.html
+++ b/get_involved.html
@@ -49,7 +49,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 </script>
 </head>
 <body>
-<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top">
   <div class="container-fluid">
     <div class="navbar-header">
       <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#navbar-items">
@@ -83,7 +83,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
           <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
           <li id="nav_consensusbuilding"><a 
href="/governance/consensusBuilding.html">Consensus Building</a></li>
           <li id="nav_lazyconsensus"><a 
href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_releasing"><a 
href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_govreleasing"><a 
href="/governance/releasing.html">Releasing</a></li>
           <li id="nav_voting"><a href="/governance/voting.html">Voting</a></li>
         </ul>
         </li>
@@ -132,7 +132,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         </ul>
         </li>
         <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret" /></a>
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="/papers.html">Papers &amp; Presentations</a></li>
             <li><a href="/projects.html">Community Projects</a></li>
@@ -274,7 +274,7 @@ to approve a release.</p>
       </div>
 
       <div id="footer">
-        <a alt="Apache Software Foundation" href="http://www.apache.org";>
+        <a href="http://www.apache.org";>
           <img id="asf-logo" alt="Apache Software Foundation" 
src="/images/feather-small.gif" height="100">
         </a>
         <div class="copyright">

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/git.html
----------------------------------------------------------------------
diff --git a/git.html b/git.html
index f033a5f..6438a7a 100644
--- a/git.html
+++ b/git.html
@@ -49,7 +49,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 </script>
 </head>
 <body>
-<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top">
   <div class="container-fluid">
     <div class="navbar-header">
       <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#navbar-items">
@@ -83,7 +83,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
           <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
           <li id="nav_consensusbuilding"><a 
href="/governance/consensusBuilding.html">Consensus Building</a></li>
           <li id="nav_lazyconsensus"><a 
href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_releasing"><a 
href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_govreleasing"><a 
href="/governance/releasing.html">Releasing</a></li>
           <li id="nav_voting"><a href="/governance/voting.html">Voting</a></li>
         </ul>
         </li>
@@ -132,7 +132,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         </ul>
         </li>
         <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret" /></a>
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="/papers.html">Papers &amp; Presentations</a></li>
             <li><a href="/projects.html">Community Projects</a></li>
@@ -716,7 +716,7 @@ variables</a>.</p>
       </div>
 
       <div id="footer">
-        <a alt="Apache Software Foundation" href="http://www.apache.org";>
+        <a href="http://www.apache.org";>
           <img id="asf-logo" alt="Apache Software Foundation" 
src="/images/feather-small.gif" height="100">
         </a>
         <div class="copyright">

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/glossary.html
----------------------------------------------------------------------
diff --git a/glossary.html b/glossary.html
index e677bbb..b3805d0 100644
--- a/glossary.html
+++ b/glossary.html
@@ -49,7 +49,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 </script>
 </head>
 <body>
-<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top">
   <div class="container-fluid">
     <div class="navbar-header">
       <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#navbar-items">
@@ -83,7 +83,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
           <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
           <li id="nav_consensusbuilding"><a 
href="/governance/consensusBuilding.html">Consensus Building</a></li>
           <li id="nav_lazyconsensus"><a 
href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_releasing"><a 
href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_govreleasing"><a 
href="/governance/releasing.html">Releasing</a></li>
           <li id="nav_voting"><a href="/governance/voting.html">Voting</a></li>
         </ul>
         </li>
@@ -132,7 +132,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         </ul>
         </li>
         <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret" /></a>
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="/papers.html">Papers &amp; Presentations</a></li>
             <li><a href="/projects.html">Community Projects</a></li>
@@ -246,7 +246,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
       </div>
 
       <div id="footer">
-        <a alt="Apache Software Foundation" href="http://www.apache.org";>
+        <a href="http://www.apache.org";>
           <img id="asf-logo" alt="Apache Software Foundation" 
src="/images/feather-small.gif" height="100">
         </a>
         <div class="copyright">

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/governance/consensusBuilding.html
----------------------------------------------------------------------
diff --git a/governance/consensusBuilding.html 
b/governance/consensusBuilding.html
index bb7a7a1..c8e78f9 100644
--- a/governance/consensusBuilding.html
+++ b/governance/consensusBuilding.html
@@ -49,7 +49,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 </script>
 </head>
 <body>
-<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top">
   <div class="container-fluid">
     <div class="navbar-header">
       <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#navbar-items">
@@ -83,7 +83,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
           <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
           <li id="nav_consensusbuilding"><a 
href="/governance/consensusBuilding.html">Consensus Building</a></li>
           <li id="nav_lazyconsensus"><a 
href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_releasing"><a 
href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_govreleasing"><a 
href="/governance/releasing.html">Releasing</a></li>
           <li id="nav_voting"><a href="/governance/voting.html">Voting</a></li>
         </ul>
         </li>
@@ -132,7 +132,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         </ul>
         </li>
         <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret" /></a>
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="/papers.html">Papers &amp; Presentations</a></li>
             <li><a href="/projects.html">Community Projects</a></li>
@@ -242,7 +242,7 @@ the work under the <a 
href="/governance/lazyConsensus.html">lazy consensus</a> m
       </div>
 
       <div id="footer">
-        <a alt="Apache Software Foundation" href="http://www.apache.org";>
+        <a href="http://www.apache.org";>
           <img id="asf-logo" alt="Apache Software Foundation" 
src="/images/feather-small.gif" height="100">
         </a>
         <div class="copyright">

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/governance/lazyConsensus.html
----------------------------------------------------------------------
diff --git a/governance/lazyConsensus.html b/governance/lazyConsensus.html
index 8c35983..0df0857 100644
--- a/governance/lazyConsensus.html
+++ b/governance/lazyConsensus.html
@@ -49,7 +49,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 </script>
 </head>
 <body>
-<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top">
   <div class="container-fluid">
     <div class="navbar-header">
       <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#navbar-items">
@@ -83,7 +83,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
           <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
           <li id="nav_consensusbuilding"><a 
href="/governance/consensusBuilding.html">Consensus Building</a></li>
           <li id="nav_lazyconsensus"><a 
href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_releasing"><a 
href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_govreleasing"><a 
href="/governance/releasing.html">Releasing</a></li>
           <li id="nav_voting"><a href="/governance/voting.html">Voting</a></li>
         </ul>
         </li>
@@ -132,7 +132,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         </ul>
         </li>
         <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret" /></a>
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="/papers.html">Papers &amp; Presentations</a></li>
             <li><a href="/projects.html">Community Projects</a></li>
@@ -245,7 +245,7 @@ can take some time to get used to.</p>
       </div>
 
       <div id="footer">
-        <a alt="Apache Software Foundation" href="http://www.apache.org";>
+        <a href="http://www.apache.org";>
           <img id="asf-logo" alt="Apache Software Foundation" 
src="/images/feather-small.gif" height="100">
         </a>
         <div class="copyright">

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/governance/releasing.html
----------------------------------------------------------------------
diff --git a/governance/releasing.html b/governance/releasing.html
index 65d1726..83df9d6 100644
--- a/governance/releasing.html
+++ b/governance/releasing.html
@@ -49,7 +49,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 </script>
 </head>
 <body>
-<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top">
   <div class="container-fluid">
     <div class="navbar-header">
       <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#navbar-items">
@@ -83,7 +83,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
           <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
           <li id="nav_consensusbuilding"><a 
href="/governance/consensusBuilding.html">Consensus Building</a></li>
           <li id="nav_lazyconsensus"><a 
href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_releasing"><a 
href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_govreleasing"><a 
href="/governance/releasing.html">Releasing</a></li>
           <li id="nav_voting"><a href="/governance/voting.html">Voting</a></li>
         </ul>
         </li>
@@ -132,7 +132,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         </ul>
         </li>
         <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret" /></a>
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="/papers.html">Papers &amp; Presentations</a></li>
             <li><a href="/projects.html">Community Projects</a></li>
@@ -265,7 +265,7 @@ release, the release should be vetoed via the normal voting 
process. New major r
       </div>
 
       <div id="footer">
-        <a alt="Apache Software Foundation" href="http://www.apache.org";>
+        <a href="http://www.apache.org";>
           <img id="asf-logo" alt="Apache Software Foundation" 
src="/images/feather-small.gif" height="100">
         </a>
         <div class="copyright">

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/governance/voting.html
----------------------------------------------------------------------
diff --git a/governance/voting.html b/governance/voting.html
index 2479e09..36adb04 100644
--- a/governance/voting.html
+++ b/governance/voting.html
@@ -49,7 +49,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 </script>
 </head>
 <body>
-<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top">
   <div class="container-fluid">
     <div class="navbar-header">
       <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#navbar-items">
@@ -83,7 +83,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
           <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
           <li id="nav_consensusbuilding"><a 
href="/governance/consensusBuilding.html">Consensus Building</a></li>
           <li id="nav_lazyconsensus"><a 
href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_releasing"><a 
href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_govreleasing"><a 
href="/governance/releasing.html">Releasing</a></li>
           <li id="nav_voting"><a href="/governance/voting.html">Voting</a></li>
         </ul>
         </li>
@@ -132,7 +132,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         </ul>
         </li>
         <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret" /></a>
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="/papers.html">Papers &amp; Presentations</a></li>
             <li><a href="/projects.html">Community Projects</a></li>
@@ -198,7 +198,7 @@ release.</p>
 <p>Before calling a vote it is important to ensure that the community is given 
time to
 discuss the upcoming vote. This will be done by posting an email to the list
 indicating the intention to call a vote and the options available. By the time 
a
-vote is called there should already be <a 
href="/governance/consensusBuilding.html">consensus in the community</a>. The 
vote 
+vote is called there should already be <a 
href="consensusBuilding.html">consensus in the community</a>. The vote 
 itself is, normally, a formality.</p>
 
 <h2 id="calling-a-vote">Calling a Vote</h2>
@@ -282,7 +282,7 @@ Voting results:
       </div>
 
       <div id="footer">
-        <a alt="Apache Software Foundation" href="http://www.apache.org";>
+        <a href="http://www.apache.org";>
           <img id="asf-logo" alt="Apache Software Foundation" 
src="/images/feather-small.gif" height="100">
         </a>
         <div class="copyright">

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 0560b1e..3363cc6 100644
--- a/index.html
+++ b/index.html
@@ -49,7 +49,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 </script>
 </head>
 <body>
-<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top">
   <div class="container-fluid">
     <div class="navbar-header">
       <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#navbar-items">
@@ -83,7 +83,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
           <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
           <li id="nav_consensusbuilding"><a 
href="/governance/consensusBuilding.html">Consensus Building</a></li>
           <li id="nav_lazyconsensus"><a 
href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_releasing"><a 
href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_govreleasing"><a 
href="/governance/releasing.html">Releasing</a></li>
           <li id="nav_voting"><a href="/governance/voting.html">Voting</a></li>
         </ul>
         </li>
@@ -132,7 +132,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         </ul>
         </li>
         <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret" /></a>
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="/papers.html">Papers &amp; Presentations</a></li>
             <li><a href="/projects.html">Community Projects</a></li>
@@ -212,7 +212,7 @@ and <a href="http://cassandra.apache.org"; 
title="Cassandra">Cassandra</a>.  Accu
       </div>
 
       <div id="footer">
-        <a alt="Apache Software Foundation" href="http://www.apache.org";>
+        <a href="http://www.apache.org";>
           <img id="asf-logo" alt="Apache Software Foundation" 
src="/images/feather-small.gif" height="100">
         </a>
         <div class="copyright">

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/jekyll/update/2016/03/10/welcome-to-jekyll.html
----------------------------------------------------------------------
diff --git a/jekyll/update/2016/03/10/welcome-to-jekyll.html 
b/jekyll/update/2016/03/10/welcome-to-jekyll.html
index 061cb76..cfe39bb 100644
--- a/jekyll/update/2016/03/10/welcome-to-jekyll.html
+++ b/jekyll/update/2016/03/10/welcome-to-jekyll.html
@@ -83,11 +83,11 @@
           
         
           
-          <a class="page-link" 
href="/1.4/user_manual/Accumulo_Design.html">User Manual: Accumulo Design</a>
+          <a class="page-link" 
href="/user_manual_1.3-incubating/Accumulo_Design.html">User Manual: Accumulo 
Design</a>
           
         
           
-          <a class="page-link" 
href="/user_manual_1.3-incubating/Accumulo_Design.html">User Manual: Accumulo 
Design</a>
+          <a class="page-link" 
href="/1.4/user_manual/Accumulo_Design.html">User Manual: Accumulo Design</a>
           
         
           
@@ -99,11 +99,11 @@
           
         
           
-          <a class="page-link" 
href="/1.4/user_manual/Administration.html">User Manual: Administration</a>
+          <a class="page-link" 
href="/user_manual_1.3-incubating/Administration.html">User Manual: 
Administration</a>
           
         
           
-          <a class="page-link" 
href="/user_manual_1.3-incubating/Administration.html">User Manual: 
Administration</a>
+          <a class="page-link" 
href="/1.4/user_manual/Administration.html">User Manual: Administration</a>
           
         
           
@@ -135,11 +135,11 @@
           
         
           
-          <a class="page-link" href="/1.4/user_manual/Introduction.html">User 
Manual: Introduction</a>
+          <a class="page-link" 
href="/user_manual_1.3-incubating/Introduction.html">User Manual: 
Introduction</a>
           
         
           
-          <a class="page-link" 
href="/user_manual_1.3-incubating/Introduction.html">User Manual: 
Introduction</a>
+          <a class="page-link" href="/1.4/user_manual/Introduction.html">User 
Manual: Introduction</a>
           
         
           
@@ -151,11 +151,11 @@
           
         
           
-          <a class="page-link" 
href="/1.4/user_manual/Shell_Commands.html">User Manual: Shell Commands</a>
+          <a class="page-link" 
href="/user_manual_1.3-incubating/Shell_Commands.html">User Manual: Shell 
Commands</a>
           
         
           
-          <a class="page-link" 
href="/user_manual_1.3-incubating/Shell_Commands.html">User Manual: Shell 
Commands</a>
+          <a class="page-link" 
href="/1.4/user_manual/Shell_Commands.html">User Manual: Shell Commands</a>
           
         
           
@@ -175,11 +175,11 @@
           
         
           
-          <a class="page-link" 
href="/1.4/user_manual/Writing_Accumulo_Clients.html">User Manual: Writing 
Accumulo Clients</a>
+          <a class="page-link" 
href="/user_manual_1.3-incubating/Writing_Accumulo_Clients.html">User Manual: 
Writing Accumulo Clients</a>
           
         
           
-          <a class="page-link" 
href="/user_manual_1.3-incubating/Writing_Accumulo_Clients.html">User Manual: 
Writing Accumulo Clients</a>
+          <a class="page-link" 
href="/1.4/user_manual/Writing_Accumulo_Clients.html">User Manual: Writing 
Accumulo Clients</a>
           
         
           
@@ -199,7 +199,7 @@
           
         
           
-          <a class="page-link" href="/1.4/examples/batch.html">Batch Writing 
and Scanning Example</a>
+          <a class="page-link" 
href="/user_manual_1.3-incubating/examples/batch.html">Batch Writing and 
Scanning Example</a>
           
         
           
@@ -215,7 +215,7 @@
           
         
           
-          <a class="page-link" 
href="/user_manual_1.3-incubating/examples/batch.html">Batch Writing and 
Scanning Example</a>
+          <a class="page-link" href="/1.4/examples/batch.html">Batch Writing 
and Scanning Example</a>
           
         
           
@@ -239,23 +239,23 @@
           
         
           
-          <a class="page-link" href="/1.4/examples/bulkIngest.html">Bulk 
Ingest Example</a>
+          <a class="page-link" 
href="/user_manual_1.3-incubating/examples/bulkIngest.html">Bulk Ingest 
Example</a>
           
         
           
-          <a class="page-link" href="/1.5/examples/bulkIngest.html">Bulk 
Ingest Example</a>
+          <a class="page-link" href="/1.4/examples/bulkIngest.html">Bulk 
Ingest Example</a>
           
         
           
-          <a class="page-link" href="/1.6/examples/bulkIngest.html">Bulk 
Ingest Example</a>
+          <a class="page-link" href="/1.7/examples/bulkIngest.html">Bulk 
Ingest Example</a>
           
         
           
-          <a class="page-link" href="/1.7/examples/bulkIngest.html">Bulk 
Ingest Example</a>
+          <a class="page-link" href="/1.5/examples/bulkIngest.html">Bulk 
Ingest Example</a>
           
         
           
-          <a class="page-link" 
href="/user_manual_1.3-incubating/examples/bulkIngest.html">Bulk Ingest 
Example</a>
+          <a class="page-link" href="/1.6/examples/bulkIngest.html">Bulk 
Ingest Example</a>
           
         
           
@@ -275,10 +275,6 @@
           
         
           
-          <a class="page-link" href="/1.5/examples/client.html">Client 
Examples</a>
-          
-        
-          
           <a class="page-link" href="/1.6/examples/client.html">Client 
Examples</a>
           
         
@@ -287,7 +283,7 @@
           
         
           
-          <a class="page-link" href="/1.4/examples/combiner.html">Combiner 
Example</a>
+          <a class="page-link" href="/1.5/examples/client.html">Client 
Examples</a>
           
         
           
@@ -295,6 +291,10 @@
           
         
           
+          <a class="page-link" href="/1.4/examples/combiner.html">Combiner 
Example</a>
+          
+        
+          
           <a class="page-link" href="/1.6/examples/combiner.html">Combiner 
Example</a>
           
         
@@ -307,23 +307,23 @@
           
         
           
-          <a class="page-link" 
href="/1.4/examples/constraints.html">Constraints Example</a>
+          <a class="page-link" 
href="/user_manual_1.3-incubating/examples/constraints.html">Constraints 
Example</a>
           
         
           
-          <a class="page-link" 
href="/1.5/examples/constraints.html">Constraints Example</a>
+          <a class="page-link" 
href="/1.7/examples/constraints.html">Constraints Example</a>
           
         
           
-          <a class="page-link" 
href="/1.6/examples/constraints.html">Constraints Example</a>
+          <a class="page-link" 
href="/1.5/examples/constraints.html">Constraints Example</a>
           
         
           
-          <a class="page-link" 
href="/1.7/examples/constraints.html">Constraints Example</a>
+          <a class="page-link" 
href="/1.4/examples/constraints.html">Constraints Example</a>
           
         
           
-          <a class="page-link" 
href="/user_manual_1.3-incubating/examples/constraints.html">Constraints 
Example</a>
+          <a class="page-link" 
href="/1.6/examples/constraints.html">Constraints Example</a>
           
         
           
@@ -331,23 +331,23 @@
           
         
           
-          <a class="page-link" href="/1.4/examples/dirlist.html">File System 
Archive</a>
+          <a class="page-link" 
href="/user_manual_1.3-incubating/examples/dirlist.html">File System Archive</a>
           
         
           
-          <a class="page-link" href="/1.5/examples/dirlist.html">File System 
Archive</a>
+          <a class="page-link" href="/1.4/examples/dirlist.html">File System 
Archive</a>
           
         
           
-          <a class="page-link" href="/1.6/examples/dirlist.html">File System 
Archive</a>
+          <a class="page-link" href="/1.7/examples/dirlist.html">File System 
Archive</a>
           
         
           
-          <a class="page-link" href="/1.7/examples/dirlist.html">File System 
Archive</a>
+          <a class="page-link" href="/1.5/examples/dirlist.html">File System 
Archive</a>
           
         
           
-          <a class="page-link" 
href="/user_manual_1.3-incubating/examples/dirlist.html">File System Archive</a>
+          <a class="page-link" href="/1.6/examples/dirlist.html">File System 
Archive</a>
           
         
           
@@ -369,15 +369,15 @@
           
         
           
-          <a class="page-link" href="/1.4/examples/filedata.html">File System 
Archive Example (Data Only)</a>
+          <a class="page-link" href="/1.6/examples/filedata.html">File System 
Archive Example (Data Only)</a>
           
         
           
-          <a class="page-link" href="/1.5/examples/filedata.html">File System 
Archive Example (Data Only)</a>
+          <a class="page-link" href="/1.4/examples/filedata.html">File System 
Archive Example (Data Only)</a>
           
         
           
-          <a class="page-link" href="/1.6/examples/filedata.html">File System 
Archive Example (Data Only)</a>
+          <a class="page-link" href="/1.5/examples/filedata.html">File System 
Archive Example (Data Only)</a>
           
         
           
@@ -389,10 +389,6 @@
           
         
           
-          <a class="page-link" href="/1.5/examples/filter.html">Filter 
Example</a>
-          
-        
-          
           <a class="page-link" href="/1.6/examples/filter.html">Filter 
Example</a>
           
         
@@ -405,6 +401,10 @@
           
         
           
+          <a class="page-link" href="/1.5/examples/filter.html">Filter 
Example</a>
+          
+        
+          
           <a class="page-link" href="/get_involved.html">Get Involved</a>
           
         
@@ -421,7 +421,7 @@
           
         
           
-          <a class="page-link" href="/1.5/examples/helloworld.html">Hello 
World Example</a>
+          <a class="page-link" href="/1.7/examples/helloworld.html">Hello 
World Example</a>
           
         
           
@@ -429,7 +429,7 @@
           
         
           
-          <a class="page-link" href="/1.7/examples/helloworld.html">Hello 
World Example</a>
+          <a class="page-link" href="/1.5/examples/helloworld.html">Hello 
World Example</a>
           
         
           
@@ -439,31 +439,31 @@
           
         
           
-          <a class="page-link" href="/1.4/examples/">Examples</a>
+          <a class="page-link" href="/">Apache Accumulo</a>
           
         
           
-          <a class="page-link" href="/1.4/user_manual/">User Manual: index</a>
+          <a class="page-link" href="/1.4/examples/">Examples</a>
           
         
           
-          <a class="page-link" href="/1.5/examples/">Examples</a>
+          <a class="page-link" href="/downloads/">Downloads</a>
           
         
           
-          <a class="page-link" href="/1.6/examples/">Examples</a>
+          <a class="page-link" href="/1.4/user_manual/">User Manual: index</a>
           
         
           
-          <a class="page-link" href="/1.7/examples/">Examples</a>
+          <a class="page-link" 
href="/user_manual_1.3-incubating/examples/">Examples</a>
           
         
           
-          <a class="page-link" 
href="/user_manual_1.3-incubating/examples/">Examples</a>
+          <a class="page-link" href="/1.5/examples/">Examples</a>
           
         
           
-          <a class="page-link" href="/user_manual_1.3-incubating/">User 
Manual: index</a>
+          <a class="page-link" href="/1.6/examples/">Examples</a>
           
         
           
@@ -471,15 +471,15 @@
           
         
           
-          <a class="page-link" href="/downloads/">Downloads</a>
+          <a class="page-link" href="/1.7/examples/">Examples</a>
           
         
           
-          <a class="page-link" href="/">Apache Accumulo</a>
+          <a class="page-link" href="/user_manual_1.3-incubating/">User 
Manual: index</a>
           
         
           
-          <a class="page-link" href="/1.4/examples/isolation.html">Isolation 
Example</a>
+          <a class="page-link" href="/1.6/examples/isolation.html">Isolation 
Example</a>
           
         
           
@@ -487,7 +487,7 @@
           
         
           
-          <a class="page-link" href="/1.6/examples/isolation.html">Isolation 
Example</a>
+          <a class="page-link" href="/1.4/examples/isolation.html">Isolation 
Example</a>
           
         
           
@@ -505,27 +505,27 @@
           
         
           
-          <a class="page-link" href="/1.4/examples/mapred.html">MapReduce 
Example</a>
+          <a class="page-link" href="/1.5/examples/mapred.html">MapReduce 
Example</a>
           
         
           
-          <a class="page-link" href="/1.5/examples/mapred.html">MapReduce 
Example</a>
+          <a class="page-link" href="/1.6/examples/mapred.html">MapReduce 
Example</a>
           
         
           
-          <a class="page-link" href="/1.6/examples/mapred.html">MapReduce 
Example</a>
+          <a class="page-link" 
href="/user_manual_1.3-incubating/examples/mapred.html">MapReduce Example</a>
           
         
           
-          <a class="page-link" href="/1.7/examples/mapred.html">MapReduce 
Example</a>
+          <a class="page-link" href="/1.4/examples/mapred.html">MapReduce 
Example</a>
           
         
           
-          <a class="page-link" 
href="/user_manual_1.3-incubating/examples/mapred.html">MapReduce Example</a>
+          <a class="page-link" href="/1.7/examples/mapred.html">MapReduce 
Example</a>
           
         
           
-          <a class="page-link" 
href="/1.5/examples/maxmutation.html">MaxMutation Constraints Example</a>
+          <a class="page-link" 
href="/1.7/examples/maxmutation.html">MaxMutation Constraints Example</a>
           
         
           
@@ -533,7 +533,7 @@
           
         
           
-          <a class="page-link" 
href="/1.7/examples/maxmutation.html">MaxMutation Constraints Example</a>
+          <a class="page-link" 
href="/1.5/examples/maxmutation.html">MaxMutation Constraints Example</a>
           
         
           
@@ -561,23 +561,23 @@
           
         
           
-          <a class="page-link" href="/1.5/examples/regex.html">Regex 
Example</a>
+          <a class="page-link" href="/1.7/examples/regex.html">Regex 
Example</a>
           
         
           
-          <a class="page-link" href="/1.6/examples/regex.html">Regex 
Example</a>
+          <a class="page-link" href="/1.5/examples/regex.html">Regex 
Example</a>
           
         
           
-          <a class="page-link" href="/1.7/examples/regex.html">Regex 
Example</a>
+          <a class="page-link" href="/1.6/examples/regex.html">Regex 
Example</a>
           
         
           
-          <a class="page-link" href="/governance/releasing.html">Release 
Guide</a>
+          <a class="page-link" href="/releasing.html">Making a Release</a>
           
         
           
-          <a class="page-link" href="/releasing.html">Making a Release</a>
+          <a class="page-link" href="/governance/releasing.html">Release 
Guide</a>
           
         
           
@@ -589,7 +589,7 @@
           
         
           
-          <a class="page-link" href="/1.5/examples/rowhash.html">RowHash 
Example</a>
+          <a class="page-link" href="/1.7/examples/rowhash.html">RowHash 
Example</a>
           
         
           
@@ -597,7 +597,7 @@
           
         
           
-          <a class="page-link" href="/1.7/examples/rowhash.html">RowHash 
Example</a>
+          <a class="page-link" href="/1.5/examples/rowhash.html">RowHash 
Example</a>
           
         
           
@@ -605,7 +605,7 @@
           
         
           
-          <a class="page-link" href="/1.4/examples/shard.html">Shard 
Example</a>
+          <a class="page-link" 
href="/user_manual_1.3-incubating/examples/shard.html">Shard Example</a>
           
         
           
@@ -613,15 +613,15 @@
           
         
           
-          <a class="page-link" href="/1.6/examples/shard.html">Shard 
Example</a>
+          <a class="page-link" href="/1.7/examples/shard.html">Shard 
Example</a>
           
         
           
-          <a class="page-link" href="/1.7/examples/shard.html">Shard 
Example</a>
+          <a class="page-link" href="/1.6/examples/shard.html">Shard 
Example</a>
           
         
           
-          <a class="page-link" 
href="/user_manual_1.3-incubating/examples/shard.html">Shard Example</a>
+          <a class="page-link" href="/1.4/examples/shard.html">Shard 
Example</a>
           
         
           
@@ -629,15 +629,15 @@
           
         
           
-          <a class="page-link" 
href="/1.5/examples/tabletofile.html">Table-to-File Example</a>
+          <a class="page-link" 
href="/1.7/examples/tabletofile.html">Table-to-File Example</a>
           
         
           
-          <a class="page-link" 
href="/1.6/examples/tabletofile.html">Table-to-File Example</a>
+          <a class="page-link" 
href="/1.5/examples/tabletofile.html">Table-to-File Example</a>
           
         
           
-          <a class="page-link" 
href="/1.7/examples/tabletofile.html">Table-to-File Example</a>
+          <a class="page-link" 
href="/1.6/examples/tabletofile.html">Table-to-File Example</a>
           
         
           
@@ -645,11 +645,11 @@
           
         
           
-          <a class="page-link" href="/1.6/examples/terasort.html">Terasort 
Example</a>
+          <a class="page-link" href="/1.7/examples/terasort.html">Terasort 
Example</a>
           
         
           
-          <a class="page-link" href="/1.7/examples/terasort.html">Terasort 
Example</a>
+          <a class="page-link" href="/1.6/examples/terasort.html">Terasort 
Example</a>
           
         
           
@@ -665,11 +665,11 @@
           
         
           
-          <a class="page-link" 
href="/1.5/examples/visibility.html">Visibility, Authorizations, and 
Permissions Example</a>
+          <a class="page-link" 
href="/1.6/examples/visibility.html">Visibility, Authorizations, and 
Permissions Example</a>
           
         
           
-          <a class="page-link" 
href="/1.6/examples/visibility.html">Visibility, Authorizations, and 
Permissions Example</a>
+          <a class="page-link" 
href="/1.5/examples/visibility.html">Visibility, Authorizations, and 
Permissions Example</a>
           
         
           

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/mailing_list.html
----------------------------------------------------------------------
diff --git a/mailing_list.html b/mailing_list.html
index c7b168d..073e6d3 100644
--- a/mailing_list.html
+++ b/mailing_list.html
@@ -49,7 +49,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 </script>
 </head>
 <body>
-<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top">
   <div class="container-fluid">
     <div class="navbar-header">
       <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#navbar-items">
@@ -83,7 +83,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
           <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
           <li id="nav_consensusbuilding"><a 
href="/governance/consensusBuilding.html">Consensus Building</a></li>
           <li id="nav_lazyconsensus"><a 
href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_releasing"><a 
href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_govreleasing"><a 
href="/governance/releasing.html">Releasing</a></li>
           <li id="nav_voting"><a href="/governance/voting.html">Voting</a></li>
         </ul>
         </li>
@@ -132,7 +132,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         </ul>
         </li>
         <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret" /></a>
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="/papers.html">Papers &amp; Presentations</a></li>
             <li><a href="/projects.html">Community Projects</a></li>
@@ -243,7 +243,7 @@ It is recommended that you also subscribe to 
<b>notifications</b>.</td>
       </div>
 
       <div id="footer">
-        <a alt="Apache Software Foundation" href="http://www.apache.org";>
+        <a href="http://www.apache.org";>
           <img id="asf-logo" alt="Apache Software Foundation" 
src="/images/feather-small.gif" height="100">
         </a>
         <div class="copyright">

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/notable_features.html
----------------------------------------------------------------------
diff --git a/notable_features.html b/notable_features.html
index 6d71b60..c76dc73 100644
--- a/notable_features.html
+++ b/notable_features.html
@@ -49,7 +49,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 </script>
 </head>
 <body>
-<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top">
   <div class="container-fluid">
     <div class="navbar-header">
       <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#navbar-items">
@@ -83,7 +83,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
           <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
           <li id="nav_consensusbuilding"><a 
href="/governance/consensusBuilding.html">Consensus Building</a></li>
           <li id="nav_lazyconsensus"><a 
href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_releasing"><a 
href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_govreleasing"><a 
href="/governance/releasing.html">Releasing</a></li>
           <li id="nav_voting"><a href="/governance/voting.html">Voting</a></li>
         </ul>
         </li>
@@ -132,7 +132,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         </ul>
         </li>
         <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret" /></a>
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="/papers.html">Papers &amp; Presentations</a></li>
             <li><a href="/projects.html">Community Projects</a></li>
@@ -633,7 +633,7 @@ beginning and end of the range are split, compacted, and 
then merged.</p>
       </div>
 
       <div id="footer">
-        <a alt="Apache Software Foundation" href="http://www.apache.org";>
+        <a href="http://www.apache.org";>
           <img id="asf-logo" alt="Apache Software Foundation" 
src="/images/feather-small.gif" height="100">
         </a>
         <div class="copyright">

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/old_documentation.html
----------------------------------------------------------------------
diff --git a/old_documentation.html b/old_documentation.html
index d65ac0d..20da699 100644
--- a/old_documentation.html
+++ b/old_documentation.html
@@ -49,7 +49,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 </script>
 </head>
 <body>
-<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top">
   <div class="container-fluid">
     <div class="navbar-header">
       <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#navbar-items">
@@ -83,7 +83,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
           <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
           <li id="nav_consensusbuilding"><a 
href="/governance/consensusBuilding.html">Consensus Building</a></li>
           <li id="nav_lazyconsensus"><a 
href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_releasing"><a 
href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_govreleasing"><a 
href="/governance/releasing.html">Releasing</a></li>
           <li id="nav_voting"><a href="/governance/voting.html">Voting</a></li>
         </ul>
         </li>
@@ -132,7 +132,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         </ul>
         </li>
         <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret" /></a>
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="/papers.html">Papers &amp; Presentations</a></li>
             <li><a href="/projects.html">Community Projects</a></li>
@@ -222,7 +222,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
       </div>
 
       <div id="footer">
-        <a alt="Apache Software Foundation" href="http://www.apache.org";>
+        <a href="http://www.apache.org";>
           <img id="asf-logo" alt="Apache Software Foundation" 
src="/images/feather-small.gif" height="100">
         </a>
         <div class="copyright">

http://git-wip-us.apache.org/repos/asf/accumulo/blob/91e8111f/papers.html
----------------------------------------------------------------------
diff --git a/papers.html b/papers.html
index bdf7658..6c5c134 100644
--- a/papers.html
+++ b/papers.html
@@ -49,7 +49,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 </script>
 </head>
 <body>
-<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top">
   <div class="container-fluid">
     <div class="navbar-header">
       <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#navbar-items">
@@ -83,7 +83,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
           <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
           <li id="nav_consensusbuilding"><a 
href="/governance/consensusBuilding.html">Consensus Building</a></li>
           <li id="nav_lazyconsensus"><a 
href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_releasing"><a 
href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_govreleasing"><a 
href="/governance/releasing.html">Releasing</a></li>
           <li id="nav_voting"><a href="/governance/voting.html">Voting</a></li>
         </ul>
         </li>
@@ -132,7 +132,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         </ul>
         </li>
         <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret" /></a>
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span 
class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="/papers.html">Papers &amp; Presentations</a></li>
             <li><a href="/projects.html">Community Projects</a></li>
@@ -453,7 +453,7 @@ $("#citationtable").dataTable();
       </div>
 
       <div id="footer">
-        <a alt="Apache Software Foundation" href="http://www.apache.org";>
+        <a href="http://www.apache.org";>
           <img id="asf-logo" alt="Apache Software Foundation" 
src="/images/feather-small.gif" height="100">
         </a>
         <div class="copyright">

Reply via email to