You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2016/12/14 14:34:11 UTC

[04/11] accumulo-website git commit: Jekyll build from master:a71056c

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/people/index.html
----------------------------------------------------------------------
diff --git a/people/index.html b/people/index.html
new file mode 100644
index 0000000..8965cb5
--- /dev/null
+++ b/people/index.html
@@ -0,0 +1,850 @@
+<!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="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>People</title>
+
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.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">
+    <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="#">Releases<span class="caret"></span></a>
+        <ul class="dropdown-menu">
+          <li><a href="/release/accumulo-1.8.0/">1.8.0 (Latest)</a></li>
+          <li><a href="/release/accumulo-1.7.2/">1.7.2</a></li>
+          <li><a href="/release/accumulo-1.6.6/">1.6.6</a></li>
+          <li><a href="/release/">Archive</a></li>
+        </ul>
+        </li>
+        <li class="dropdown">
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+        <ul class="dropdown-menu">
+          <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li>
+          <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
+          <li><a href="/1.8/examples">Examples (1.8)</a></li>
+          <li><a href="/features">Features</a></li>
+          <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
+          <li><a href="/docs-archive/">Archive</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><a href="/get_involved">Get Involved</a></li>
+          <li><a href="/mailing_list">Mailing Lists</a></li>
+          <li><a href="/people">People</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
+          <li><a href="/contributor/">Contributor Guide</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">
+          
+          <h2 id="pmc-and-committers">PMC and Committers</h2>
+
+<table class="table table-striped">
+  <thead>
+    <tr>
+      <th>username</th>
+      <th>name</th>
+      <th>organization</th>
+      <th>timezone</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>acordova</td>
+      <td>Aaron Cordova</td>
+      <td><a href="http://www.koverse.com">Koverse</a></td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>afuchs</td>
+      <td>Adam Fuchs</td>
+      <td><a href="http://sqrrl.com">sqrrl</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>bhavanki</td>
+      <td>Bill Havanki</td>
+      <td><a href="http://www.cloudera.com">Cloudera</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>billie</td>
+      <td>Billie Rinaldi</td>
+      <td><a href="http://hortonworks.com">Hortonworks</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>bimargulies</td>
+      <td>Benson Margulies</td>
+      <td><a href="http://www.basistech.com">Basis Technology Corp.</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>brianloss</td>
+      <td>Brian Loss</td>
+      <td><a href="http://www.praxiseng.com">Praxis Engineering</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>busbey</td>
+      <td>Sean Busbey</td>
+      <td><a href="http://www.cloudera.com">Cloudera</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/ct">CT</a></td>
+    </tr>
+    <tr>
+      <td>cawaring</td>
+      <td>Chris Waring</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>cjnolet</td>
+      <td>Corey J. Nolet</td>
+      <td><a href="http://www.tetraconcepts.com">Tetra Concepts LLC</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>ctubbsii</td>
+      <td>Christopher Tubbs</td>
+      <td><a href="http://www.nsa.gov">NSA</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>dhutchis</td>
+      <td>Dylan Hutchison</td>
+      <td><a href="http://www.uw.edu">University of Washington</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td>
+    </tr>
+    <tr>
+      <td>dlmarion</td>
+      <td>Dave Marion</td>
+      <td><a href="http://www.objectivesolutions.com">Objective Solutions, Inc.</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>drew</td>
+      <td>Drew Farris</td>
+      <td><a href="http://www.boozallen.com">Booz Allen Hamilton</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>ecn</td>
+      <td>Eric Newton</td>
+      <td><a href="http://swcomplete.com">SW Complete Inc.</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>elserj</td>
+      <td>Josh Elser</td>
+      <td><a href="http://hortonworks.com">Hortonworks</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>etcoleman</td>
+      <td>Ed Coleman</td>
+      <td>�</td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>jtrost</td>
+      <td>Jason Trost</td>
+      <td><a href="http://www.endgame.com">Endgame</a></td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>kturner</td>
+      <td>Keith Turner</td>
+      <td><a href="http://www.ptech-llc.com">Peterson Technologies</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>mdrob</td>
+      <td>Mike Drob</td>
+      <td><a href="http://www.cloudera.com">Cloudera</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>medined</td>
+      <td>David Medinets</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>mjwall</td>
+      <td>Michael Wall</td>
+      <td><a href="http://www.objectivesolutions.com">Objective Solutions, Inc.</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>mmiller</td>
+      <td>Michael Miller</td>
+      <td><a href="http://www.centroid-llc.com/">Centroid, LLC</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>mwalch</td>
+      <td>Mike Walch</td>
+      <td><a href="http://www.ptech-llc.com">Peterson Technologies</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>phrocker</td>
+      <td>Marc Parisi</td>
+      <td><a href="http://www.wavestrike.com/">WaveStrike LLC</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>rweeks</td>
+      <td>Russ Weeks</td>
+      <td><a href="http://www.phemi.com">PHEMI</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td>
+    </tr>
+    <tr>
+      <td>shickey</td>
+      <td>Sean Hickey</td>
+      <td>�</td>
+      <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td>
+    </tr>
+    <tr>
+      <td>ujustgotbilld</td>
+      <td>William Slacum</td>
+      <td><a href="http://minerkasch.com">Miner &amp; Kasch</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>vikrams</td>
+      <td>Vikram Srivastava</td>
+      <td><a href="http://www.cloudera.com">Cloudera</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td>
+    </tr>
+    <tr>
+      <td>vines</td>
+      <td>John Vines</td>
+      <td><a href="http://sqrrl.com">sqrrl</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+  </tbody>
+</table>
+
+<h2 id="contributors">Contributors</h2>
+
+<table class="table table-striped">
+  <thead>
+    <tr>
+      <th>username</th>
+      <th>name</th>
+      <th>organization</th>
+      <th>timezone</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>�</td>
+      <td>Aaron Glahe</td>
+      <td><a href="http://www.data-tactics.com">Data Tactics</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Adam J Shook</td>
+      <td><a href="https://datacatessen.com/">Datacatessen</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Al Krinker</td>
+      <td>�</td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Alex Moundalexis</td>
+      <td><a href="http://www.cloudera.com">Cloudera</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Andrew George Wells</td>
+      <td><a href="http://clearedgeit.com">ClearEdgeIT</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Arshak Navruzyan</td>
+      <td><a href="http://www.argyledata.com">Argyle Data</a></td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Ben Manes</td>
+      <td>�</td>
+      <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Bob Thorman</td>
+      <td><a href="http://www.att.com">AT&amp;T</a></td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Chris Bennight</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Chris McCubbin</td>
+      <td><a href="http://sqrrl.com">sqrrl</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Christian Rohling</td>
+      <td><a href="http://www.endgame.com">Endgame</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Damon Brown</td>
+      <td><a href="http://www.tetraconcepts.com">Tetra Concepts LLC</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Dave Wang</td>
+      <td><a href="http://www.cloudera.com">Cloudera</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>David M. Lyle</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>David Protzman</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Dennis Patrone</td>
+      <td><a href="http://www.jhuapl.edu">The Johns Hopkins University Applied Physics Laboratory</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>dimaspivak</td>
+      <td>Dima Spivak</td>
+      <td><a href="http://www.cloudera.com">Cloudera</a></td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Ed Kohlwey</td>
+      <td><a href="http://www.boozallen.com">Booz Allen Hamilton</a></td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>edwardyoon</td>
+      <td>Edward Yoon</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Eugene Cheipesh</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Gary Singh</td>
+      <td><a href="http://www.sabre-eng.com">Sabre Engineering</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Hayden Marchant</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Hung Pham</td>
+      <td><a href="http://www.cloudera.com">Cloudera</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Ivan Bella</td>
+      <td><a href="http://www.objectivesolutions.com">Objective Solutions, Inc.</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Jacob Meisler</td>
+      <td><a href="http://www.boozallen.com">Booz Allen Hamilton</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>James Fiori</td>
+      <td><a href="http://flywheeldata.com">Flywheel Data</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>jaredwinick</td>
+      <td>Jared Winick</td>
+      <td><a href="http://www.koverse.com">Koverse</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/mt">MT</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Jason Then</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Jay Shipper</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>jfield</td>
+      <td>Jeff Field</td>
+      <td><a href="http://www.cloudera.com">Cloudera</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Jeffrey S. Schwartz</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Jenna Huston</td>
+      <td>�</td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Jerry He</td>
+      <td><a href="http://www.ibm.com">IBM</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Jesse Yates</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Jessica Seastrom</td>
+      <td><a href="http://www.cloudera.com">Cloudera</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Jim Klucar</td>
+      <td><a href="http://www.splyt.com">Splyt</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Joe Skora</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>John McNamee</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>John Stoneham</td>
+      <td>�</td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>jmhsieh</td>
+      <td>Jonathan M. Hsieh</td>
+      <td><a href="http://www.cloudera.com">Cloudera</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Jonathan Park</td>
+      <td><a href="http://sqrrl.com">sqrrl</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Kevin Faro</td>
+      <td><a href="http://www.tetraconcepts.com">Tetra Concepts LLC</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Laura Peaslee</td>
+      <td><a href="http://www.objectivesolutions.com">Objective Solutions, Inc.</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Luis Tavarez</td>
+      <td>�</td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Luke Brassard</td>
+      <td><a href="http://sqrrl.com">sqrrl</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Mario Pastorelli</td>
+      <td><a href="http://www.teralytics.net/">Teralytics AG</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/cest">CEST</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Matt Dailey</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Matthew Kirkley</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Max Jordan</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Michael Allen</td>
+      <td><a href="http://sqrrl.com">sqrrl</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Michael Berman</td>
+      <td><a href="http://sqrrl.com">sqrrl</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Miguel Pereira</td>
+      <td><a href="http://sra.com">SRA International, Inc</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Mike Fagan</td>
+      <td><a href="http://www.arcus-research.com">Arcus Research</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/mt">MT</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Morgan Haskel</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Nguessan Kouame</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Oren Falkowitz</td>
+      <td><a href="http://sqrrl.com">sqrrl</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Phil Eberhardt</td>
+      <td><a href="http://sqrrl.com">sqrrl</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Philip Young</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Pushpinder Heer</td>
+      <td><a href="http://www.atsid.com">Applied Technical Systems</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Ravi Mutyala</td>
+      <td><a href="http://hortonworks.com">Hortonworks</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/ct">CT</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Ryan Fishel</td>
+      <td><a href="http://www.cloudera.com">Cloudera</a></td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Ryan Leary</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Sapah Shah</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Scott Kuehn</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Shawn Walker</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>stevel</td>
+      <td>Steve Loughran</td>
+      <td><a href="http://hortonworks.com">Hortonworks</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/gmt">GMT</a>/<a href="http://www.timeanddate.com/time/zones/bst">BST</a></td>
+    </tr>
+    <tr>
+      <td>supun</td>
+      <td>Supun Kamburugamuva</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Takahiko Saito</td>
+      <td><a href="http://hortonworks.com">Hortonworks</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Ted Malaska</td>
+      <td><a href="http://www.cloudera.com">Cloudera</a></td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>tedyu</td>
+      <td>Ted Yu</td>
+      <td><a href="http://hortonworks.com">Hortonworks</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Tim Halloran</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Tim Reardon</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Travis Pinney</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Trent Nadeau</td>
+      <td><a href="http://www.anthemengineering.com">Anthem Engineering LLC</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Tristen Georgiou</td>
+      <td><a href="http://www.phemi.com">PHEMI</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Vicky Kak</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Vincent Russell</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Volth</td>
+      <td>�</td>
+      <td>�</td>
+    </tr>
+    <tr>
+      <td>�</td>
+      <td>Wil Selwood</td>
+      <td><a href="https://sa.catapult.org.uk">Satellite Applications Catapult</a></td>
+      <td><a href="http://www.timeanddate.com/time/zones/gmt">GMT</a>/<a href="http://www.timeanddate.com/time/zones/bst">BST</a></td>
+    </tr>
+  </tbody>
+</table>
+
+<h2 id="organizations">Organizations</h2>
+
+<p>First off, thanks to our parent organization, the <a href="https://www.apache.org">Apache Software Foundation</a> and <a href="https://www.apache.org/foundation/sponsorship">all who sponsor</a> them.</p>
+
+<p>Additionally, we would like to thank the following organizations for resources that they provide:</p>
+
+<ul>
+  <li>ej-technologies for allowing us to use their <a href="https://www.ej-technologies.com/products/jprofiler/overview.html">Java profiler</a></li>
+  <li>YourKit for allowing us use of their <a href="https://www.yourkit.com/java/profiler/features/">Java Profiler</a></li>
+  <li>Coverity for running <a href="https://scan.coverity.com/projects/accumulo">static analysis</a></li>
+</ul>
+
+
+        </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>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/projects.html
----------------------------------------------------------------------
diff --git a/projects.html b/projects.html
index 2b0f975..33774b7 100644
--- a/projects.html
+++ b/projects.html
@@ -1,249 +1,10 @@
 <!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.
--->
+<html lang="en-US">
 <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="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
-<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
-<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
-<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
-
-<title>Related Projects</title>
-
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
-<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
-<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.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">
-    <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="#">Releases<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li><a href="/release/accumulo-1.8.0/">1.8.0 (Latest)</a></li>
-          <li><a href="/release/accumulo-1.7.2/">1.7.2</a></li>
-          <li><a href="/release/accumulo-1.6.6/">1.6.6</a></li>
-          <li><a href="/release/">Archive</a></li>
-        </ul>
-        </li>
-        <li class="dropdown">
-        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li>
-          <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
-          <li><a href="/1.8/examples">Examples (1.8)</a></li>
-          <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
-          <li><a href="/glossary">Glossary</a></li>
-          <li><a href="/docs-archive/">Archive</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><a href="/get_involved">Get Involved</a></li>
-          <li><a href="/mailing_list">Mailing Lists</a></li>
-          <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
-          <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</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">Related Projects</h1>
-          
-          <p>The Apache Accumulo community is happy to promote and encourage use of Accumulo in ways that are novel and reusable
-by other users within the community. As such, we\u2019re happy to curate a list of projects related to Accumulo to give
-them visibility to a larger audience. To have you project listed here, send a request to the
-<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#064;&#097;&#099;&#099;&#117;&#109;&#117;&#108;&#111;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">developer\u2019s mailing list</a></p>
-
-<h2 id="open-source-projects-using-accumulo">Open source projects using Accumulo</h2>
-
-<h4 id="apache-fluo">Apache Fluo</h4>
-
-<p><a href="https://fluo.apache.org">Fluo</a> builds on Accumulo and enables low latency, continuous incremental processing of big data.</p>
-
-<h4 id="apache-gora">Apache Gora</h4>
-
-<p><a href="https://gora.apache.org/">Gora</a> open source framework provides an in-memory data model and persistence for big data.  Accumulo\u2019s continuous ingest test suite was adapted to Gora and called <a href="http://gora.apache.org/current/index.html#goraci-integration-testsing-suite">Goraci</a>.</p>
-
-<h4 id="apache-hive">Apache Hive</h4>
-
-<p><a href="https://hive.apache.org/">Hive</a> data warehouse software facilitates reading, writing, and managing large datasets residing in distributed storage using SQL.
-Hive has the ability to read and write data in Accumulo using the <a href="https://cwiki.apache.org/confluence/display/Hive/AccumuloIntegration">AccumuloStorageHandler</a>.</p>
-
-<h4 id="apache-pig">Apache Pig</h4>
-
-<p><a href="http://pig.apache.org/">Pig</a> is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs, coupled with infrastructure for evaluating these programs.  Pig has the ability to read and write data in Accumulo using <a href="http://pig.apache.org/docs/r0.16.0/func.html#AccumuloStorage">AccumuloStorage</a>.</p>
-
-<h4 id="apache-rya">Apache Rya</h4>
-
-<p><a href="http://rya.apache.org/">Rya</a> is a scalable RDF triple store built on top of a columnar index store.</p>
-
-<h4 id="geomesa">Geomesa</h4>
-
-<p><a href="http://www.geomesa.org/">Geomesa</a> is an open-source, distributed, spatio-temporal database built on a number of distributed cloud data storage systems, including Accumulo, HBase, Cassandra, and Kafka.</p>
-
-<h4 id="geowave">Geowave</h4>
-
-<p><a href="https://ngageoint.github.io/geowave/">Geowave</a> is a library for storage, index, and search of multi-dimensional data on top of a sorted key-value datastore.</p>
-
-<h4 id="graphulo">Graphulo</h4>
-
-<p>Graphulo is a Java library for Apache Accumulo which delivers server-side sparse matrix math primitives that
-enable higher-level graph algorithms and analytics. <a href="https://github.com/Accla/graphulo">Code</a>.</p>
-
-<h4 id="presto">Presto</h4>
-
-<p><a href="https://prestodb.io/">Presto</a> is an open source distributed SQL query engine for running interactive analytic queries against data sources of all sizes, ranging from gigabytes to petabytes.  Through the use of the new Accumulo connector for Presto, users are able to execute traditional SQL queries against new and existing tables in Accumulo.  For more information, see the <a href="https://prestodb.io/docs/current/connector/accumulo.html">Accumulo Connector</a> documentation.</p>
-
-<h4 id="timely">Timely</h4>
-
-<p><a href="https://nationalsecurityagency.github.io/timely/">Timely</a> : A secure time series database based on Accumulo and Grafana.</p>
-
-<h4 id="uno-and-muchos">Uno and Muchos</h4>
-
-<p><a href="https://github.com/astralway/uno">Uno</a> and <a href="https://github.com/astralway/muchos">Muchos</a> provide automation for quickly setting up Accumulo instances for testing.  These project were created to enable Fluo testing, but can be used to setup just Accumulo.</p>
-
-<h2 id="user-created-applications">User-Created Applications</h2>
-
-<h4 id="trendulo">Trendulo</h4>
-
-<p><a href="http://trendulo.com/">Trendulo</a> is Twitter trend analysis using Apache Accumulo. The <a href="https://github.com/jaredwinick/Trendulo">source code</a> is publicly available.</p>
-
-<h4 id="wikisearch">Wikisearch</h4>
-
-<p>The <a href="/example/wikisearch">Wikisearch project</a> is a rough example of generalized secondary indexing, both ingest
-and search, built on top of Apache Accumulo. This write contains more information on the project as well as some
-general performance numbers of the project.</p>
-
-<h4 id="nodejs-rabbitmq-and-accumulo">Node.js, RabbitMQ, and Accumulo</h4>
-
-<p>A <a href="https://github.com/joshelser/node-accumulo">simple example</a> using Node.js to interact with Accumulo using RabbitMQ .</p>
-
-<h4 id="proxyinstance">ProxyInstance</h4>
-
-<p>ProxyInstance is a Java Instance implementation of the Accumulo Instance interface that communicates with
-an Accumulo cluster via Accumulo\u2019s Apache Thrift proxy server. <a href="https://jhuapl.github.io/accumulo-proxy-instance/proxy_instance_user_manual">Documentation</a> and
-<a href="https://github.com/JHUAPL/accumulo-proxy-instance">code</a> are available.</p>
-
-<h4 id="accumulograph">AccumuloGraph</h4>
-
-<p>ProxyInstance is an implementation of the TinkerPop Blueprints 2.6 API using
-Apache Accumulo as the backend.
-<a href="https://jhuapl.github.io/AccumuloGraph/">Documentation</a> and
-<a href="https://github.com/JHUAPL/AccumuloGraph">code</a> are available.</p>
-
-<h2 id="github">Github</h2>
-
-<p><a href="https://github.com/search?q=accumulo&amp;type=Repositories">Github</a> also contains many projects that use/reference Accumulo
-in some way, shape or form.</p>
-
-        </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>
-
-</footer>
-
-
-      </div>
-    </div>
-  </div>
-</body>
+<title>Redirecting\u2026</title>
+<link rel="canonical" href="https://accumulo.apache.org/related-projects/">
+<meta http-equiv="refresh" content="0; url=https://accumulo.apache.org/related-projects/">
+<h1>Redirecting\u2026</h1>
+<a href="https://accumulo.apache.org/related-projects/">Click here if you are not redirected.</a>
+<script>location="https://accumulo.apache.org/related-projects/"</script>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/related-projects/index.html
----------------------------------------------------------------------
diff --git a/related-projects/index.html b/related-projects/index.html
new file mode 100644
index 0000000..9f3a440
--- /dev/null
+++ b/related-projects/index.html
@@ -0,0 +1,248 @@
+<!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="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>Related Projects</title>
+
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.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">
+    <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="#">Releases<span class="caret"></span></a>
+        <ul class="dropdown-menu">
+          <li><a href="/release/accumulo-1.8.0/">1.8.0 (Latest)</a></li>
+          <li><a href="/release/accumulo-1.7.2/">1.7.2</a></li>
+          <li><a href="/release/accumulo-1.6.6/">1.6.6</a></li>
+          <li><a href="/release/">Archive</a></li>
+        </ul>
+        </li>
+        <li class="dropdown">
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+        <ul class="dropdown-menu">
+          <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li>
+          <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
+          <li><a href="/1.8/examples">Examples (1.8)</a></li>
+          <li><a href="/features">Features</a></li>
+          <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
+          <li><a href="/docs-archive/">Archive</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><a href="/get_involved">Get Involved</a></li>
+          <li><a href="/mailing_list">Mailing Lists</a></li>
+          <li><a href="/people">People</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
+          <li><a href="/contributor/">Contributor Guide</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">Related Projects</h1>
+          
+          <p>The Apache Accumulo community is happy to promote and encourage use of Accumulo in ways that are novel and reusable
+by other users within the community. As such, we\u2019re happy to curate a list of projects related to Accumulo to give
+them visibility to a larger audience. To have you project listed here, send a request to the
+<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#064;&#097;&#099;&#099;&#117;&#109;&#117;&#108;&#111;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">developer\u2019s mailing list</a></p>
+
+<h2 id="open-source-projects-using-accumulo">Open source projects using Accumulo</h2>
+
+<h4 id="apache-fluo">Apache Fluo</h4>
+
+<p><a href="https://fluo.apache.org">Fluo</a> builds on Accumulo and enables low latency, continuous incremental processing of big data.</p>
+
+<h4 id="apache-gora">Apache Gora</h4>
+
+<p><a href="https://gora.apache.org/">Gora</a> open source framework provides an in-memory data model and persistence for big data.  Accumulo\u2019s continuous ingest test suite was adapted to Gora and called <a href="http://gora.apache.org/current/index.html#goraci-integration-testsing-suite">Goraci</a>.</p>
+
+<h4 id="apache-hive">Apache Hive</h4>
+
+<p><a href="https://hive.apache.org/">Hive</a> data warehouse software facilitates reading, writing, and managing large datasets residing in distributed storage using SQL.
+Hive has the ability to read and write data in Accumulo using the <a href="https://cwiki.apache.org/confluence/display/Hive/AccumuloIntegration">AccumuloStorageHandler</a>.</p>
+
+<h4 id="apache-pig">Apache Pig</h4>
+
+<p><a href="http://pig.apache.org/">Pig</a> is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs, coupled with infrastructure for evaluating these programs.  Pig has the ability to read and write data in Accumulo using <a href="http://pig.apache.org/docs/r0.16.0/func.html#AccumuloStorage">AccumuloStorage</a>.</p>
+
+<h4 id="apache-rya">Apache Rya</h4>
+
+<p><a href="http://rya.apache.org/">Rya</a> is a scalable RDF triple store built on top of a columnar index store.</p>
+
+<h4 id="geomesa">Geomesa</h4>
+
+<p><a href="http://www.geomesa.org/">Geomesa</a> is an open-source, distributed, spatio-temporal database built on a number of distributed cloud data storage systems, including Accumulo, HBase, Cassandra, and Kafka.</p>
+
+<h4 id="geowave">Geowave</h4>
+
+<p><a href="https://ngageoint.github.io/geowave/">Geowave</a> is a library for storage, index, and search of multi-dimensional data on top of a sorted key-value datastore.</p>
+
+<h4 id="graphulo">Graphulo</h4>
+
+<p>Graphulo is a Java library for Apache Accumulo which delivers server-side sparse matrix math primitives that
+enable higher-level graph algorithms and analytics. <a href="https://github.com/Accla/graphulo">Code</a>.</p>
+
+<h4 id="presto">Presto</h4>
+
+<p><a href="https://prestodb.io/">Presto</a> is an open source distributed SQL query engine for running interactive analytic queries against data sources of all sizes, ranging from gigabytes to petabytes.  Through the use of the new Accumulo connector for Presto, users are able to execute traditional SQL queries against new and existing tables in Accumulo.  For more information, see the <a href="https://prestodb.io/docs/current/connector/accumulo.html">Accumulo Connector</a> documentation.</p>
+
+<h4 id="timely">Timely</h4>
+
+<p><a href="https://nationalsecurityagency.github.io/timely/">Timely</a> : A secure time series database based on Accumulo and Grafana.</p>
+
+<h4 id="uno-and-muchos">Uno and Muchos</h4>
+
+<p><a href="https://github.com/astralway/uno">Uno</a> and <a href="https://github.com/astralway/muchos">Muchos</a> provide automation for quickly setting up Accumulo instances for testing.  These project were created to enable Fluo testing, but can be used to setup just Accumulo.</p>
+
+<h2 id="user-created-applications">User-Created Applications</h2>
+
+<h4 id="trendulo">Trendulo</h4>
+
+<p><a href="http://trendulo.com/">Trendulo</a> is Twitter trend analysis using Apache Accumulo. The <a href="https://github.com/jaredwinick/Trendulo">source code</a> is publicly available.</p>
+
+<h4 id="wikisearch">Wikisearch</h4>
+
+<p>The <a href="/example/wikisearch">Wikisearch project</a> is a rough example of generalized secondary indexing, both ingest
+and search, built on top of Apache Accumulo. This write contains more information on the project as well as some
+general performance numbers of the project.</p>
+
+<h4 id="nodejs-rabbitmq-and-accumulo">Node.js, RabbitMQ, and Accumulo</h4>
+
+<p>A <a href="https://github.com/joshelser/node-accumulo">simple example</a> using Node.js to interact with Accumulo using RabbitMQ .</p>
+
+<h4 id="proxyinstance">ProxyInstance</h4>
+
+<p>ProxyInstance is a Java Instance implementation of the Accumulo Instance interface that communicates with
+an Accumulo cluster via Accumulo\u2019s Apache Thrift proxy server. <a href="https://jhuapl.github.io/accumulo-proxy-instance/proxy_instance_user_manual">Documentation</a> and
+<a href="https://github.com/JHUAPL/accumulo-proxy-instance">code</a> are available.</p>
+
+<h4 id="accumulograph">AccumuloGraph</h4>
+
+<p>ProxyInstance is an implementation of the TinkerPop Blueprints 2.6 API using
+Apache Accumulo as the backend.
+<a href="https://jhuapl.github.io/AccumuloGraph/">Documentation</a> and
+<a href="https://github.com/JHUAPL/AccumuloGraph">code</a> are available.</p>
+
+<h2 id="github">Github</h2>
+
+<p><a href="https://github.com/search?q=accumulo&amp;type=Repositories">Github</a> also contains many projects that use/reference Accumulo
+in some way, shape or form.</p>
+
+        </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>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/release/accumulo-1.5.1/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.5.1/index.html b/release/accumulo-1.5.1/index.html
index db6048d..5584930 100644
--- a/release/accumulo-1.5.1/index.html
+++ b/release/accumulo-1.5.1/index.html
@@ -97,8 +97,8 @@
           <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
           <li><a href="/1.8/examples">Examples (1.8)</a></li>
           <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
           <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
           <li><a href="/docs-archive/">Archive</a></li>
         </ul>
         </li>
@@ -108,9 +108,8 @@
           <li><a href="/get_involved">Get Involved</a></li>
           <li><a href="/mailing_list">Mailing Lists</a></li>
           <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
           <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</a></li>
         </ul>
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/release/accumulo-1.5.2/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.5.2/index.html b/release/accumulo-1.5.2/index.html
index cdd07ad..d5bec36 100644
--- a/release/accumulo-1.5.2/index.html
+++ b/release/accumulo-1.5.2/index.html
@@ -97,8 +97,8 @@
           <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
           <li><a href="/1.8/examples">Examples (1.8)</a></li>
           <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
           <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
           <li><a href="/docs-archive/">Archive</a></li>
         </ul>
         </li>
@@ -108,9 +108,8 @@
           <li><a href="/get_involved">Get Involved</a></li>
           <li><a href="/mailing_list">Mailing Lists</a></li>
           <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
           <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</a></li>
         </ul>
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/release/accumulo-1.5.3/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.5.3/index.html b/release/accumulo-1.5.3/index.html
index 8276b84..ad12f92 100644
--- a/release/accumulo-1.5.3/index.html
+++ b/release/accumulo-1.5.3/index.html
@@ -97,8 +97,8 @@
           <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
           <li><a href="/1.8/examples">Examples (1.8)</a></li>
           <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
           <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
           <li><a href="/docs-archive/">Archive</a></li>
         </ul>
         </li>
@@ -108,9 +108,8 @@
           <li><a href="/get_involved">Get Involved</a></li>
           <li><a href="/mailing_list">Mailing Lists</a></li>
           <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
           <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</a></li>
         </ul>
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/release/accumulo-1.5.4/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.5.4/index.html b/release/accumulo-1.5.4/index.html
index 56f441b..30e932f 100644
--- a/release/accumulo-1.5.4/index.html
+++ b/release/accumulo-1.5.4/index.html
@@ -97,8 +97,8 @@
           <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
           <li><a href="/1.8/examples">Examples (1.8)</a></li>
           <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
           <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
           <li><a href="/docs-archive/">Archive</a></li>
         </ul>
         </li>
@@ -108,9 +108,8 @@
           <li><a href="/get_involved">Get Involved</a></li>
           <li><a href="/mailing_list">Mailing Lists</a></li>
           <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
           <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</a></li>
         </ul>
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/release/accumulo-1.6.0/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.0/index.html b/release/accumulo-1.6.0/index.html
index 4e18ab5..b6aa866 100644
--- a/release/accumulo-1.6.0/index.html
+++ b/release/accumulo-1.6.0/index.html
@@ -97,8 +97,8 @@
           <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
           <li><a href="/1.8/examples">Examples (1.8)</a></li>
           <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
           <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
           <li><a href="/docs-archive/">Archive</a></li>
         </ul>
         </li>
@@ -108,9 +108,8 @@
           <li><a href="/get_involved">Get Involved</a></li>
           <li><a href="/mailing_list">Mailing Lists</a></li>
           <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
           <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</a></li>
         </ul>
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/release/accumulo-1.6.1/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.1/index.html b/release/accumulo-1.6.1/index.html
index ab71493..29db41f 100644
--- a/release/accumulo-1.6.1/index.html
+++ b/release/accumulo-1.6.1/index.html
@@ -97,8 +97,8 @@
           <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
           <li><a href="/1.8/examples">Examples (1.8)</a></li>
           <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
           <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
           <li><a href="/docs-archive/">Archive</a></li>
         </ul>
         </li>
@@ -108,9 +108,8 @@
           <li><a href="/get_involved">Get Involved</a></li>
           <li><a href="/mailing_list">Mailing Lists</a></li>
           <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
           <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</a></li>
         </ul>
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/release/accumulo-1.6.2/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.2/index.html b/release/accumulo-1.6.2/index.html
index 22f65d7..a0bf674 100644
--- a/release/accumulo-1.6.2/index.html
+++ b/release/accumulo-1.6.2/index.html
@@ -97,8 +97,8 @@
           <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
           <li><a href="/1.8/examples">Examples (1.8)</a></li>
           <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
           <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
           <li><a href="/docs-archive/">Archive</a></li>
         </ul>
         </li>
@@ -108,9 +108,8 @@
           <li><a href="/get_involved">Get Involved</a></li>
           <li><a href="/mailing_list">Mailing Lists</a></li>
           <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
           <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</a></li>
         </ul>
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/release/accumulo-1.6.3/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.3/index.html b/release/accumulo-1.6.3/index.html
index 65398ee..3c9b4ee 100644
--- a/release/accumulo-1.6.3/index.html
+++ b/release/accumulo-1.6.3/index.html
@@ -97,8 +97,8 @@
           <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
           <li><a href="/1.8/examples">Examples (1.8)</a></li>
           <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
           <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
           <li><a href="/docs-archive/">Archive</a></li>
         </ul>
         </li>
@@ -108,9 +108,8 @@
           <li><a href="/get_involved">Get Involved</a></li>
           <li><a href="/mailing_list">Mailing Lists</a></li>
           <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
           <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</a></li>
         </ul>
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/release/accumulo-1.6.4/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.4/index.html b/release/accumulo-1.6.4/index.html
index 00f92bf..d879d49 100644
--- a/release/accumulo-1.6.4/index.html
+++ b/release/accumulo-1.6.4/index.html
@@ -97,8 +97,8 @@
           <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
           <li><a href="/1.8/examples">Examples (1.8)</a></li>
           <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
           <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
           <li><a href="/docs-archive/">Archive</a></li>
         </ul>
         </li>
@@ -108,9 +108,8 @@
           <li><a href="/get_involved">Get Involved</a></li>
           <li><a href="/mailing_list">Mailing Lists</a></li>
           <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
           <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</a></li>
         </ul>
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/release/accumulo-1.6.5/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.5/index.html b/release/accumulo-1.6.5/index.html
index 38feafd..fcf8ad4 100644
--- a/release/accumulo-1.6.5/index.html
+++ b/release/accumulo-1.6.5/index.html
@@ -97,8 +97,8 @@
           <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
           <li><a href="/1.8/examples">Examples (1.8)</a></li>
           <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
           <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
           <li><a href="/docs-archive/">Archive</a></li>
         </ul>
         </li>
@@ -108,9 +108,8 @@
           <li><a href="/get_involved">Get Involved</a></li>
           <li><a href="/mailing_list">Mailing Lists</a></li>
           <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
           <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</a></li>
         </ul>
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/release/accumulo-1.6.6/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.6/index.html b/release/accumulo-1.6.6/index.html
index 2734fd8..e16921f 100644
--- a/release/accumulo-1.6.6/index.html
+++ b/release/accumulo-1.6.6/index.html
@@ -97,8 +97,8 @@
           <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
           <li><a href="/1.8/examples">Examples (1.8)</a></li>
           <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
           <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
           <li><a href="/docs-archive/">Archive</a></li>
         </ul>
         </li>
@@ -108,9 +108,8 @@
           <li><a href="/get_involved">Get Involved</a></li>
           <li><a href="/mailing_list">Mailing Lists</a></li>
           <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
           <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</a></li>
         </ul>
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/release/accumulo-1.7.0/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.7.0/index.html b/release/accumulo-1.7.0/index.html
index cb9d777..29918f8 100644
--- a/release/accumulo-1.7.0/index.html
+++ b/release/accumulo-1.7.0/index.html
@@ -97,8 +97,8 @@
           <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
           <li><a href="/1.8/examples">Examples (1.8)</a></li>
           <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
           <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
           <li><a href="/docs-archive/">Archive</a></li>
         </ul>
         </li>
@@ -108,9 +108,8 @@
           <li><a href="/get_involved">Get Involved</a></li>
           <li><a href="/mailing_list">Mailing Lists</a></li>
           <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
           <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</a></li>
         </ul>
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/release/accumulo-1.7.1/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.7.1/index.html b/release/accumulo-1.7.1/index.html
index 114c3a3..f2943c5 100644
--- a/release/accumulo-1.7.1/index.html
+++ b/release/accumulo-1.7.1/index.html
@@ -97,8 +97,8 @@
           <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
           <li><a href="/1.8/examples">Examples (1.8)</a></li>
           <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
           <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
           <li><a href="/docs-archive/">Archive</a></li>
         </ul>
         </li>
@@ -108,9 +108,8 @@
           <li><a href="/get_involved">Get Involved</a></li>
           <li><a href="/mailing_list">Mailing Lists</a></li>
           <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
           <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</a></li>
         </ul>
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/release/accumulo-1.7.2/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.7.2/index.html b/release/accumulo-1.7.2/index.html
index 3abc87f..341be23 100644
--- a/release/accumulo-1.7.2/index.html
+++ b/release/accumulo-1.7.2/index.html
@@ -97,8 +97,8 @@
           <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
           <li><a href="/1.8/examples">Examples (1.8)</a></li>
           <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
           <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
           <li><a href="/docs-archive/">Archive</a></li>
         </ul>
         </li>
@@ -108,9 +108,8 @@
           <li><a href="/get_involved">Get Involved</a></li>
           <li><a href="/mailing_list">Mailing Lists</a></li>
           <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
           <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</a></li>
         </ul>
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/release/accumulo-1.8.0/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.8.0/index.html b/release/accumulo-1.8.0/index.html
index ee882e7..f9937ac 100644
--- a/release/accumulo-1.8.0/index.html
+++ b/release/accumulo-1.8.0/index.html
@@ -97,8 +97,8 @@
           <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
           <li><a href="/1.8/examples">Examples (1.8)</a></li>
           <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
           <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
           <li><a href="/docs-archive/">Archive</a></li>
         </ul>
         </li>
@@ -108,9 +108,8 @@
           <li><a href="/get_involved">Get Involved</a></li>
           <li><a href="/mailing_list">Mailing Lists</a></li>
           <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
           <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</a></li>
         </ul>
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/release/index.html
----------------------------------------------------------------------
diff --git a/release/index.html b/release/index.html
index 531ebcb..db174b6 100644
--- a/release/index.html
+++ b/release/index.html
@@ -97,8 +97,8 @@
           <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
           <li><a href="/1.8/examples">Examples (1.8)</a></li>
           <li><a href="/features">Features</a></li>
-          <li><a href="/papers">Papers &amp; Presentations</a></li>
           <li><a href="/glossary">Glossary</a></li>
+          <li><a href="/external-docs">External Docs</a></li>
           <li><a href="/docs-archive/">Archive</a></li>
         </ul>
         </li>
@@ -108,9 +108,8 @@
           <li><a href="/get_involved">Get Involved</a></li>
           <li><a href="/mailing_list">Mailing Lists</a></li>
           <li><a href="/people">People</a></li>
-          <li><a href="/projects">Related Projects</a></li>
+          <li><a href="/related-projects">Related Projects</a></li>
           <li><a href="/contributor/">Contributor Guide</a></li>
-          <li><a href="/governance/">Governance</a></li>
         </ul>
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/releasing.html
----------------------------------------------------------------------
diff --git a/releasing.html b/releasing.html
index a85e0f5..8ebc7ad 100644
--- a/releasing.html
+++ b/releasing.html
@@ -2,9 +2,9 @@
 <html lang="en-US">
 <meta charset="utf-8">
 <title>Redirecting\u2026</title>
-<link rel="canonical" href="https://accumulo.apache.org/contributor/releasing.html">
-<meta http-equiv="refresh" content="0; url=https://accumulo.apache.org/contributor/releasing.html">
+<link rel="canonical" href="https://accumulo.apache.org/contributor/making-release.html">
+<meta http-equiv="refresh" content="0; url=https://accumulo.apache.org/contributor/making-release.html">
 <h1>Redirecting\u2026</h1>
-<a href="https://accumulo.apache.org/contributor/releasing.html">Click here if you are not redirected.</a>
-<script>location="https://accumulo.apache.org/contributor/releasing.html"</script>
+<a href="https://accumulo.apache.org/contributor/making-release.html">Click here if you are not redirected.</a>
+<script>location="https://accumulo.apache.org/contributor/making-release.html"</script>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/verifying_releases.html
----------------------------------------------------------------------
diff --git a/verifying_releases.html b/verifying_releases.html
index db67414..8110ac9 100644
--- a/verifying_releases.html
+++ b/verifying_releases.html
@@ -2,9 +2,9 @@
 <html lang="en-US">
 <meta charset="utf-8">
 <title>Redirecting\u2026</title>
-<link rel="canonical" href="https://accumulo.apache.org/contributor/verifying_releases.html">
-<meta http-equiv="refresh" content="0; url=https://accumulo.apache.org/contributor/verifying_releases.html">
+<link rel="canonical" href="https://accumulo.apache.org/contributor/verifying-release.html">
+<meta http-equiv="refresh" content="0; url=https://accumulo.apache.org/contributor/verifying-release.html">
 <h1>Redirecting\u2026</h1>
-<a href="https://accumulo.apache.org/contributor/verifying_releases.html">Click here if you are not redirected.</a>
-<script>location="https://accumulo.apache.org/contributor/verifying_releases.html"</script>
+<a href="https://accumulo.apache.org/contributor/verifying-release.html">Click here if you are not redirected.</a>
+<script>location="https://accumulo.apache.org/contributor/verifying-release.html"</script>
 </html>