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/08/24 23:03:41 UTC

[2/2] accumulo git commit: Jekyll build from gh-pages:11026d4

Jekyll build from gh-pages:11026d4

Update gems (github-pages to 93)


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8ba5df6b
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8ba5df6b
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/8ba5df6b

Branch: refs/heads/asf-site
Commit: 8ba5df6b2fe90db03580d2a5970aa8d0f59bf67c
Parents: 76c6d65
Author: Christopher Tubbs <ct...@apache.org>
Authored: Wed Aug 24 19:01:23 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Wed Aug 24 19:01:23 2016 -0400

----------------------------------------------------------------------
 feed.xml                                 |   6 +-
 latest/accumulo_user_manual/index.html   | 196 +-------------------------
 latest/apidocs/index.html                | 196 +-------------------------
 latest/examples/index.html               | 196 +-------------------------
 latest/index.html                        | 196 +-------------------------
 papers.html                              | 196 +-------------------------
 user_manual_1.3-incubating/examples.html | 196 +-------------------------
 7 files changed, 9 insertions(+), 1173 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/8ba5df6b/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 6c37dde..315ae97 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,9 +6,9 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 18 Jul 2016 09:48:44 -0400</pubDate>
-    <lastBuildDate>Mon, 18 Jul 2016 09:48:44 -0400</lastBuildDate>
-    <generator>Jekyll v3.0.5</generator>
+    <pubDate>Wed, 24 Aug 2016 19:01:19 -0400</pubDate>
+    <lastBuildDate>Wed, 24 Aug 2016 19:01:19 -0400</lastBuildDate>
+    <generator>Jekyll v3.2.1</generator>
     
   </channel>
 </rss>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/8ba5df6b/latest/accumulo_user_manual/index.html
----------------------------------------------------------------------
diff --git a/latest/accumulo_user_manual/index.html b/latest/accumulo_user_manual/index.html
index a3e0722..2b62c0c 100644
--- a/latest/accumulo_user_manual/index.html
+++ b/latest/accumulo_user_manual/index.html
@@ -1,179 +1,5 @@
 <!DOCTYPE html>
-<html lang="en">
-<head>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<meta charset="utf-8">
-<meta http-equiv="X-UA-Compatible" content="IE=edge">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<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">
-<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\u2122</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>
-  // 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>
-</head>
-<body style="padding-top: 100px">
-
-  <nav class="navbar navbar-default navbar-fixed-top">
-  <div class="container-fluid">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
-        <span class="sr-only">Toggle navigation</span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-      </button>
-      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"/></a>
-    </div>
-    <div class="collapse navbar-collapse" id="navbar-items">
-      <ul class="nav navbar-nav">
-        <li class="nav-link"><a href="/downloads">Download</a></li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li class="dropdown-header">1.7.2 Release (Latest)</li>
-          <li id="nav_rn_172"><a href="/release_notes/1.7.2">Release Notes</a></li>
-          <li><a href="/1.7/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.7/apidocs">Javadoc</a></li>
-          <li id="nav_examples_17"><a href="/1.7/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.6.5 Release</li>
-          <li id="nav_rn_165"><a href="/release_notes/1.6.5">Release Notes</a></li>
-          <li><a href="/1.6/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.6/apidocs">Javadoc</a></li>
-          <li id="nav_examples_16"><a href="/1.6/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li id="nav_features"><a href="/notable_features">Features</a></li>
-          <li id="nav_rn"><a href="/release_notes">Release Notes Archive</a></li>
-          <li id="old_documentation"><a href="/old_documentation">Documentation Archive</a></li>
-          <li id="nav_screenshots"><a href="/screenshots">Screenshots</a></li>
-          <li id="nav_papers"><a href="/papers">Papers &amp; Presentations</a></li>
-          <li id="nav_glossary"><a href="/glossary">Glossary</a></li>
-        </ul>
-        </li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li id="nav_getinvolved"><a href="/get_involved">Get Involved</a></li>
-          <li id="nav_mailinglists"><a href="/mailing_list">Mailing Lists</a></li>
-          <li id="nav_people"><a href="/people">People</a></li>
-          <li id="nav_blog"><a href="https://blogs.apache.org/accumulo">Blog <i class="fa fa-external-link"></i></a></li>
-          <li id="nav_projects"><a href="/projects">Community Projects</a></li>
-          <li id="nav_thanks"><a href="/thanks">Thanks</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">Governance</li>
-          <li id="nav_bylaws"><a href="/bylaws">Bylaws</a></li>
-          <li id="nav_consensusbuilding"><a href="/governance/consensusBuilding">Consensus Building</a></li>
-          <li id="nav_lazyconsensus"><a href="/governance/lazyConsensus">Lazy Consensus</a></li>
-          <li id="nav_govreleasing"><a href="/governance/releasing">Releasing</a></li>
-          <li id="nav_voting"><a href="/governance/voting">Voting</a></li>
-        </ul>
-        </li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">Guides</li>
-          <li id="nav_source"><a href="/source">Source &amp; Guide</a></li>
-          <li id="nav_git"><a href="/git">Git Workflow</a></li>
-          <li id="nav_versioning"><a href="/versioning">Versioning</a></li>
-          <li id="nav_contrib"><a href="/contrib">Contrib Projects</a></li>
-          <li id="nav_rb"><a href="/rb">Review Board</a></li>
-          <li id="nav_releasing"><a href="/releasing">Making Releases</a></li>
-          <li id="nav_verify_release"><a href="/verifying_releases">Verifying Releases</a></li>
-        </ul>
-        </li>
-      </ul>
-      <ul class="nav navbar-nav navbar-right">
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
-        </ul>
-        </li>
-      </ul>
-    </div>
-  </div>
-</nav>
-
-
-  <div class="container">
-    <div class="row">
-      <div class="col-md-12">
-
-        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
-          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
-        </div>
-        <div id="content">
-          
-          <h1 class="title">Apache Accumulo\u2122</h1>
-          
-          <!DOCTYPE html>
+<html lang="en-US">
 <meta charset="utf-8">
 <title>Redirecting\u2026</title>
 <link rel="canonical" href="/1.7/accumulo_user_manual">
@@ -181,24 +7,4 @@
 <h1>Redirecting\u2026</h1>
 <a href="/1.7/accumulo_user_manual">Click here if you are not redirected.</a>
 <script>location="/1.7/accumulo_user_manual"</script>
-
-        </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>.</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>
-</body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/8ba5df6b/latest/apidocs/index.html
----------------------------------------------------------------------
diff --git a/latest/apidocs/index.html b/latest/apidocs/index.html
index 0ddde56..629fdd5 100644
--- a/latest/apidocs/index.html
+++ b/latest/apidocs/index.html
@@ -1,179 +1,5 @@
 <!DOCTYPE html>
-<html lang="en">
-<head>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<meta charset="utf-8">
-<meta http-equiv="X-UA-Compatible" content="IE=edge">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<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">
-<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\u2122</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>
-  // 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>
-</head>
-<body style="padding-top: 100px">
-
-  <nav class="navbar navbar-default navbar-fixed-top">
-  <div class="container-fluid">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
-        <span class="sr-only">Toggle navigation</span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-      </button>
-      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"/></a>
-    </div>
-    <div class="collapse navbar-collapse" id="navbar-items">
-      <ul class="nav navbar-nav">
-        <li class="nav-link"><a href="/downloads">Download</a></li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li class="dropdown-header">1.7.2 Release (Latest)</li>
-          <li id="nav_rn_172"><a href="/release_notes/1.7.2">Release Notes</a></li>
-          <li><a href="/1.7/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.7/apidocs">Javadoc</a></li>
-          <li id="nav_examples_17"><a href="/1.7/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.6.5 Release</li>
-          <li id="nav_rn_165"><a href="/release_notes/1.6.5">Release Notes</a></li>
-          <li><a href="/1.6/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.6/apidocs">Javadoc</a></li>
-          <li id="nav_examples_16"><a href="/1.6/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li id="nav_features"><a href="/notable_features">Features</a></li>
-          <li id="nav_rn"><a href="/release_notes">Release Notes Archive</a></li>
-          <li id="old_documentation"><a href="/old_documentation">Documentation Archive</a></li>
-          <li id="nav_screenshots"><a href="/screenshots">Screenshots</a></li>
-          <li id="nav_papers"><a href="/papers">Papers &amp; Presentations</a></li>
-          <li id="nav_glossary"><a href="/glossary">Glossary</a></li>
-        </ul>
-        </li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li id="nav_getinvolved"><a href="/get_involved">Get Involved</a></li>
-          <li id="nav_mailinglists"><a href="/mailing_list">Mailing Lists</a></li>
-          <li id="nav_people"><a href="/people">People</a></li>
-          <li id="nav_blog"><a href="https://blogs.apache.org/accumulo">Blog <i class="fa fa-external-link"></i></a></li>
-          <li id="nav_projects"><a href="/projects">Community Projects</a></li>
-          <li id="nav_thanks"><a href="/thanks">Thanks</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">Governance</li>
-          <li id="nav_bylaws"><a href="/bylaws">Bylaws</a></li>
-          <li id="nav_consensusbuilding"><a href="/governance/consensusBuilding">Consensus Building</a></li>
-          <li id="nav_lazyconsensus"><a href="/governance/lazyConsensus">Lazy Consensus</a></li>
-          <li id="nav_govreleasing"><a href="/governance/releasing">Releasing</a></li>
-          <li id="nav_voting"><a href="/governance/voting">Voting</a></li>
-        </ul>
-        </li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">Guides</li>
-          <li id="nav_source"><a href="/source">Source &amp; Guide</a></li>
-          <li id="nav_git"><a href="/git">Git Workflow</a></li>
-          <li id="nav_versioning"><a href="/versioning">Versioning</a></li>
-          <li id="nav_contrib"><a href="/contrib">Contrib Projects</a></li>
-          <li id="nav_rb"><a href="/rb">Review Board</a></li>
-          <li id="nav_releasing"><a href="/releasing">Making Releases</a></li>
-          <li id="nav_verify_release"><a href="/verifying_releases">Verifying Releases</a></li>
-        </ul>
-        </li>
-      </ul>
-      <ul class="nav navbar-nav navbar-right">
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
-        </ul>
-        </li>
-      </ul>
-    </div>
-  </div>
-</nav>
-
-
-  <div class="container">
-    <div class="row">
-      <div class="col-md-12">
-
-        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
-          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
-        </div>
-        <div id="content">
-          
-          <h1 class="title">Apache Accumulo\u2122</h1>
-          
-          <!DOCTYPE html>
+<html lang="en-US">
 <meta charset="utf-8">
 <title>Redirecting\u2026</title>
 <link rel="canonical" href="/1.7/apidocs/">
@@ -181,24 +7,4 @@
 <h1>Redirecting\u2026</h1>
 <a href="/1.7/apidocs/">Click here if you are not redirected.</a>
 <script>location="/1.7/apidocs/"</script>
-
-        </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>.</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>
-</body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/8ba5df6b/latest/examples/index.html
----------------------------------------------------------------------
diff --git a/latest/examples/index.html b/latest/examples/index.html
index 5f99a3e..959a3e9 100644
--- a/latest/examples/index.html
+++ b/latest/examples/index.html
@@ -1,179 +1,5 @@
 <!DOCTYPE html>
-<html lang="en">
-<head>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<meta charset="utf-8">
-<meta http-equiv="X-UA-Compatible" content="IE=edge">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<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">
-<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\u2122</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>
-  // 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>
-</head>
-<body style="padding-top: 100px">
-
-  <nav class="navbar navbar-default navbar-fixed-top">
-  <div class="container-fluid">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
-        <span class="sr-only">Toggle navigation</span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-      </button>
-      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"/></a>
-    </div>
-    <div class="collapse navbar-collapse" id="navbar-items">
-      <ul class="nav navbar-nav">
-        <li class="nav-link"><a href="/downloads">Download</a></li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li class="dropdown-header">1.7.2 Release (Latest)</li>
-          <li id="nav_rn_172"><a href="/release_notes/1.7.2">Release Notes</a></li>
-          <li><a href="/1.7/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.7/apidocs">Javadoc</a></li>
-          <li id="nav_examples_17"><a href="/1.7/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.6.5 Release</li>
-          <li id="nav_rn_165"><a href="/release_notes/1.6.5">Release Notes</a></li>
-          <li><a href="/1.6/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.6/apidocs">Javadoc</a></li>
-          <li id="nav_examples_16"><a href="/1.6/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li id="nav_features"><a href="/notable_features">Features</a></li>
-          <li id="nav_rn"><a href="/release_notes">Release Notes Archive</a></li>
-          <li id="old_documentation"><a href="/old_documentation">Documentation Archive</a></li>
-          <li id="nav_screenshots"><a href="/screenshots">Screenshots</a></li>
-          <li id="nav_papers"><a href="/papers">Papers &amp; Presentations</a></li>
-          <li id="nav_glossary"><a href="/glossary">Glossary</a></li>
-        </ul>
-        </li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li id="nav_getinvolved"><a href="/get_involved">Get Involved</a></li>
-          <li id="nav_mailinglists"><a href="/mailing_list">Mailing Lists</a></li>
-          <li id="nav_people"><a href="/people">People</a></li>
-          <li id="nav_blog"><a href="https://blogs.apache.org/accumulo">Blog <i class="fa fa-external-link"></i></a></li>
-          <li id="nav_projects"><a href="/projects">Community Projects</a></li>
-          <li id="nav_thanks"><a href="/thanks">Thanks</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">Governance</li>
-          <li id="nav_bylaws"><a href="/bylaws">Bylaws</a></li>
-          <li id="nav_consensusbuilding"><a href="/governance/consensusBuilding">Consensus Building</a></li>
-          <li id="nav_lazyconsensus"><a href="/governance/lazyConsensus">Lazy Consensus</a></li>
-          <li id="nav_govreleasing"><a href="/governance/releasing">Releasing</a></li>
-          <li id="nav_voting"><a href="/governance/voting">Voting</a></li>
-        </ul>
-        </li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">Guides</li>
-          <li id="nav_source"><a href="/source">Source &amp; Guide</a></li>
-          <li id="nav_git"><a href="/git">Git Workflow</a></li>
-          <li id="nav_versioning"><a href="/versioning">Versioning</a></li>
-          <li id="nav_contrib"><a href="/contrib">Contrib Projects</a></li>
-          <li id="nav_rb"><a href="/rb">Review Board</a></li>
-          <li id="nav_releasing"><a href="/releasing">Making Releases</a></li>
-          <li id="nav_verify_release"><a href="/verifying_releases">Verifying Releases</a></li>
-        </ul>
-        </li>
-      </ul>
-      <ul class="nav navbar-nav navbar-right">
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
-        </ul>
-        </li>
-      </ul>
-    </div>
-  </div>
-</nav>
-
-
-  <div class="container">
-    <div class="row">
-      <div class="col-md-12">
-
-        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
-          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
-        </div>
-        <div id="content">
-          
-          <h1 class="title">Apache Accumulo\u2122</h1>
-          
-          <!DOCTYPE html>
+<html lang="en-US">
 <meta charset="utf-8">
 <title>Redirecting\u2026</title>
 <link rel="canonical" href="/1.7/examples">
@@ -181,24 +7,4 @@
 <h1>Redirecting\u2026</h1>
 <a href="/1.7/examples">Click here if you are not redirected.</a>
 <script>location="/1.7/examples"</script>
-
-        </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>.</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>
-</body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/8ba5df6b/latest/index.html
----------------------------------------------------------------------
diff --git a/latest/index.html b/latest/index.html
index 6b32b67..0db6696 100644
--- a/latest/index.html
+++ b/latest/index.html
@@ -1,179 +1,5 @@
 <!DOCTYPE html>
-<html lang="en">
-<head>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<meta charset="utf-8">
-<meta http-equiv="X-UA-Compatible" content="IE=edge">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<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">
-<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\u2122</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>
-  // 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>
-</head>
-<body style="padding-top: 100px">
-
-  <nav class="navbar navbar-default navbar-fixed-top">
-  <div class="container-fluid">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
-        <span class="sr-only">Toggle navigation</span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-      </button>
-      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"/></a>
-    </div>
-    <div class="collapse navbar-collapse" id="navbar-items">
-      <ul class="nav navbar-nav">
-        <li class="nav-link"><a href="/downloads">Download</a></li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li class="dropdown-header">1.7.2 Release (Latest)</li>
-          <li id="nav_rn_172"><a href="/release_notes/1.7.2">Release Notes</a></li>
-          <li><a href="/1.7/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.7/apidocs">Javadoc</a></li>
-          <li id="nav_examples_17"><a href="/1.7/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.6.5 Release</li>
-          <li id="nav_rn_165"><a href="/release_notes/1.6.5">Release Notes</a></li>
-          <li><a href="/1.6/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.6/apidocs">Javadoc</a></li>
-          <li id="nav_examples_16"><a href="/1.6/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li id="nav_features"><a href="/notable_features">Features</a></li>
-          <li id="nav_rn"><a href="/release_notes">Release Notes Archive</a></li>
-          <li id="old_documentation"><a href="/old_documentation">Documentation Archive</a></li>
-          <li id="nav_screenshots"><a href="/screenshots">Screenshots</a></li>
-          <li id="nav_papers"><a href="/papers">Papers &amp; Presentations</a></li>
-          <li id="nav_glossary"><a href="/glossary">Glossary</a></li>
-        </ul>
-        </li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li id="nav_getinvolved"><a href="/get_involved">Get Involved</a></li>
-          <li id="nav_mailinglists"><a href="/mailing_list">Mailing Lists</a></li>
-          <li id="nav_people"><a href="/people">People</a></li>
-          <li id="nav_blog"><a href="https://blogs.apache.org/accumulo">Blog <i class="fa fa-external-link"></i></a></li>
-          <li id="nav_projects"><a href="/projects">Community Projects</a></li>
-          <li id="nav_thanks"><a href="/thanks">Thanks</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">Governance</li>
-          <li id="nav_bylaws"><a href="/bylaws">Bylaws</a></li>
-          <li id="nav_consensusbuilding"><a href="/governance/consensusBuilding">Consensus Building</a></li>
-          <li id="nav_lazyconsensus"><a href="/governance/lazyConsensus">Lazy Consensus</a></li>
-          <li id="nav_govreleasing"><a href="/governance/releasing">Releasing</a></li>
-          <li id="nav_voting"><a href="/governance/voting">Voting</a></li>
-        </ul>
-        </li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">Guides</li>
-          <li id="nav_source"><a href="/source">Source &amp; Guide</a></li>
-          <li id="nav_git"><a href="/git">Git Workflow</a></li>
-          <li id="nav_versioning"><a href="/versioning">Versioning</a></li>
-          <li id="nav_contrib"><a href="/contrib">Contrib Projects</a></li>
-          <li id="nav_rb"><a href="/rb">Review Board</a></li>
-          <li id="nav_releasing"><a href="/releasing">Making Releases</a></li>
-          <li id="nav_verify_release"><a href="/verifying_releases">Verifying Releases</a></li>
-        </ul>
-        </li>
-      </ul>
-      <ul class="nav navbar-nav navbar-right">
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
-        </ul>
-        </li>
-      </ul>
-    </div>
-  </div>
-</nav>
-
-
-  <div class="container">
-    <div class="row">
-      <div class="col-md-12">
-
-        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
-          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
-        </div>
-        <div id="content">
-          
-          <h1 class="title">Apache Accumulo\u2122</h1>
-          
-          <!DOCTYPE html>
+<html lang="en-US">
 <meta charset="utf-8">
 <title>Redirecting\u2026</title>
 <link rel="canonical" href="/1.7">
@@ -181,24 +7,4 @@
 <h1>Redirecting\u2026</h1>
 <a href="/1.7">Click here if you are not redirected.</a>
 <script>location="/1.7"</script>
-
-        </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>.</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>
-</body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/8ba5df6b/papers.html
----------------------------------------------------------------------
diff --git a/papers.html b/papers.html
index ed45b24..00fac2b 100644
--- a/papers.html
+++ b/papers.html
@@ -1,179 +1,5 @@
 <!DOCTYPE html>
-<html lang="en">
-<head>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<meta charset="utf-8">
-<meta http-equiv="X-UA-Compatible" content="IE=edge">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<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">
-<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\u2122</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>
-  // 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>
-</head>
-<body style="padding-top: 100px">
-
-  <nav class="navbar navbar-default navbar-fixed-top">
-  <div class="container-fluid">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
-        <span class="sr-only">Toggle navigation</span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-      </button>
-      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"/></a>
-    </div>
-    <div class="collapse navbar-collapse" id="navbar-items">
-      <ul class="nav navbar-nav">
-        <li class="nav-link"><a href="/downloads">Download</a></li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li class="dropdown-header">1.7.2 Release (Latest)</li>
-          <li id="nav_rn_172"><a href="/release_notes/1.7.2">Release Notes</a></li>
-          <li><a href="/1.7/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.7/apidocs">Javadoc</a></li>
-          <li id="nav_examples_17"><a href="/1.7/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.6.5 Release</li>
-          <li id="nav_rn_165"><a href="/release_notes/1.6.5">Release Notes</a></li>
-          <li><a href="/1.6/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.6/apidocs">Javadoc</a></li>
-          <li id="nav_examples_16"><a href="/1.6/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li id="nav_features"><a href="/notable_features">Features</a></li>
-          <li id="nav_rn"><a href="/release_notes">Release Notes Archive</a></li>
-          <li id="old_documentation"><a href="/old_documentation">Documentation Archive</a></li>
-          <li id="nav_screenshots"><a href="/screenshots">Screenshots</a></li>
-          <li id="nav_papers"><a href="/papers">Papers &amp; Presentations</a></li>
-          <li id="nav_glossary"><a href="/glossary">Glossary</a></li>
-        </ul>
-        </li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li id="nav_getinvolved"><a href="/get_involved">Get Involved</a></li>
-          <li id="nav_mailinglists"><a href="/mailing_list">Mailing Lists</a></li>
-          <li id="nav_people"><a href="/people">People</a></li>
-          <li id="nav_blog"><a href="https://blogs.apache.org/accumulo">Blog <i class="fa fa-external-link"></i></a></li>
-          <li id="nav_projects"><a href="/projects">Community Projects</a></li>
-          <li id="nav_thanks"><a href="/thanks">Thanks</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">Governance</li>
-          <li id="nav_bylaws"><a href="/bylaws">Bylaws</a></li>
-          <li id="nav_consensusbuilding"><a href="/governance/consensusBuilding">Consensus Building</a></li>
-          <li id="nav_lazyconsensus"><a href="/governance/lazyConsensus">Lazy Consensus</a></li>
-          <li id="nav_govreleasing"><a href="/governance/releasing">Releasing</a></li>
-          <li id="nav_voting"><a href="/governance/voting">Voting</a></li>
-        </ul>
-        </li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">Guides</li>
-          <li id="nav_source"><a href="/source">Source &amp; Guide</a></li>
-          <li id="nav_git"><a href="/git">Git Workflow</a></li>
-          <li id="nav_versioning"><a href="/versioning">Versioning</a></li>
-          <li id="nav_contrib"><a href="/contrib">Contrib Projects</a></li>
-          <li id="nav_rb"><a href="/rb">Review Board</a></li>
-          <li id="nav_releasing"><a href="/releasing">Making Releases</a></li>
-          <li id="nav_verify_release"><a href="/verifying_releases">Verifying Releases</a></li>
-        </ul>
-        </li>
-      </ul>
-      <ul class="nav navbar-nav navbar-right">
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
-        </ul>
-        </li>
-      </ul>
-    </div>
-  </div>
-</nav>
-
-
-  <div class="container">
-    <div class="row">
-      <div class="col-md-12">
-
-        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
-          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
-        </div>
-        <div id="content">
-          
-          <h1 class="title">Apache Accumulo\u2122</h1>
-          
-          <!DOCTYPE html>
+<html lang="en-US">
 <meta charset="utf-8">
 <title>Redirecting\u2026</title>
 <link rel="canonical" href="/papers/">
@@ -181,24 +7,4 @@
 <h1>Redirecting\u2026</h1>
 <a href="/papers/">Click here if you are not redirected.</a>
 <script>location="/papers/"</script>
-
-        </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>.</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>
-</body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/8ba5df6b/user_manual_1.3-incubating/examples.html
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/examples.html b/user_manual_1.3-incubating/examples.html
index 29fbee2..d06b631 100644
--- a/user_manual_1.3-incubating/examples.html
+++ b/user_manual_1.3-incubating/examples.html
@@ -1,179 +1,5 @@
 <!DOCTYPE html>
-<html lang="en">
-<head>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<meta charset="utf-8">
-<meta http-equiv="X-UA-Compatible" content="IE=edge">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<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">
-<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\u2122</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>
-  // 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>
-</head>
-<body style="padding-top: 100px">
-
-  <nav class="navbar navbar-default navbar-fixed-top">
-  <div class="container-fluid">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
-        <span class="sr-only">Toggle navigation</span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-      </button>
-      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"/></a>
-    </div>
-    <div class="collapse navbar-collapse" id="navbar-items">
-      <ul class="nav navbar-nav">
-        <li class="nav-link"><a href="/downloads">Download</a></li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li class="dropdown-header">1.7.2 Release (Latest)</li>
-          <li id="nav_rn_172"><a href="/release_notes/1.7.2">Release Notes</a></li>
-          <li><a href="/1.7/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.7/apidocs">Javadoc</a></li>
-          <li id="nav_examples_17"><a href="/1.7/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.6.5 Release</li>
-          <li id="nav_rn_165"><a href="/release_notes/1.6.5">Release Notes</a></li>
-          <li><a href="/1.6/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.6/apidocs">Javadoc</a></li>
-          <li id="nav_examples_16"><a href="/1.6/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li id="nav_features"><a href="/notable_features">Features</a></li>
-          <li id="nav_rn"><a href="/release_notes">Release Notes Archive</a></li>
-          <li id="old_documentation"><a href="/old_documentation">Documentation Archive</a></li>
-          <li id="nav_screenshots"><a href="/screenshots">Screenshots</a></li>
-          <li id="nav_papers"><a href="/papers">Papers &amp; Presentations</a></li>
-          <li id="nav_glossary"><a href="/glossary">Glossary</a></li>
-        </ul>
-        </li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li id="nav_getinvolved"><a href="/get_involved">Get Involved</a></li>
-          <li id="nav_mailinglists"><a href="/mailing_list">Mailing Lists</a></li>
-          <li id="nav_people"><a href="/people">People</a></li>
-          <li id="nav_blog"><a href="https://blogs.apache.org/accumulo">Blog <i class="fa fa-external-link"></i></a></li>
-          <li id="nav_projects"><a href="/projects">Community Projects</a></li>
-          <li id="nav_thanks"><a href="/thanks">Thanks</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">Governance</li>
-          <li id="nav_bylaws"><a href="/bylaws">Bylaws</a></li>
-          <li id="nav_consensusbuilding"><a href="/governance/consensusBuilding">Consensus Building</a></li>
-          <li id="nav_lazyconsensus"><a href="/governance/lazyConsensus">Lazy Consensus</a></li>
-          <li id="nav_govreleasing"><a href="/governance/releasing">Releasing</a></li>
-          <li id="nav_voting"><a href="/governance/voting">Voting</a></li>
-        </ul>
-        </li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">Guides</li>
-          <li id="nav_source"><a href="/source">Source &amp; Guide</a></li>
-          <li id="nav_git"><a href="/git">Git Workflow</a></li>
-          <li id="nav_versioning"><a href="/versioning">Versioning</a></li>
-          <li id="nav_contrib"><a href="/contrib">Contrib Projects</a></li>
-          <li id="nav_rb"><a href="/rb">Review Board</a></li>
-          <li id="nav_releasing"><a href="/releasing">Making Releases</a></li>
-          <li id="nav_verify_release"><a href="/verifying_releases">Verifying Releases</a></li>
-        </ul>
-        </li>
-      </ul>
-      <ul class="nav navbar-nav navbar-right">
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
-          <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
-        </ul>
-        </li>
-      </ul>
-    </div>
-  </div>
-</nav>
-
-
-  <div class="container">
-    <div class="row">
-      <div class="col-md-12">
-
-        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
-          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
-        </div>
-        <div id="content">
-          
-          <h1 class="title">Apache Accumulo\u2122</h1>
-          
-          <!DOCTYPE html>
+<html lang="en-US">
 <meta charset="utf-8">
 <title>Redirecting\u2026</title>
 <link rel="canonical" href="examples/">
@@ -181,24 +7,4 @@
 <h1>Redirecting\u2026</h1>
 <a href="examples/">Click here if you are not redirected.</a>
 <script>location="examples/"</script>
-
-        </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>.</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>
-</body>
 </html>