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:51 UTC

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

http://git-wip-us.apache.org/repos/asf/accumulo/blob/906f782a/1.4/examples/index.html
----------------------------------------------------------------------
diff --git a/1.4/examples/index.html b/1.4/examples/index.html
index 4beeb2c..f79564e 100644
--- a/1.4/examples/index.html
+++ b/1.4/examples/index.html
@@ -23,37 +23,54 @@
 <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>Examples</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();
+    }
+  });
+
+  
+  // decorate menu with currently navigated page
+  $(function() {
+    $("#nav_examples_1_4").addClass("active");
+  });
+  
+
+  $(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 +198,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>
@@ -252,40 +290,26 @@ This user will need to have the ability to create tables.</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">
-
-$("#nav_examples_1_4").addClass("active");
-
-$(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/1.4/examples/isolation.html
----------------------------------------------------------------------
diff --git a/1.4/examples/isolation.html b/1.4/examples/isolation.html
index ba47df5..44e3ecc 100644
--- a/1.4/examples/isolation.html
+++ b/1.4/examples/isolation.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>Isolation Example</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();
-  }
-});
-</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');
+  // 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));
+      }
+    });
+  });
 
-if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
-  ga('create', 'UA-50934829-1', 'apache.org');
-  ga('send', 'pageview');
-}
+  // 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>
 </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>
@@ -237,38 +270,26 @@ finished
 
       </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/1.4/examples/mapred.html
----------------------------------------------------------------------
diff --git a/1.4/examples/mapred.html b/1.4/examples/mapred.html
index d99bff8..9aecaf8 100644
--- a/1.4/examples/mapred.html
+++ b/1.4/examples/mapred.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>MapReduce Example</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>
@@ -290,38 +323,26 @@ can directly read a tables files from HDFS.</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/1.4/examples/shard.html
----------------------------------------------------------------------
diff --git a/1.4/examples/shard.html b/1.4/examples/shard.html
index 4135e0a..b000057 100644
--- a/1.4/examples/shard.html
+++ b/1.4/examples/shard.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>Shard Example</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>
@@ -263,38 +296,26 @@ $ ./bin/accumulo org.apache.accumulo.examples.simple.shard.Query instance zookee
 
       </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/1.4/examples/visibility.html
----------------------------------------------------------------------
diff --git a/1.4/examples/visibility.html b/1.4/examples/visibility.html
index 71467d9..73cbfc0 100644
--- a/1.4/examples/visibility.html
+++ b/1.4/examples/visibility.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>Visibility, Authorizations, and Permissions Example</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>
@@ -332,38 +365,26 @@ username@instance vistest&gt;
 
       </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/1.4/user_manual/Accumulo_Design.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Accumulo_Design.html b/1.4/user_manual/Accumulo_Design.html
index 6fa7a3b..24ef011 100644
--- a/1.4/user_manual/Accumulo_Design.html
+++ b/1.4/user_manual/Accumulo_Design.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>User Manual: Accumulo Design</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>
@@ -290,38 +323,26 @@ http://master-address:50095/monitor.</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/1.4/user_manual/Accumulo_Shell.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Accumulo_Shell.html b/1.4/user_manual/Accumulo_Shell.html
index 847787a..946e285 100644
--- a/1.4/user_manual/Accumulo_Shell.html
+++ b/1.4/user_manual/Accumulo_Shell.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>User Manual: Accumulo Shell</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>
@@ -331,38 +364,26 @@ root@myinstance bobstable&gt; revoke System.CREATE_TABLE -s -u bob
 
       </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/1.4/user_manual/Administration.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Administration.html b/1.4/user_manual/Administration.html
index ed7aad0..e554518 100644
--- a/1.4/user_manual/Administration.html
+++ b/1.4/user_manual/Administration.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>User Manual: Administration</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>
@@ -383,38 +416,26 @@ $ACCUMULO/logs/.</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/1.4/user_manual/Analytics.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Analytics.html b/1.4/user_manual/Analytics.html
index 51e9141..f81bbe6 100644
--- a/1.4/user_manual/Analytics.html
+++ b/1.4/user_manual/Analytics.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>User Manual: Analytics</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>
@@ -345,38 +378,26 @@ accumulo/docs/examples/README.mapred</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/1.4/user_manual/Contents.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Contents.html b/1.4/user_manual/Contents.html
index 6540653..62e407a 100644
--- a/1.4/user_manual/Contents.html
+++ b/1.4/user_manual/Contents.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>User Manual: Contents</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>
@@ -415,38 +448,26 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 
       </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/1.4/user_manual/Development_Clients.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Development_Clients.html b/1.4/user_manual/Development_Clients.html
index 1847867..33288ee 100644
--- a/1.4/user_manual/Development_Clients.html
+++ b/1.4/user_manual/Development_Clients.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>User Manual: Development Clients</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>
@@ -299,38 +332,26 @@ Connector conn = instance.getConnector("root", "password");
 
       </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>