You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/04/23 00:59:41 UTC

[05/16] accumulo git commit: Jekyll build from gh-pages:5401296

http://git-wip-us.apache.org/repos/asf/accumulo/blob/906f782a/release_notes/1.5.2.html
----------------------------------------------------------------------
diff --git a/release_notes/1.5.2.html b/release_notes/1.5.2.html
index b7b3568..0339717 100644
--- a/release_notes/1.5.2.html
+++ b/release_notes/1.5.2.html
@@ -23,37 +23,49 @@
 <link href="/css/bootstrap.min.css" rel="stylesheet">
 <link href="/css/bootstrap-theme.min.css" rel="stylesheet">
 <link href="/css/dataTables.bootstrap.css" rel="stylesheet">
-<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-<!--[if lt IE 9]>
-    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
-  <![endif]-->
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
-<script src="/js/bootstrap.min.js"></script>
-<script src="/js/jquery.dataTables.min.js"></script>
-<script src="/js/dataTables.bootstrap.js"></script>
 <link href="/css/accumulo.css" rel="stylesheet" type="text/css">
 <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
 <title>Apache Accumulo 1.5.2 Release Notes</title>
 
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+<script src="/js/bootstrap.min.js"></script>
+<script src="/js/jquery.dataTables.min.js"></script>
+<script src="/js/dataTables.bootstrap.js"></script>
 <script>
-$(function() {
-  var host = window.location.host;
-  if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
-    $('#non-canonical').show();
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // configure Google Analytics
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
+    ga('create', 'UA-50934829-1', 'apache.org');
+    ga('send', 'pageview');
   }
-});
-</script>
-<script>
-(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
-  ga('create', 'UA-50934829-1', 'apache.org');
-  ga('send', 'pageview');
-}
 </script>
 </head>
 <body>
@@ -181,13 +193,34 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
       </div>
       <hr>
-      <table class="table" id="sociallinks">
-        <tr><td><img src="/images/Twitter_logo_blue.png" style="height: 1em"></td><td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td></tr>
-        <tr><td><img src="/images/InBug-16px_0.png"></td><td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td></tr>
-        <tr><td><img src="/images/GitHub-Mark-32px.png" style="height: 1em"></td><td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td></tr>
-        <tr><td><span class="glyphicon glyphicon-comment"></span></td><td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td></tr>
-        <tr><td><img src="/favicon.png" width="16" /></td><td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td></tr>
-      </table>
+      
+<table class="table" id="sociallinks">
+  <tbody>
+    <tr>
+      <td><img src="/images/Twitter_logo_blue.png" alt="Twitter" style="height: 1em" /></td>
+      <td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/InBug-16px_0.png" alt="Linked in" /></td>
+      <td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/GitHub-Mark-32px.png" alt="GitHub" style="height: 1em" /></td>
+      <td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td>
+    </tr>
+    <tr>
+      <td><span class="glyphicon glyphicon-comment"></span></td>
+      <td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td>
+    </tr>
+    <tr>
+      <td><img src="/favicon.png" alt="Blog" width="16" /></td>
+      <td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td>
+    </tr>
+  </tbody>
+</table>
+
+
+
       <hr>
       <a id="accumulo-summit-logo" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit.png"></a>
     </div>
@@ -370,38 +403,26 @@ and, in HDFS High-Availability instances, forcing NameNode failover.</p>
 
       </div>
 
-      <div id="footer">
-        <a href="https://www.apache.org">
-          <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" height="100">
-        </a>
-        <div class="copyright">
-          <p>
-          Copyright &copy; 2011-2016 The Apache Software Foundation, Licensed under
-          the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-          Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
-          project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.<br />
-          Site created with <a href="https://getbootstrap.com/">Bootstrap</a> including icons from <a href="https://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
-          </p>
-        </div>
-      </div>
+      
+<footer>
+
+  <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2016 The Apache Software
+Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. Apache
+Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
+project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.</p>
+
+  <p>Site created with <a href="https://getbootstrap.com">Bootstrap</a> including icons from
+<a href="https://glyphicons.com">GLYPHICONS</a> and <a href="http://fontawesome.io">Font Awesome</a>.</p>
+
+</footer>
+
+
     </div>
 
   </div>
 </div>
 
-<script type="text/javascript">
-
-$(function() {
-  return $("h2, h3, h4, h5, h6").each(function(i, el) {
-    var $el, icon, id;
-    $el = $(el);
-    id = $el.attr('id');
-    icon = '<i class="fa fa-link"></i>';
-    if (id) {
-      return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
-    }
-  });
-});
-</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/906f782a/release_notes/1.5.3.html
----------------------------------------------------------------------
diff --git a/release_notes/1.5.3.html b/release_notes/1.5.3.html
index 3a638fb..294fe05 100644
--- a/release_notes/1.5.3.html
+++ b/release_notes/1.5.3.html
@@ -23,37 +23,49 @@
 <link href="/css/bootstrap.min.css" rel="stylesheet">
 <link href="/css/bootstrap-theme.min.css" rel="stylesheet">
 <link href="/css/dataTables.bootstrap.css" rel="stylesheet">
-<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-<!--[if lt IE 9]>
-    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
-  <![endif]-->
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
-<script src="/js/bootstrap.min.js"></script>
-<script src="/js/jquery.dataTables.min.js"></script>
-<script src="/js/dataTables.bootstrap.js"></script>
 <link href="/css/accumulo.css" rel="stylesheet" type="text/css">
 <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
 <title>Apache Accumulo 1.5.3 Release Notes</title>
 
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+<script src="/js/bootstrap.min.js"></script>
+<script src="/js/jquery.dataTables.min.js"></script>
+<script src="/js/dataTables.bootstrap.js"></script>
 <script>
-$(function() {
-  var host = window.location.host;
-  if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
-    $('#non-canonical').show();
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // configure Google Analytics
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
+    ga('create', 'UA-50934829-1', 'apache.org');
+    ga('send', 'pageview');
   }
-});
-</script>
-<script>
-(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
-  ga('create', 'UA-50934829-1', 'apache.org');
-  ga('send', 'pageview');
-}
 </script>
 </head>
 <body>
@@ -181,13 +193,34 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
       </div>
       <hr>
-      <table class="table" id="sociallinks">
-        <tr><td><img src="/images/Twitter_logo_blue.png" style="height: 1em"></td><td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td></tr>
-        <tr><td><img src="/images/InBug-16px_0.png"></td><td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td></tr>
-        <tr><td><img src="/images/GitHub-Mark-32px.png" style="height: 1em"></td><td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td></tr>
-        <tr><td><span class="glyphicon glyphicon-comment"></span></td><td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td></tr>
-        <tr><td><img src="/favicon.png" width="16" /></td><td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td></tr>
-      </table>
+      
+<table class="table" id="sociallinks">
+  <tbody>
+    <tr>
+      <td><img src="/images/Twitter_logo_blue.png" alt="Twitter" style="height: 1em" /></td>
+      <td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/InBug-16px_0.png" alt="Linked in" /></td>
+      <td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/GitHub-Mark-32px.png" alt="GitHub" style="height: 1em" /></td>
+      <td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td>
+    </tr>
+    <tr>
+      <td><span class="glyphicon glyphicon-comment"></span></td>
+      <td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td>
+    </tr>
+    <tr>
+      <td><img src="/favicon.png" alt="Blog" width="16" /></td>
+      <td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td>
+    </tr>
+  </tbody>
+</table>
+
+
+
       <hr>
       <a id="accumulo-summit-logo" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit.png"></a>
     </div>
@@ -320,38 +353,26 @@ Accumulo configuration from <code class="highlighter-rouge">120s</code> to <code
 
       </div>
 
-      <div id="footer">
-        <a href="https://www.apache.org">
-          <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" height="100">
-        </a>
-        <div class="copyright">
-          <p>
-          Copyright &copy; 2011-2016 The Apache Software Foundation, Licensed under
-          the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-          Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
-          project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.<br />
-          Site created with <a href="https://getbootstrap.com/">Bootstrap</a> including icons from <a href="https://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
-          </p>
-        </div>
-      </div>
+      
+<footer>
+
+  <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2016 The Apache Software
+Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. Apache
+Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
+project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.</p>
+
+  <p>Site created with <a href="https://getbootstrap.com">Bootstrap</a> including icons from
+<a href="https://glyphicons.com">GLYPHICONS</a> and <a href="http://fontawesome.io">Font Awesome</a>.</p>
+
+</footer>
+
+
     </div>
 
   </div>
 </div>
 
-<script type="text/javascript">
-
-$(function() {
-  return $("h2, h3, h4, h5, h6").each(function(i, el) {
-    var $el, icon, id;
-    $el = $(el);
-    id = $el.attr('id');
-    icon = '<i class="fa fa-link"></i>';
-    if (id) {
-      return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
-    }
-  });
-});
-</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/906f782a/release_notes/1.5.4.html
----------------------------------------------------------------------
diff --git a/release_notes/1.5.4.html b/release_notes/1.5.4.html
index 12f3252..0fb3ba0 100644
--- a/release_notes/1.5.4.html
+++ b/release_notes/1.5.4.html
@@ -23,37 +23,49 @@
 <link href="/css/bootstrap.min.css" rel="stylesheet">
 <link href="/css/bootstrap-theme.min.css" rel="stylesheet">
 <link href="/css/dataTables.bootstrap.css" rel="stylesheet">
-<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-<!--[if lt IE 9]>
-    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
-  <![endif]-->
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
-<script src="/js/bootstrap.min.js"></script>
-<script src="/js/jquery.dataTables.min.js"></script>
-<script src="/js/dataTables.bootstrap.js"></script>
 <link href="/css/accumulo.css" rel="stylesheet" type="text/css">
 <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
 <title>Apache Accumulo 1.5.4 Release Notes</title>
 
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+<script src="/js/bootstrap.min.js"></script>
+<script src="/js/jquery.dataTables.min.js"></script>
+<script src="/js/dataTables.bootstrap.js"></script>
 <script>
-$(function() {
-  var host = window.location.host;
-  if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
-    $('#non-canonical').show();
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // configure Google Analytics
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
+    ga('create', 'UA-50934829-1', 'apache.org');
+    ga('send', 'pageview');
   }
-});
-</script>
-<script>
-(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
-  ga('create', 'UA-50934829-1', 'apache.org');
-  ga('send', 'pageview');
-}
 </script>
 </head>
 <body>
@@ -181,13 +193,34 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
       </div>
       <hr>
-      <table class="table" id="sociallinks">
-        <tr><td><img src="/images/Twitter_logo_blue.png" style="height: 1em"></td><td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td></tr>
-        <tr><td><img src="/images/InBug-16px_0.png"></td><td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td></tr>
-        <tr><td><img src="/images/GitHub-Mark-32px.png" style="height: 1em"></td><td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td></tr>
-        <tr><td><span class="glyphicon glyphicon-comment"></span></td><td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td></tr>
-        <tr><td><img src="/favicon.png" width="16" /></td><td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td></tr>
-      </table>
+      
+<table class="table" id="sociallinks">
+  <tbody>
+    <tr>
+      <td><img src="/images/Twitter_logo_blue.png" alt="Twitter" style="height: 1em" /></td>
+      <td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/InBug-16px_0.png" alt="Linked in" /></td>
+      <td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/GitHub-Mark-32px.png" alt="GitHub" style="height: 1em" /></td>
+      <td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td>
+    </tr>
+    <tr>
+      <td><span class="glyphicon glyphicon-comment"></span></td>
+      <td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td>
+    </tr>
+    <tr>
+      <td><img src="/favicon.png" alt="Blog" width="16" /></td>
+      <td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td>
+    </tr>
+  </tbody>
+</table>
+
+
+
       <hr>
       <a id="accumulo-summit-logo" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit.png"></a>
     </div>
@@ -282,38 +315,26 @@ HDFS High-Availability instances, forcing NameNode fail-over.</p>
 
       </div>
 
-      <div id="footer">
-        <a href="https://www.apache.org">
-          <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" height="100">
-        </a>
-        <div class="copyright">
-          <p>
-          Copyright &copy; 2011-2016 The Apache Software Foundation, Licensed under
-          the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-          Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
-          project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.<br />
-          Site created with <a href="https://getbootstrap.com/">Bootstrap</a> including icons from <a href="https://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
-          </p>
-        </div>
-      </div>
+      
+<footer>
+
+  <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2016 The Apache Software
+Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. Apache
+Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
+project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.</p>
+
+  <p>Site created with <a href="https://getbootstrap.com">Bootstrap</a> including icons from
+<a href="https://glyphicons.com">GLYPHICONS</a> and <a href="http://fontawesome.io">Font Awesome</a>.</p>
+
+</footer>
+
+
     </div>
 
   </div>
 </div>
 
-<script type="text/javascript">
-
-$(function() {
-  return $("h2, h3, h4, h5, h6").each(function(i, el) {
-    var $el, icon, id;
-    $el = $(el);
-    id = $el.attr('id');
-    icon = '<i class="fa fa-link"></i>';
-    if (id) {
-      return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
-    }
-  });
-});
-</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/906f782a/release_notes/1.6.0.html
----------------------------------------------------------------------
diff --git a/release_notes/1.6.0.html b/release_notes/1.6.0.html
index 86be7b8..ce57a11 100644
--- a/release_notes/1.6.0.html
+++ b/release_notes/1.6.0.html
@@ -23,37 +23,49 @@
 <link href="/css/bootstrap.min.css" rel="stylesheet">
 <link href="/css/bootstrap-theme.min.css" rel="stylesheet">
 <link href="/css/dataTables.bootstrap.css" rel="stylesheet">
-<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-<!--[if lt IE 9]>
-    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
-  <![endif]-->
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
-<script src="/js/bootstrap.min.js"></script>
-<script src="/js/jquery.dataTables.min.js"></script>
-<script src="/js/dataTables.bootstrap.js"></script>
 <link href="/css/accumulo.css" rel="stylesheet" type="text/css">
 <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
 <title>Apache Accumulo 1.6.0 Release Notes</title>
 
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+<script src="/js/bootstrap.min.js"></script>
+<script src="/js/jquery.dataTables.min.js"></script>
+<script src="/js/dataTables.bootstrap.js"></script>
 <script>
-$(function() {
-  var host = window.location.host;
-  if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
-    $('#non-canonical').show();
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // configure Google Analytics
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
+    ga('create', 'UA-50934829-1', 'apache.org');
+    ga('send', 'pageview');
   }
-});
-</script>
-<script>
-(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
-  ga('create', 'UA-50934829-1', 'apache.org');
-  ga('send', 'pageview');
-}
 </script>
 </head>
 <body>
@@ -181,13 +193,34 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
       </div>
       <hr>
-      <table class="table" id="sociallinks">
-        <tr><td><img src="/images/Twitter_logo_blue.png" style="height: 1em"></td><td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td></tr>
-        <tr><td><img src="/images/InBug-16px_0.png"></td><td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td></tr>
-        <tr><td><img src="/images/GitHub-Mark-32px.png" style="height: 1em"></td><td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td></tr>
-        <tr><td><span class="glyphicon glyphicon-comment"></span></td><td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td></tr>
-        <tr><td><img src="/favicon.png" width="16" /></td><td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td></tr>
-      </table>
+      
+<table class="table" id="sociallinks">
+  <tbody>
+    <tr>
+      <td><img src="/images/Twitter_logo_blue.png" alt="Twitter" style="height: 1em" /></td>
+      <td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/InBug-16px_0.png" alt="Linked in" /></td>
+      <td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/GitHub-Mark-32px.png" alt="GitHub" style="height: 1em" /></td>
+      <td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td>
+    </tr>
+    <tr>
+      <td><span class="glyphicon glyphicon-comment"></span></td>
+      <td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td>
+    </tr>
+    <tr>
+      <td><img src="/favicon.png" alt="Blog" width="16" /></td>
+      <td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td>
+    </tr>
+  </tbody>
+</table>
+
+
+
       <hr>
       <a id="accumulo-summit-logo" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit.png"></a>
     </div>
@@ -575,38 +608,26 @@ and, in HDFS High-Availability instances, forcing NameNode failover.</p>
 
       </div>
 
-      <div id="footer">
-        <a href="https://www.apache.org">
-          <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" height="100">
-        </a>
-        <div class="copyright">
-          <p>
-          Copyright &copy; 2011-2016 The Apache Software Foundation, Licensed under
-          the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-          Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
-          project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.<br />
-          Site created with <a href="https://getbootstrap.com/">Bootstrap</a> including icons from <a href="https://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
-          </p>
-        </div>
-      </div>
+      
+<footer>
+
+  <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2016 The Apache Software
+Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. Apache
+Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
+project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.</p>
+
+  <p>Site created with <a href="https://getbootstrap.com">Bootstrap</a> including icons from
+<a href="https://glyphicons.com">GLYPHICONS</a> and <a href="http://fontawesome.io">Font Awesome</a>.</p>
+
+</footer>
+
+
     </div>
 
   </div>
 </div>
 
-<script type="text/javascript">
-
-$(function() {
-  return $("h2, h3, h4, h5, h6").each(function(i, el) {
-    var $el, icon, id;
-    $el = $(el);
-    id = $el.attr('id');
-    icon = '<i class="fa fa-link"></i>';
-    if (id) {
-      return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
-    }
-  });
-});
-</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/906f782a/release_notes/1.6.1.html
----------------------------------------------------------------------
diff --git a/release_notes/1.6.1.html b/release_notes/1.6.1.html
index 275ef83..2aa3b39 100644
--- a/release_notes/1.6.1.html
+++ b/release_notes/1.6.1.html
@@ -23,37 +23,49 @@
 <link href="/css/bootstrap.min.css" rel="stylesheet">
 <link href="/css/bootstrap-theme.min.css" rel="stylesheet">
 <link href="/css/dataTables.bootstrap.css" rel="stylesheet">
-<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-<!--[if lt IE 9]>
-    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
-  <![endif]-->
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
-<script src="/js/bootstrap.min.js"></script>
-<script src="/js/jquery.dataTables.min.js"></script>
-<script src="/js/dataTables.bootstrap.js"></script>
 <link href="/css/accumulo.css" rel="stylesheet" type="text/css">
 <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
 <title>Apache Accumulo 1.6.1 Release Notes</title>
 
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+<script src="/js/bootstrap.min.js"></script>
+<script src="/js/jquery.dataTables.min.js"></script>
+<script src="/js/dataTables.bootstrap.js"></script>
 <script>
-$(function() {
-  var host = window.location.host;
-  if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
-    $('#non-canonical').show();
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // configure Google Analytics
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
+    ga('create', 'UA-50934829-1', 'apache.org');
+    ga('send', 'pageview');
   }
-});
-</script>
-<script>
-(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
-  ga('create', 'UA-50934829-1', 'apache.org');
-  ga('send', 'pageview');
-}
 </script>
 </head>
 <body>
@@ -181,13 +193,34 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
       </div>
       <hr>
-      <table class="table" id="sociallinks">
-        <tr><td><img src="/images/Twitter_logo_blue.png" style="height: 1em"></td><td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td></tr>
-        <tr><td><img src="/images/InBug-16px_0.png"></td><td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td></tr>
-        <tr><td><img src="/images/GitHub-Mark-32px.png" style="height: 1em"></td><td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td></tr>
-        <tr><td><span class="glyphicon glyphicon-comment"></span></td><td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td></tr>
-        <tr><td><img src="/favicon.png" width="16" /></td><td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td></tr>
-      </table>
+      
+<table class="table" id="sociallinks">
+  <tbody>
+    <tr>
+      <td><img src="/images/Twitter_logo_blue.png" alt="Twitter" style="height: 1em" /></td>
+      <td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/InBug-16px_0.png" alt="Linked in" /></td>
+      <td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/GitHub-Mark-32px.png" alt="GitHub" style="height: 1em" /></td>
+      <td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td>
+    </tr>
+    <tr>
+      <td><span class="glyphicon glyphicon-comment"></span></td>
+      <td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td>
+    </tr>
+    <tr>
+      <td><img src="/favicon.png" alt="Blog" width="16" /></td>
+      <td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td>
+    </tr>
+  </tbody>
+</table>
+
+
+
       <hr>
       <a id="accumulo-summit-logo" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit.png"></a>
     </div>
@@ -380,38 +413,26 @@ and, in HDFS High-Availability instances, forcing NameNode failover.</p>
 
       </div>
 
-      <div id="footer">
-        <a href="https://www.apache.org">
-          <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" height="100">
-        </a>
-        <div class="copyright">
-          <p>
-          Copyright &copy; 2011-2016 The Apache Software Foundation, Licensed under
-          the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-          Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
-          project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.<br />
-          Site created with <a href="https://getbootstrap.com/">Bootstrap</a> including icons from <a href="https://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
-          </p>
-        </div>
-      </div>
+      
+<footer>
+
+  <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2016 The Apache Software
+Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. Apache
+Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
+project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.</p>
+
+  <p>Site created with <a href="https://getbootstrap.com">Bootstrap</a> including icons from
+<a href="https://glyphicons.com">GLYPHICONS</a> and <a href="http://fontawesome.io">Font Awesome</a>.</p>
+
+</footer>
+
+
     </div>
 
   </div>
 </div>
 
-<script type="text/javascript">
-
-$(function() {
-  return $("h2, h3, h4, h5, h6").each(function(i, el) {
-    var $el, icon, id;
-    $el = $(el);
-    id = $el.attr('id');
-    icon = '<i class="fa fa-link"></i>';
-    if (id) {
-      return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
-    }
-  });
-});
-</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/906f782a/release_notes/1.6.2.html
----------------------------------------------------------------------
diff --git a/release_notes/1.6.2.html b/release_notes/1.6.2.html
index 1f0c971..a668408 100644
--- a/release_notes/1.6.2.html
+++ b/release_notes/1.6.2.html
@@ -23,37 +23,49 @@
 <link href="/css/bootstrap.min.css" rel="stylesheet">
 <link href="/css/bootstrap-theme.min.css" rel="stylesheet">
 <link href="/css/dataTables.bootstrap.css" rel="stylesheet">
-<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-<!--[if lt IE 9]>
-    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
-  <![endif]-->
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
-<script src="/js/bootstrap.min.js"></script>
-<script src="/js/jquery.dataTables.min.js"></script>
-<script src="/js/dataTables.bootstrap.js"></script>
 <link href="/css/accumulo.css" rel="stylesheet" type="text/css">
 <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
 <title>Apache Accumulo 1.6.2 Release Notes</title>
 
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+<script src="/js/bootstrap.min.js"></script>
+<script src="/js/jquery.dataTables.min.js"></script>
+<script src="/js/dataTables.bootstrap.js"></script>
 <script>
-$(function() {
-  var host = window.location.host;
-  if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
-    $('#non-canonical').show();
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // configure Google Analytics
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
+    ga('create', 'UA-50934829-1', 'apache.org');
+    ga('send', 'pageview');
   }
-});
-</script>
-<script>
-(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
-  ga('create', 'UA-50934829-1', 'apache.org');
-  ga('send', 'pageview');
-}
 </script>
 </head>
 <body>
@@ -181,13 +193,34 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
       </div>
       <hr>
-      <table class="table" id="sociallinks">
-        <tr><td><img src="/images/Twitter_logo_blue.png" style="height: 1em"></td><td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td></tr>
-        <tr><td><img src="/images/InBug-16px_0.png"></td><td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td></tr>
-        <tr><td><img src="/images/GitHub-Mark-32px.png" style="height: 1em"></td><td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td></tr>
-        <tr><td><span class="glyphicon glyphicon-comment"></span></td><td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td></tr>
-        <tr><td><img src="/favicon.png" width="16" /></td><td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td></tr>
-      </table>
+      
+<table class="table" id="sociallinks">
+  <tbody>
+    <tr>
+      <td><img src="/images/Twitter_logo_blue.png" alt="Twitter" style="height: 1em" /></td>
+      <td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/InBug-16px_0.png" alt="Linked in" /></td>
+      <td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/GitHub-Mark-32px.png" alt="GitHub" style="height: 1em" /></td>
+      <td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td>
+    </tr>
+    <tr>
+      <td><span class="glyphicon glyphicon-comment"></span></td>
+      <td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td>
+    </tr>
+    <tr>
+      <td><img src="/favicon.png" alt="Blog" width="16" /></td>
+      <td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td>
+    </tr>
+  </tbody>
+</table>
+
+
+
       <hr>
       <a id="accumulo-summit-logo" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit.png"></a>
     </div>
@@ -385,38 +418,26 @@ and, in HDFS High-Availability instances, forcing NameNode failover.</p>
 
       </div>
 
-      <div id="footer">
-        <a href="https://www.apache.org">
-          <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" height="100">
-        </a>
-        <div class="copyright">
-          <p>
-          Copyright &copy; 2011-2016 The Apache Software Foundation, Licensed under
-          the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-          Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
-          project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.<br />
-          Site created with <a href="https://getbootstrap.com/">Bootstrap</a> including icons from <a href="https://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
-          </p>
-        </div>
-      </div>
+      
+<footer>
+
+  <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2016 The Apache Software
+Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. Apache
+Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
+project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.</p>
+
+  <p>Site created with <a href="https://getbootstrap.com">Bootstrap</a> including icons from
+<a href="https://glyphicons.com">GLYPHICONS</a> and <a href="http://fontawesome.io">Font Awesome</a>.</p>
+
+</footer>
+
+
     </div>
 
   </div>
 </div>
 
-<script type="text/javascript">
-
-$(function() {
-  return $("h2, h3, h4, h5, h6").each(function(i, el) {
-    var $el, icon, id;
-    $el = $(el);
-    id = $el.attr('id');
-    icon = '<i class="fa fa-link"></i>';
-    if (id) {
-      return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
-    }
-  });
-});
-</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/906f782a/release_notes/1.6.3.html
----------------------------------------------------------------------
diff --git a/release_notes/1.6.3.html b/release_notes/1.6.3.html
index a1fd1af..3602127 100644
--- a/release_notes/1.6.3.html
+++ b/release_notes/1.6.3.html
@@ -23,37 +23,49 @@
 <link href="/css/bootstrap.min.css" rel="stylesheet">
 <link href="/css/bootstrap-theme.min.css" rel="stylesheet">
 <link href="/css/dataTables.bootstrap.css" rel="stylesheet">
-<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-<!--[if lt IE 9]>
-    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
-  <![endif]-->
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
-<script src="/js/bootstrap.min.js"></script>
-<script src="/js/jquery.dataTables.min.js"></script>
-<script src="/js/dataTables.bootstrap.js"></script>
 <link href="/css/accumulo.css" rel="stylesheet" type="text/css">
 <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
 <title>Apache Accumulo 1.6.3 Release Notes</title>
 
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+<script src="/js/bootstrap.min.js"></script>
+<script src="/js/jquery.dataTables.min.js"></script>
+<script src="/js/dataTables.bootstrap.js"></script>
 <script>
-$(function() {
-  var host = window.location.host;
-  if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
-    $('#non-canonical').show();
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // configure Google Analytics
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
+    ga('create', 'UA-50934829-1', 'apache.org');
+    ga('send', 'pageview');
   }
-});
-</script>
-<script>
-(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
-  ga('create', 'UA-50934829-1', 'apache.org');
-  ga('send', 'pageview');
-}
 </script>
 </head>
 <body>
@@ -181,13 +193,34 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
       </div>
       <hr>
-      <table class="table" id="sociallinks">
-        <tr><td><img src="/images/Twitter_logo_blue.png" style="height: 1em"></td><td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td></tr>
-        <tr><td><img src="/images/InBug-16px_0.png"></td><td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td></tr>
-        <tr><td><img src="/images/GitHub-Mark-32px.png" style="height: 1em"></td><td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td></tr>
-        <tr><td><span class="glyphicon glyphicon-comment"></span></td><td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td></tr>
-        <tr><td><img src="/favicon.png" width="16" /></td><td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td></tr>
-      </table>
+      
+<table class="table" id="sociallinks">
+  <tbody>
+    <tr>
+      <td><img src="/images/Twitter_logo_blue.png" alt="Twitter" style="height: 1em" /></td>
+      <td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/InBug-16px_0.png" alt="Linked in" /></td>
+      <td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/GitHub-Mark-32px.png" alt="GitHub" style="height: 1em" /></td>
+      <td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td>
+    </tr>
+    <tr>
+      <td><span class="glyphicon glyphicon-comment"></span></td>
+      <td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td>
+    </tr>
+    <tr>
+      <td><img src="/favicon.png" alt="Blog" width="16" /></td>
+      <td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td>
+    </tr>
+  </tbody>
+</table>
+
+
+
       <hr>
       <a id="accumulo-summit-logo" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit.png"></a>
     </div>
@@ -330,38 +363,26 @@ HDFS High-Availability instances, forcing NameNode failover.</p>
 
       </div>
 
-      <div id="footer">
-        <a href="https://www.apache.org">
-          <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" height="100">
-        </a>
-        <div class="copyright">
-          <p>
-          Copyright &copy; 2011-2016 The Apache Software Foundation, Licensed under
-          the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-          Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
-          project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.<br />
-          Site created with <a href="https://getbootstrap.com/">Bootstrap</a> including icons from <a href="https://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
-          </p>
-        </div>
-      </div>
+      
+<footer>
+
+  <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2016 The Apache Software
+Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. Apache
+Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
+project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.</p>
+
+  <p>Site created with <a href="https://getbootstrap.com">Bootstrap</a> including icons from
+<a href="https://glyphicons.com">GLYPHICONS</a> and <a href="http://fontawesome.io">Font Awesome</a>.</p>
+
+</footer>
+
+
     </div>
 
   </div>
 </div>
 
-<script type="text/javascript">
-
-$(function() {
-  return $("h2, h3, h4, h5, h6").each(function(i, el) {
-    var $el, icon, id;
-    $el = $(el);
-    id = $el.attr('id');
-    icon = '<i class="fa fa-link"></i>';
-    if (id) {
-      return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
-    }
-  });
-});
-</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/906f782a/release_notes/1.6.4.html
----------------------------------------------------------------------
diff --git a/release_notes/1.6.4.html b/release_notes/1.6.4.html
index be1e85a..6606258 100644
--- a/release_notes/1.6.4.html
+++ b/release_notes/1.6.4.html
@@ -23,37 +23,49 @@
 <link href="/css/bootstrap.min.css" rel="stylesheet">
 <link href="/css/bootstrap-theme.min.css" rel="stylesheet">
 <link href="/css/dataTables.bootstrap.css" rel="stylesheet">
-<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-<!--[if lt IE 9]>
-    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
-  <![endif]-->
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
-<script src="/js/bootstrap.min.js"></script>
-<script src="/js/jquery.dataTables.min.js"></script>
-<script src="/js/dataTables.bootstrap.js"></script>
 <link href="/css/accumulo.css" rel="stylesheet" type="text/css">
 <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
 <title>Apache Accumulo 1.6.4 Release Notes</title>
 
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+<script src="/js/bootstrap.min.js"></script>
+<script src="/js/jquery.dataTables.min.js"></script>
+<script src="/js/dataTables.bootstrap.js"></script>
 <script>
-$(function() {
-  var host = window.location.host;
-  if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
-    $('#non-canonical').show();
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // configure Google Analytics
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
+    ga('create', 'UA-50934829-1', 'apache.org');
+    ga('send', 'pageview');
   }
-});
-</script>
-<script>
-(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
-  ga('create', 'UA-50934829-1', 'apache.org');
-  ga('send', 'pageview');
-}
 </script>
 </head>
 <body>
@@ -181,13 +193,34 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
       </div>
       <hr>
-      <table class="table" id="sociallinks">
-        <tr><td><img src="/images/Twitter_logo_blue.png" style="height: 1em"></td><td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td></tr>
-        <tr><td><img src="/images/InBug-16px_0.png"></td><td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td></tr>
-        <tr><td><img src="/images/GitHub-Mark-32px.png" style="height: 1em"></td><td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td></tr>
-        <tr><td><span class="glyphicon glyphicon-comment"></span></td><td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td></tr>
-        <tr><td><img src="/favicon.png" width="16" /></td><td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td></tr>
-      </table>
+      
+<table class="table" id="sociallinks">
+  <tbody>
+    <tr>
+      <td><img src="/images/Twitter_logo_blue.png" alt="Twitter" style="height: 1em" /></td>
+      <td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/InBug-16px_0.png" alt="Linked in" /></td>
+      <td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/GitHub-Mark-32px.png" alt="GitHub" style="height: 1em" /></td>
+      <td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td>
+    </tr>
+    <tr>
+      <td><span class="glyphicon glyphicon-comment"></span></td>
+      <td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td>
+    </tr>
+    <tr>
+      <td><img src="/favicon.png" alt="Blog" width="16" /></td>
+      <td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td>
+    </tr>
+  </tbody>
+</table>
+
+
+
       <hr>
       <a id="accumulo-summit-logo" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit.png"></a>
     </div>
@@ -271,38 +304,26 @@ HDFS High-Availability instances, forcing NameNode failover.</p>
 
       </div>
 
-      <div id="footer">
-        <a href="https://www.apache.org">
-          <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" height="100">
-        </a>
-        <div class="copyright">
-          <p>
-          Copyright &copy; 2011-2016 The Apache Software Foundation, Licensed under
-          the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-          Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
-          project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.<br />
-          Site created with <a href="https://getbootstrap.com/">Bootstrap</a> including icons from <a href="https://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
-          </p>
-        </div>
-      </div>
+      
+<footer>
+
+  <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2016 The Apache Software
+Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. Apache
+Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
+project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.</p>
+
+  <p>Site created with <a href="https://getbootstrap.com">Bootstrap</a> including icons from
+<a href="https://glyphicons.com">GLYPHICONS</a> and <a href="http://fontawesome.io">Font Awesome</a>.</p>
+
+</footer>
+
+
     </div>
 
   </div>
 </div>
 
-<script type="text/javascript">
-
-$(function() {
-  return $("h2, h3, h4, h5, h6").each(function(i, el) {
-    var $el, icon, id;
-    $el = $(el);
-    id = $el.attr('id');
-    icon = '<i class="fa fa-link"></i>';
-    if (id) {
-      return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
-    }
-  });
-});
-</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/906f782a/release_notes/1.6.5.html
----------------------------------------------------------------------
diff --git a/release_notes/1.6.5.html b/release_notes/1.6.5.html
index e40ce55..c88f554 100644
--- a/release_notes/1.6.5.html
+++ b/release_notes/1.6.5.html
@@ -23,37 +23,49 @@
 <link href="/css/bootstrap.min.css" rel="stylesheet">
 <link href="/css/bootstrap-theme.min.css" rel="stylesheet">
 <link href="/css/dataTables.bootstrap.css" rel="stylesheet">
-<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-<!--[if lt IE 9]>
-    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
-  <![endif]-->
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
-<script src="/js/bootstrap.min.js"></script>
-<script src="/js/jquery.dataTables.min.js"></script>
-<script src="/js/dataTables.bootstrap.js"></script>
 <link href="/css/accumulo.css" rel="stylesheet" type="text/css">
 <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
 <title>Apache Accumulo 1.6.5 Release Notes</title>
 
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+<script src="/js/bootstrap.min.js"></script>
+<script src="/js/jquery.dataTables.min.js"></script>
+<script src="/js/dataTables.bootstrap.js"></script>
 <script>
-$(function() {
-  var host = window.location.host;
-  if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
-    $('#non-canonical').show();
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // configure Google Analytics
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
+    ga('create', 'UA-50934829-1', 'apache.org');
+    ga('send', 'pageview');
   }
-});
-</script>
-<script>
-(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
-  ga('create', 'UA-50934829-1', 'apache.org');
-  ga('send', 'pageview');
-}
 </script>
 </head>
 <body>
@@ -181,13 +193,34 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
       </div>
       <hr>
-      <table class="table" id="sociallinks">
-        <tr><td><img src="/images/Twitter_logo_blue.png" style="height: 1em"></td><td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td></tr>
-        <tr><td><img src="/images/InBug-16px_0.png"></td><td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td></tr>
-        <tr><td><img src="/images/GitHub-Mark-32px.png" style="height: 1em"></td><td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td></tr>
-        <tr><td><span class="glyphicon glyphicon-comment"></span></td><td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td></tr>
-        <tr><td><img src="/favicon.png" width="16" /></td><td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td></tr>
-      </table>
+      
+<table class="table" id="sociallinks">
+  <tbody>
+    <tr>
+      <td><img src="/images/Twitter_logo_blue.png" alt="Twitter" style="height: 1em" /></td>
+      <td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/InBug-16px_0.png" alt="Linked in" /></td>
+      <td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/GitHub-Mark-32px.png" alt="GitHub" style="height: 1em" /></td>
+      <td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td>
+    </tr>
+    <tr>
+      <td><span class="glyphicon glyphicon-comment"></span></td>
+      <td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td>
+    </tr>
+    <tr>
+      <td><img src="/favicon.png" alt="Blog" width="16" /></td>
+      <td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td>
+    </tr>
+  </tbody>
+</table>
+
+
+
       <hr>
       <a id="accumulo-summit-logo" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit.png"></a>
     </div>
@@ -327,38 +360,26 @@ HDFS High-Availability instances, forcing NameNode failover.</p>
 
       </div>
 
-      <div id="footer">
-        <a href="https://www.apache.org">
-          <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" height="100">
-        </a>
-        <div class="copyright">
-          <p>
-          Copyright &copy; 2011-2016 The Apache Software Foundation, Licensed under
-          the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-          Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
-          project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.<br />
-          Site created with <a href="https://getbootstrap.com/">Bootstrap</a> including icons from <a href="https://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
-          </p>
-        </div>
-      </div>
+      
+<footer>
+
+  <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2016 The Apache Software
+Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. Apache
+Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
+project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.</p>
+
+  <p>Site created with <a href="https://getbootstrap.com">Bootstrap</a> including icons from
+<a href="https://glyphicons.com">GLYPHICONS</a> and <a href="http://fontawesome.io">Font Awesome</a>.</p>
+
+</footer>
+
+
     </div>
 
   </div>
 </div>
 
-<script type="text/javascript">
-
-$(function() {
-  return $("h2, h3, h4, h5, h6").each(function(i, el) {
-    var $el, icon, id;
-    $el = $(el);
-    id = $el.attr('id');
-    icon = '<i class="fa fa-link"></i>';
-    if (id) {
-      return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
-    }
-  });
-});
-</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/906f782a/release_notes/1.7.0.html
----------------------------------------------------------------------
diff --git a/release_notes/1.7.0.html b/release_notes/1.7.0.html
index b8d584a..bb40417 100644
--- a/release_notes/1.7.0.html
+++ b/release_notes/1.7.0.html
@@ -23,37 +23,49 @@
 <link href="/css/bootstrap.min.css" rel="stylesheet">
 <link href="/css/bootstrap-theme.min.css" rel="stylesheet">
 <link href="/css/dataTables.bootstrap.css" rel="stylesheet">
-<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-<!--[if lt IE 9]>
-    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
-  <![endif]-->
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
-<script src="/js/bootstrap.min.js"></script>
-<script src="/js/jquery.dataTables.min.js"></script>
-<script src="/js/dataTables.bootstrap.js"></script>
 <link href="/css/accumulo.css" rel="stylesheet" type="text/css">
 <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
 <title>Apache Accumulo 1.7.0 Release Notes</title>
 
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+<script src="/js/bootstrap.min.js"></script>
+<script src="/js/jquery.dataTables.min.js"></script>
+<script src="/js/dataTables.bootstrap.js"></script>
 <script>
-$(function() {
-  var host = window.location.host;
-  if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
-    $('#non-canonical').show();
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // configure Google Analytics
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
+    ga('create', 'UA-50934829-1', 'apache.org');
+    ga('send', 'pageview');
   }
-});
-</script>
-<script>
-(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
-  ga('create', 'UA-50934829-1', 'apache.org');
-  ga('send', 'pageview');
-}
 </script>
 </head>
 <body>
@@ -181,13 +193,34 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
       </div>
       <hr>
-      <table class="table" id="sociallinks">
-        <tr><td><img src="/images/Twitter_logo_blue.png" style="height: 1em"></td><td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td></tr>
-        <tr><td><img src="/images/InBug-16px_0.png"></td><td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td></tr>
-        <tr><td><img src="/images/GitHub-Mark-32px.png" style="height: 1em"></td><td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td></tr>
-        <tr><td><span class="glyphicon glyphicon-comment"></span></td><td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td></tr>
-        <tr><td><img src="/favicon.png" width="16" /></td><td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td></tr>
-      </table>
+      
+<table class="table" id="sociallinks">
+  <tbody>
+    <tr>
+      <td><img src="/images/Twitter_logo_blue.png" alt="Twitter" style="height: 1em" /></td>
+      <td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/InBug-16px_0.png" alt="Linked in" /></td>
+      <td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/GitHub-Mark-32px.png" alt="GitHub" style="height: 1em" /></td>
+      <td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td>
+    </tr>
+    <tr>
+      <td><span class="glyphicon glyphicon-comment"></span></td>
+      <td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td>
+    </tr>
+    <tr>
+      <td><img src="/favicon.png" alt="Blog" width="16" /></td>
+      <td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td>
+    </tr>
+  </tbody>
+</table>
+
+
+
       <hr>
       <a id="accumulo-summit-logo" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit.png"></a>
     </div>
@@ -612,38 +645,26 @@ Accumulo configuration from <code class="highlighter-rouge">120s</code> to <code
 
       </div>
 
-      <div id="footer">
-        <a href="https://www.apache.org">
-          <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" height="100">
-        </a>
-        <div class="copyright">
-          <p>
-          Copyright &copy; 2011-2016 The Apache Software Foundation, Licensed under
-          the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-          Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
-          project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.<br />
-          Site created with <a href="https://getbootstrap.com/">Bootstrap</a> including icons from <a href="https://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
-          </p>
-        </div>
-      </div>
+      
+<footer>
+
+  <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2016 The Apache Software
+Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. Apache
+Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
+project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.</p>
+
+  <p>Site created with <a href="https://getbootstrap.com">Bootstrap</a> including icons from
+<a href="https://glyphicons.com">GLYPHICONS</a> and <a href="http://fontawesome.io">Font Awesome</a>.</p>
+
+</footer>
+
+
     </div>
 
   </div>
 </div>
 
-<script type="text/javascript">
-
-$(function() {
-  return $("h2, h3, h4, h5, h6").each(function(i, el) {
-    var $el, icon, id;
-    $el = $(el);
-    id = $el.attr('id');
-    icon = '<i class="fa fa-link"></i>';
-    if (id) {
-      return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
-    }
-  });
-});
-</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/906f782a/release_notes/1.7.1.html
----------------------------------------------------------------------
diff --git a/release_notes/1.7.1.html b/release_notes/1.7.1.html
index b66c06b..dc6dc96 100644
--- a/release_notes/1.7.1.html
+++ b/release_notes/1.7.1.html
@@ -23,37 +23,49 @@
 <link href="/css/bootstrap.min.css" rel="stylesheet">
 <link href="/css/bootstrap-theme.min.css" rel="stylesheet">
 <link href="/css/dataTables.bootstrap.css" rel="stylesheet">
-<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-<!--[if lt IE 9]>
-    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
-  <![endif]-->
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
-<script src="/js/bootstrap.min.js"></script>
-<script src="/js/jquery.dataTables.min.js"></script>
-<script src="/js/dataTables.bootstrap.js"></script>
 <link href="/css/accumulo.css" rel="stylesheet" type="text/css">
 <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
 <title>Apache Accumulo 1.7.1 Release Notes</title>
 
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+<script src="/js/bootstrap.min.js"></script>
+<script src="/js/jquery.dataTables.min.js"></script>
+<script src="/js/dataTables.bootstrap.js"></script>
 <script>
-$(function() {
-  var host = window.location.host;
-  if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
-    $('#non-canonical').show();
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // configure Google Analytics
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
+    ga('create', 'UA-50934829-1', 'apache.org');
+    ga('send', 'pageview');
   }
-});
-</script>
-<script>
-(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
-  ga('create', 'UA-50934829-1', 'apache.org');
-  ga('send', 'pageview');
-}
 </script>
 </head>
 <body>
@@ -181,13 +193,34 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
         <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
       </div>
       <hr>
-      <table class="table" id="sociallinks">
-        <tr><td><img src="/images/Twitter_logo_blue.png" style="height: 1em"></td><td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td></tr>
-        <tr><td><img src="/images/InBug-16px_0.png"></td><td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td></tr>
-        <tr><td><img src="/images/GitHub-Mark-32px.png" style="height: 1em"></td><td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td></tr>
-        <tr><td><span class="glyphicon glyphicon-comment"></span></td><td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td></tr>
-        <tr><td><img src="/favicon.png" width="16" /></td><td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td></tr>
-      </table>
+      
+<table class="table" id="sociallinks">
+  <tbody>
+    <tr>
+      <td><img src="/images/Twitter_logo_blue.png" alt="Twitter" style="height: 1em" /></td>
+      <td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/InBug-16px_0.png" alt="Linked in" /></td>
+      <td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td>
+    </tr>
+    <tr>
+      <td><img src="/images/GitHub-Mark-32px.png" alt="GitHub" style="height: 1em" /></td>
+      <td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td>
+    </tr>
+    <tr>
+      <td><span class="glyphicon glyphicon-comment"></span></td>
+      <td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td>
+    </tr>
+    <tr>
+      <td><img src="/favicon.png" alt="Blog" width="16" /></td>
+      <td><a href="https://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td>
+    </tr>
+  </tbody>
+</table>
+
+
+
       <hr>
       <a id="accumulo-summit-logo" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit.png"></a>
     </div>
@@ -362,38 +395,26 @@ HDFS High-Availability instances, forcing NameNode failover.</p>
 
       </div>
 
-      <div id="footer">
-        <a href="https://www.apache.org">
-          <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" height="100">
-        </a>
-        <div class="copyright">
-          <p>
-          Copyright &copy; 2011-2016 The Apache Software Foundation, Licensed under
-          the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-          Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
-          project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.<br />
-          Site created with <a href="https://getbootstrap.com/">Bootstrap</a> including icons from <a href="https://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
-          </p>
-        </div>
-      </div>
+      
+<footer>
+
+  <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2016 The Apache Software
+Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. Apache
+Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
+project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.</p>
+
+  <p>Site created with <a href="https://getbootstrap.com">Bootstrap</a> including icons from
+<a href="https://glyphicons.com">GLYPHICONS</a> and <a href="http://fontawesome.io">Font Awesome</a>.</p>
+
+</footer>
+
+
     </div>
 
   </div>
 </div>
 
-<script type="text/javascript">
-
-$(function() {
-  return $("h2, h3, h4, h5, h6").each(function(i, el) {
-    var $el, icon, id;
-    $el = $(el);
-    id = $el.attr('id');
-    icon = '<i class="fa fa-link"></i>';
-    if (id) {
-      return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
-    }
-  });
-});
-</script>
 </body>
 </html>