You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bu...@apache.org on 2014/05/07 19:48:55 UTC

svn commit: r908323 [3/3] - in /websites/staging/accumulo/trunk/content: ./ 1.4/examples/ 1.4/user_manual/ 1.5/examples/ 1.6/examples/ downloads/ example/ governance/ release_notes/ user_manual_1.3-incubating/ user_manual_1.3-incubating/examples/

Modified: websites/staging/accumulo/trunk/content/notable_features.html
==============================================================================
--- websites/staging/accumulo/trunk/content/notable_features.html (original)
+++ websites/staging/accumulo/trunk/content/notable_features.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>
@@ -234,13 +231,7 @@ documents containing certain words.</p>
 <p>Multiple masters can be configured.  Zookeeper locks are used to determine
 which master is active.  The remaining masters simply wait for the current
 master to lose its lock.  Current master state is held in the metadata table
-and Zookeeper (see <a href="#fate-14">FATE</a>).</p>
-<h3 id="write-ahead-log">Write ahead log</h3>
-<p>In version 1.4, tablet servers send mutations to loggers which write to the local file system, not HDFS.<br />
-Each mutation is written to multiple loggers, before being committed.  In normal configurations, loggers
-are run on every server that runs a tablet server.  When a log is needed for
-recovery, it is copied into HDFS.  For efficient recovery, the log is sorted as
-it is copied.  In version 1.5, write ahead logs are written to HDFS, and loggers are no longer needed.</p>
+and Zookeeper (see <a href="#fate">FATE</a>).</p>
 <h3 id="logical-time">Logical time</h3>
 <p>A mechanism to ensure that server set times never go backwards, even when time
 across the cluster is incorrect. This ensures that updates and deletes are not
@@ -253,11 +244,11 @@ and sends this back to the tablet server
 to adjust the timestamps they issue. So logical time ensures ordering is
 always correct and master authoritative time tries to ensure that timestamps
 are meaningful.</p>
-<h3 id="logical-time-for-bulk-import-wzxhzdk414wzxhzdk5">Logical Time for bulk import <span class="label label-default">1.4</span></h3>
+<h3 id="logical-time-for-bulk-import">Logical Time for bulk import</h3>
 <p>Logical time as described above works with streaming (batch) ingest, where the
 tablet server assigns the timestamp.  Logical time is also important for bulk
 imported data, for which the client code may be choosing a timestamp.  Accumulo
-1.4 uses specialized system iterators to lazily set times in a bulk imported
+uses specialized system iterators to lazily set times in a bulk imported
 file.  This mechanism guarantees that times set by unsynchronized multi-node
 applications (such as those running on MapReduce) will maintain some semblance
 of causal ordering.  This mitigates the problem of the time being wrong on the
@@ -265,7 +256,7 @@ system that created the file for bulk im
 file is imported, but whenever it is read by scans or compactions. At import, a
 time is obtained and always used by the specialized system iterator to set that
 time.</p>
-<h3 id="fate-wzxhzdk614wzxhzdk7">FATE <span class="label label-default">1.4</span></h3>
+<h3 id="fate">FATE</h3>
 <p>Fault Tolerant Executor. A framework for executing operations in a fault
 tolerant manner. In the previous release, if the master process died in the
 middle of creating a table it could leave the system in an inconsistent state.
@@ -280,7 +271,7 @@ Zookeeper to synchronize operations acro
 <p>Stores its metadata in an Accumulo table and Zookeeper.</p>
 <h3 id="isolation">Isolation</h3>
 <p>Scans will not see data inserted into a row after the scan of that row begins.</p>
-<h2 id="performance-wzxhzdk8wzxhzdk9">Performance <a id="performance"></a></h2>
+<h2 id="performance-wzxhzdk4wzxhzdk5">Performance <a id="performance"></a></h2>
 <h3 id="relative-encoding">Relative encoding</h3>
 <p>If consecutive keys have identical portions (row, colf, colq, or colvis), there
 is a flag to indicate that a portion is the same as that of the previous key.
@@ -302,28 +293,28 @@ does not activate for short scans.</p>
 <h3 id="caching">Caching</h3>
 <p>Recently scanned data is cached into memory.  There are separate caches for
 indexes and data.  Caching can be turned on and off for individual tables.</p>
-<h3 id="multi-level-rfile-index-wzxhzdk1014wzxhzdk11">Multi-level RFile Index <span class="label label-default">1.4</span></h3>
+<h3 id="multi-level-rfile-index">Multi-level RFile Index</h3>
 <p>RFiles store an index of the last key in each block. For large files the index
 can become quite large. When the index is large a lot of memory is consumed and
-files take a long time to open. To avoid this problem, RFiles in 1.4 have a
+files take a long time to open. To avoid this problem, RFiles have a
 multi-level index tree. Index blocks can point to other index blocks or data
 blocks. The entire index never has to be resident, even when the file is
 written. When an index block exceeds the configurable size threshold, its
 written out between data blocks. The size of index blocks is configurable on a
 per table basis.</p>
-<h3 id="binary-search-in-rfile-blocks-wzxhzdk1215wzxhzdk13">Binary search in RFile blocks <span class="label label-default">1.5</span></h3>
+<h3 id="binary-search-in-rfile-blocks">Binary search in RFile blocks</h3>
 <p>RFile uses its index to locate a block of key values.  Once it reaches a block 
-it performs a linear scan to find a key on interest.  Starting with 1.5, Accumulo
-will generate indexes of cached blocks in an adaptive manner.  Accumulo indexes 
-the blocks that are read most frequently.  When a block is read a few times, a 
-small index is generated.  As a block is read more, larger indexes are generated 
-making future seeks faster. This strategy allows Accumulo to dynamically respond 
-to read patterns without precomputing block indexes when RFiles are written.</p>
-<h2 id="testing-wzxhzdk14wzxhzdk15">Testing <a id="testing"></a></h2>
+it performs a linear scan to find a key on interest.  Accumulo will generate
+indexes of cached blocks in an adaptive manner.  Accumulo indexes the blocks
+that are read most frequently.  When a block is read a few times, a small index
+is generated.  As a block is read more, larger indexes are generated making
+future seeks faster. This strategy allows Accumulo to dynamically respond to
+read patterns without precomputing block indexes when RFiles are written.</p>
+<h2 id="testing-wzxhzdk6wzxhzdk7">Testing <a id="testing"></a></h2>
 <h3 id="mock">Mock</h3>
 <p>The Accumulo client API has a mock implementation that is useful writing unit
 test against Accumulo. Mock Accumulo is in memory and in process.</p>
-<h3 id="mini-accumulo-cluster-wzxhzdk1615wzxhzdk17-wzxhzdk18144wzxhzdk19">Mini Accumulo Cluster <span class="label label-default">1.5</span> <span class="label label-default">1.4.4</span></h3>
+<h3 id="mini-accumulo-cluster">Mini Accumulo Cluster</h3>
 <p>Mini Accumulo cluster is a set of utility code that makes it easy to spin up 
 a local Accumulo instance running against the local filesystem.  Mini Accumulo
 is slower than Mock Accumulo, but its behavior mirrors a real Accumulo 
@@ -354,14 +345,14 @@ of the test graphs have a concept of cor
 Other tests have no concept of data correctness and have the simple goal of
 crashing Accumulo. Many obscure bugs have been uncovered by this testing
 framework and subsequently corrected.</p>
-<h2 id="client-api-wzxhzdk20wzxhzdk21">Client API <a id="client"></a></h2>
-<h3 id="batch-scanner"><a href="/1.4/user_manual/Writing_Accumulo_Clients.html">Batch Scanner</a></h3>
+<h2 id="client-api-wzxhzdk8wzxhzdk9">Client API <a id="client"></a></h2>
+<h3 id="batch-scanner"><a href="/1.5/accumulo_user_manual.html#_writing_accumulo_clients">Batch Scanner</a></h3>
 <p>Takes a list of Ranges, batches them to the appropriate tablet servers, and
 returns data as it is received (i.e. not in sorted order).</p>
-<h3 id="batch-writer"><a href="/1.4/user_manual/Writing_Accumulo_Clients.html">Batch Writer</a></h3>
+<h3 id="batch-writer"><a href="/1.5/accumulo_user_manual.html#_writing_accumulo_clients">Batch Writer</a></h3>
 <p>Clients buffer writes in memory before sending them in batches to the
 appropriate tablet servers.</p>
-<h3 id="bulk-import"><a href="/1.4/user_manual/High_Speed_Ingest.html#Bulk_Ingest">Bulk Import</a></h3>
+<h3 id="bulk-import"><a href="/1.5/accumulo_user_manual.html#_bulk_ingest">Bulk Import</a></h3>
 <p>Instead of writing individual mutations to Accumulo, entire files of sorted key
 value pairs can be imported. These files are moved into the Accumulo directory
 and referenced by Accumulo. This feature is useful for ingesting a large amount
@@ -370,15 +361,15 @@ higher latency for data availability for
 using map reduce and then bulk imported. This method of ingest also allows for
 flexibility in resource allocation.  The nodes running map reduce to sort data
 could be different from the Accumulo nodes.</p>
-<h3 id="map-reduce"><a href="/1.4/user_manual/Writing_Accumulo_Clients.html">Map Reduce</a></h3>
+<h3 id="map-reduce"><a href="/1.5/accumulo_user_manual.html#_writing_accumulo_clients">Map Reduce</a></h3>
 <p>Accumulo can be a source and/or sink for map reduce jobs.</p>
-<h3 id="thrift-proxy-wzxhzdk2215wzxhzdk23-wzxhzdk24144wzxhzdk25">Thrift Proxy <span class="label label-default">1.5</span> <span class="label label-default">1.4.4</span></h3>
+<h3 id="thrift-proxy">Thrift Proxy</h3>
 <p>The Accumulo client code contains a lot of complexity.  For example, the 
 client code locates tablets, retries in the case of failures, and supports 
 concurrent reading and writing.  All of this is written in Java.  The thrift
 proxy wraps the Accumulo client API with thrift, making this API easily
 available to other languages like Python, Ruby, C++, etc.</p>
-<h2 id="extensible-behaviors-wzxhzdk26wzxhzdk27">Extensible Behaviors <a id="behaviors"></a></h2>
+<h2 id="extensible-behaviors-wzxhzdk10wzxhzdk11">Extensible Behaviors <a id="behaviors"></a></h2>
 <h3 id="pluggable-balancer">Pluggable balancer</h3>
 <p>Users can provide a balancer plugin that decides how to distribute tablets
 across a table.  These plugins can be provided on a per table basis.  This is
@@ -398,7 +389,7 @@ period.</p>
 <h3 id="pluggable-logger-assignment-strategy">Pluggable logger assignment strategy</h3>
 <p>The plugin that decided which loggers should be assigned to which tablet
 servers is configurable.</p>
-<h2 id="general-administration-wzxhzdk28wzxhzdk29">General Administration <a id="admin"></a></h2>
+<h2 id="general-administration-wzxhzdk12wzxhzdk13">General Administration <a id="admin"></a></h2>
 <h3 id="monitor-page">Monitor page</h3>
 <p>A simple web server provides basic information about the system health and
 performance.  It displays table sizes, ingest and query statistics, server
@@ -420,7 +411,7 @@ effect until server processes are restar
 <h3 id="table-renaming">Table renaming</h3>
 <p>Tables can be renamed easily because Accumulo uses internal table IDs and
 stores mappings between names and IDs in Zookeeper.</p>
-<h2 id="internal-data-management-wzxhzdk30wzxhzdk31">Internal Data Management <a id="internal_dm"></a></h2>
+<h2 id="internal-data-management-wzxhzdk14wzxhzdk15">Internal Data Management <a id="internal_dm"></a></h2>
 <h3 id="locality-groups">Locality groups</h3>
 <p>Groups columns within a single file. There is a default locality group so that
 not all columns need be specified. The locality groups can be restructured
@@ -437,7 +428,7 @@ only if all files are larger than a conf
 multiplied by the largest file size.  If this cannot be done with all the
 files, the largest file is removed from consideration, and the remaining files
 are considered for compaction.  This is done until there are no files to merge.</p>
-<h3 id="merging-minor-compaction-wzxhzdk3214wzxhzdk33">Merging Minor Compaction <span class="label label-default">1.4</span></h3>
+<h3 id="merging-minor-compaction">Merging Minor Compaction</h3>
 <p>When a max number of files per tablet is reached, minor compactions will merge
 data from the in-memory map with the smallest file instead of creating new
 files.  This throttles ingest.  In previous releases new files were just created
@@ -445,38 +436,38 @@ even if major compactions were falling b
 was growing.  Without this feature, ingest performance can roughly continue at a
 constant rate, even as scan performance decreases because tablets have too many
 files.</p>
-<h3 id="loading-jars-using-vfs-wzxhzdk3415wzxhzdk35">Loading jars using VFS <span class="label label-default">1.5</span></h3>
+<h3 id="loading-jars-using-vfs">Loading jars using VFS</h3>
 <p>User written iterators are a useful way to manipulate data in data in Accumulo. 
 Before 1.5., users had to copy their iterators to each tablet server.  Starting 
 with 1.5 Accumulo can load iterators from HDFS using Apache commons VFS.</p>
-<h2 id="on-demand-data-management-wzxhzdk36wzxhzdk37">On-demand Data Management <a id="ondemand_dm"></a></h2>
+<h2 id="on-demand-data-management-wzxhzdk16wzxhzdk17">On-demand Data Management <a id="ondemand_dm"></a></h2>
 <h3 id="compactions">Compactions</h3>
 <p>Ability to force tablets to compact to one file. Even tablets with one file are
 compacted.  This is useful for improving query performance, permanently
 applying iterators, or using a new locality group configuration.  One example
 of using iterators is applying a filtering iterator to remove data from a
-table. As of 1.5, users can initiate a compaction with iterators only applied to 
+table. Additionally, users can initiate a compaction with iterators only applied to
 that compaction event.</p>
 <h3 id="split-points">Split points</h3>
 <p>Arbitrary split points can be added to an online table at any point in time.
 This is useful for increasing ingest performance on a new table. It can also be
 used to accommodate new data patterns in an existing table.</p>
-<h3 id="tablet-merging-wzxhzdk3814wzxhzdk39">Tablet Merging <span class="label label-default">1.4</span></h3>
+<h3 id="tablet-merging">Tablet Merging</h3>
 <p>Tablet merging is a new feature. Merging of tablets can be requested in the
-shell; Accumulo does not merge tablets automatically. In 1.5, the METADATA tablets 
-can be merged.</p>
-<h3 id="table-cloning-wzxhzdk4014wzxhzdk41">Table Cloning <span class="label label-default">1.4</span></h3>
+shell; Accumulo does not merge tablets automatically. If desired, the METADATA
+tablets can be merged.</p>
+<h3 id="table-cloning">Table Cloning</h3>
 <p>Allows users to quickly create a new table that references an existing table's
 data and copies its configuration. A cloned table and its source table can be
 mutated independently. Testing was the motivating reason behind this new
 feature. For example to test a new filtering iterator, clone the table, add the
 filter to the clone, and force a major compaction.</p>
-<h3 id="importexport-table-wzxhzdk4215wzxhzdk43">Import/Export Table <span class="label label-default">1.5</span></h3>
+<h3 id="importexport-table">Import/Export Table</h3>
 <p>An offline tables metadata and files can easily be copied to another cluster and 
 imported.</p>
-<h3 id="compact-range-wzxhzdk4414wzxhzdk45">Compact Range <span class="label label-default">1.4</span></h3>
+<h3 id="compact-range">Compact Range</h3>
 <p>Compact each tablet that falls within a row range down to a single file.  </p>
-<h3 id="delete-range-wzxhzdk4614wzxhzdk47">Delete Range <span class="label label-default">1.4</span></h3>
+<h3 id="delete-range">Delete Range</h3>
 <p>Added an operation to efficiently delete a range of rows from a table. Tablets
 that fall completely within a range are simply dropped. Tablets overlapping the
 beginning and end of the range are split, compacted, and then merged.  </p>

Added: websites/staging/accumulo/trunk/content/old_documentation.html
==============================================================================
--- websites/staging/accumulo/trunk/content/old_documentation.html (added)
+++ websites/staging/accumulo/trunk/content/old_documentation.html Wed May  7 17:48:53 2014
@@ -0,0 +1,237 @@
+<!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">
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
+  <![endif]-->
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+  <script src="/js/bootstrap.min.js"></script>
+  <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 Old Documentation</title>
+  
+  <script type="text/javascript">
+/*
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-21103458-6']);
+    _gaq.push(['_setDomainName', 'apache.org']);
+    _gaq.push(['_setAllowLinker', true]);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+*/
+  </script>
+
+
+</head>
+
+<body>
+<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<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 class="navbar-brand" href="/index.html">Accumulo</a>
+  </div>
+  <div class="collapse navbar-collapse" id="navbar-items">
+  <ul class="nav navbar-nav">
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        Project <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li id="nav_index"><a href="/index.html">Home</a></li>
+<li id="nav_downloads"><a href="/downloads">Downloads</a></li>
+<li id="nav_features"><a href="/notable_features.html">Features</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0"><i class="fa fa-external-link"></i> License</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.html">Get Involved</a></li>
+<li id="nav_mailinglists"><a href="/mailing_list.html">Mailing Lists</a></li>
+<li id="nav_people"><a href="/people.html">People</a></li>
+<li class="divider"></li>
+<li class="dropdown-header">Governance</li>
+<li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
+<li id="nav_consensusbuilding"><a href="/governance/consensusBuilding.html">Consensus Building</a></li>
+<li id="nav_lazyconsensus"><a href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
+<li id="nav_releasing"><a href="/governance/releasing.html">Releasing</a></li>
+<li id="nav_voting"><a href="/governance/voting.html">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 id="nav_source"><a href="/source.html">Source &amp; Guide</a></li>
+<li id="nav_git"><a href="/git.html">Git WIP</a></li>
+<li id="nav_contrib"><a href="/contrib.html">Contrib Projects</a></li>
+<li id="nav_releasing"><a href="/releasing.html">Making Releases</a></li>
+<li><a href="https://issues.apache.org/jira/browse/accumulo"><i class="fa fa-external-link"></i> Issues</a></li>
+<li><a href="https://builds.apache.org/view/A-D/view/Accumulo/"><i class="fa fa-external-link"></i> Builds</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 class="dropdown-header">Manual</li>
+<li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
+<li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
+<li class="divider"</li>
+<li class="dropdown-header">Javadoc</li>
+<li><a href="/1.5/apidocs">1.5</a></li>
+<li><a href="/1.6/apidocs">1.6</a></li>
+<li class="divider"</li>
+<li class="dropdown-header">Examples</li>
+<li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
+<li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
+<li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
+<li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
+<li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
+<li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
+</ul>
+</li>
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        ASF Links <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li><a href="http://www.apache.org"><i class="fa fa-external-link"></i> Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link"></i> Sponsorship</a></li>
+<li><a href="http://www.apache.org/security/"><i class="fa fa-external-link"></i> Security</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link"></i> Thanks</a></li>
+</ul>
+</li>
+</ul>
+
+<form method="GET" action="http://search-hadoop.com/" class="navbar-form navbar-right" role="search">
+  <div class="form-group">
+    <input type="text" name="q" class="form-control" placeholder="Search"/>
+    <input type="hidden" name="fc_project" value="Accumulo"/>
+  </div>
+  <button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search"></span></button>
+</form>
+  </div>
+
+</div>
+</nav>
+
+
+<div class="container-fluid">
+<div class="row">
+  <div class="col-md-2" id="sidebar">
+  <div style="text-align: center">
+    <a href="/index.html"><img id="logo" alt="Apache Accumulo &trade;" class="img-responsive" src="/images/accumulo-logo.png"/></a>
+    <br>
+Latest 1.6 release: <strong>1.6.0</strong><br>
+Latest 1.5 release: <strong>1.5.1</strong><br>
+    <br>
+    <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
+  </div>
+    <hr>
+<table class="table" id="sociallinks">
+<tr><td><img src="/images/Twitter_logo_blue.png" style="height: 1em"></td><td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td></tr>
+<tr><td><img src="/images/InBug-16px_0.png"></td><td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td></tr>
+<tr><td><img src="/images/GitHub-Mark-32px.png" style="height: 1em"></td><td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td></tr>
+<tr><td><span class="glyphicon glyphicon-comment"></span></td><td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td></tr>
+</table>
+<hr>
+<a id="accumulo-summit-logo" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit-2014.png"></a>
+  </div>
+  <div class="col-md-8 col-md-offset-1">
+<!--
+  <div id="bannertext">
+    <img id="logo" alt="Apache Accumulo &trade;" src="/images/accumulo-logo.png"/>
+  </div>
+-->
+
+  <div id="content">
+
+    <h1 class="title">Apache Accumulo Old Documentation</h1>
+
+    <p>This page contains pointers to the documentation for major versions of Accumulo that are no longer under active development.</p>
+<h4 id="14-documentation">1.4 Documentation</h4>
+<ul>
+<li><a href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob_plain;f=README;hb=f7d87b6e407de6597b6c0ca60ca1b6a321faf237" onClick="javascript: _gaq.push(['_trackPageview', '/1.4/README']);">README</a></li>
+<li><a href="/1.4/accumulo_user_manual.pdf" onClick="javascript: _gaq.push(['_trackPageview', '/1.4/accumulo_user_manual.pdf']);">pdf manual</a></li>
+<li><a href="/1.4/user_manual" title="1.4 user manual">html manual</a></li>
+<li><a href="/1.4/examples" title="1.4 examples">examples</a></li>
+<li><a href="/1.4/apidocs" onClick="javascript: _gaq.push(['_trackPageview', '/1.4/apidocs']);">Javadoc</a></li>
+</ul>
+<h4 id="13-documentation">1.3 Documentation</h4>
+<ul>
+<li><a href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob_plain;f=README;h=86713d9b6add9038d5130b4a23ba4a79b72d0f15;hb=3b4ffc158945c1f834fc6f257f21484c61691d0f" onClick="javascript: _gaq.push(['_trackPageview', '/1.3/README']);">README</a></li>
+<li><a href="/user_manual_1.3-incubating/" title="1.3 user manual">html manual</a></li>
+<li><a href="/user_manual_1.3-incubating/examples/" title="1.3 examples">examples</a></li>
+</ul>
+  </div>
+
+  <div id="footer">
+    <a alt="Apache Software Foundation" href="http://www.apache.org">
+      <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" width="100">
+    </a>
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2011-2014 The Apache Software Foundation, Licensed under
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
+        project logo are trademarks of the <a href="http://www.apache.org">Apache Software Foundation</a>.<br />
+        Site created with <a href="http://getbootstrap.com/">Bootstrap</a> including icons from <a href="http://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
+      </p>
+    </div> 
+  </div>
+  </div>
+
+</div>
+</div>
+
+<script type="text/javascript">
+
+$("#old_documentation").addClass("active");
+
+</script>
+</body>
+</html>

Modified: websites/staging/accumulo/trunk/content/papers.html
==============================================================================
--- websites/staging/accumulo/trunk/content/papers.html (original)
+++ websites/staging/accumulo/trunk/content/papers.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/people.html
==============================================================================
--- websites/staging/accumulo/trunk/content/people.html (original)
+++ websites/staging/accumulo/trunk/content/people.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/release_notes/1.5.1.html
==============================================================================
--- websites/staging/accumulo/trunk/content/release_notes/1.5.1.html (original)
+++ websites/staging/accumulo/trunk/content/release_notes/1.5.1.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/release_notes/1.6.0.html
==============================================================================
--- websites/staging/accumulo/trunk/content/release_notes/1.6.0.html (original)
+++ websites/staging/accumulo/trunk/content/release_notes/1.6.0.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/releasing.html
==============================================================================
--- websites/staging/accumulo/trunk/content/releasing.html (original)
+++ websites/staging/accumulo/trunk/content/releasing.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/screenshots.html
==============================================================================
--- websites/staging/accumulo/trunk/content/screenshots.html (original)
+++ websites/staging/accumulo/trunk/content/screenshots.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/source.html
==============================================================================
--- websites/staging/accumulo/trunk/content/source.html (original)
+++ websites/staging/accumulo/trunk/content/source.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>
@@ -241,7 +238,6 @@ need to install or modify the Thrift def
 <p><img src="https://builds.apache.org/job/Accumulo-1.6/lastBuild/buildStatus" style="height: 1.1em"> <a href="https://builds.apache.org/job/Accumulo-1.6/">1.6 Branch</a></p>
 <p><img src="https://builds.apache.org/job/Accumulo-1.5-Hadoop-2/lastBuild/buildStatus" style="height: 1.1em"> <a href="https://builds.apache.org/job/Accumulo-1.5-Hadoop-2/">1.5 Branch (Hadoop 2)</a></p>
 <p><img src="https://builds.apache.org/job/Accumulo-1.5/lastBuild/buildStatus" style="height: 1.1em"> <a href="https://builds.apache.org/job/Accumulo-1.5/">1.5 Branch (Hadoop 1)</a></p>
-<p><img src="https://builds.apache.org/job/Accumulo-1.4/lastBuild/buildStatus" style="height: 1.1em"> <a href="https://builds.apache.org/job/Accumulo-1.4/">1.4 Branch</a></p>
 <h3 id="issue-tracking">Issue Tracking</h3>
 <p>Accumulo <a href="https://issues.apache.org/jira/browse/accumulo">tracks issues</a> with <a href="http://www.atlassian.com/software/jira/overview">JIRA</a>.  Every commit should reference a JIRA ticket of the form ACCUMULO-#.</p>
 <h3 id="merging-practices">Merging Practices</h3>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Accumulo_Design.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Accumulo_Design.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Accumulo_Design.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Accumulo_Shell.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Accumulo_Shell.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Accumulo_Shell.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Administration.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Administration.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Administration.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Analytics.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Analytics.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Analytics.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Contents.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Contents.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Contents.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/High_Speed_Ingest.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/High_Speed_Ingest.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/High_Speed_Ingest.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Introduction.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Introduction.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Introduction.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Security.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Security.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Security.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Shell_Commands.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Shell_Commands.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Shell_Commands.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Table_Configuration.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Table_Configuration.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Table_Configuration.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Table_Design.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Table_Design.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Table_Design.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Writing_Accumulo_Clients.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Writing_Accumulo_Clients.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/Writing_Accumulo_Clients.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/accumulo_user_manual.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/accumulo_user_manual.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/accumulo_user_manual.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/aggregation.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/aggregation.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/aggregation.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/batch.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/batch.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/batch.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/bloom.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/bloom.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/bloom.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/bulkIngest.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/bulkIngest.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/bulkIngest.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/constraints.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/constraints.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/constraints.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/dirlist.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/dirlist.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/dirlist.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/filter.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/filter.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/filter.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/helloworld.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/helloworld.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/helloworld.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/index.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/index.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/index.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/mapred.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/mapred.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/mapred.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/shard.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/shard.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/examples/shard.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>

Modified: websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/index.html
==============================================================================
--- websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/index.html (original)
+++ websites/staging/accumulo/trunk/content/user_manual_1.3-incubating/index.html Wed May  7 17:48:53 2014
@@ -116,20 +116,18 @@
       </a>
 <ul class="dropdown-menu">
 <li class="dropdown-header">Manual</li>
-<li><a href="/1.4/user_manual">1.4</a></li>
 <li><a href="/1.5/accumulo_user_manual.html">1.5</a></li>
 <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Javadoc</li>
-<li><a href="/1.4/apidocs">1.4</a></li>
 <li><a href="/1.5/apidocs">1.5</a></li>
 <li><a href="/1.6/apidocs">1.6</a></li>
 <li class="divider"</li>
 <li class="dropdown-header">Examples</li>
-<li id="nav_examples_1_4"><a href="/1.4/examples">1.4</a></li>
 <li id="nav_examples_1_5"><a href="/1.5/examples">1.5</a></li>
 <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
 <li class="divider"></li>
+<li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
 <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
 <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
 <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
@@ -170,7 +168,6 @@
     <br>
 Latest 1.6 release: <strong>1.6.0</strong><br>
 Latest 1.5 release: <strong>1.5.1</strong><br>
-Latest 1.4 release: <strong>1.4.5</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>