Fixed several bugs in website * Fixed bug where navbar dropdowns were not closing after being opened * Fixed bug navbar collapse (for mobile screens) was not closing after being opening. * Fixed style of Latest News on mobile * Removed highlighting open page in navbar * Renamed skeleton to default * Removed unused default layout * Removed unused props in config.yml to hopefully disable github-metadata * Moved custom JS to _includes/scripts.html * JQuery 2 is now used due to dataTables not support JQuery 3
Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/b8fa8b9d Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/b8fa8b9d Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/b8fa8b9d Branch: refs/heads/master Commit: b8fa8b9ded1045e3b17f4d4b7b25793e2d213378 Parents: 5611d6d Author: Mike Walch <[email protected]> Authored: Thu Oct 27 15:07:29 2016 -0400 Committer: Mike Walch <[email protected]> Committed: Fri Oct 28 10:19:28 2016 -0400 ---------------------------------------------------------------------- 1.4/examples/index.md | 1 - 1.5/examples/index.md | 1 - 1.6/examples/index.md | 1 - 1.7/examples/index.md | 1 - _config-asf.yml | 4 +- _config.yml | 4 +- _includes/footer.html | 38 -------------- _includes/head.html | 12 ----- _includes/header.html | 27 ---------- _includes/nav.html | 60 +++++++++++----------- _includes/scripts.html | 33 ++++++++++++ _layouts/default.hml | 58 +++++++++++++++++++++ _layouts/default.html | 20 -------- _layouts/post.html | 2 +- _layouts/skeleton.html | 98 ------------------------------------ bylaws.md | 1 - contrib.md | 1 - css/accumulo.scss | 6 --- downloads/index.md | 1 - get_involved.md | 1 - git.md | 1 - glossary.md | 1 - governance/consensusBuilding.md | 1 - governance/lazyConsensus.md | 1 - governance/releasing.md | 1 - governance/voting.md | 1 - index.md | 5 +- mailing_list.md | 1 - notable_features.md | 1 - papers/index.md | 1 - people.md | 1 - projects.md | 1 - rb.md | 1 - release_notes/1.5.1.md | 1 - release_notes/1.5.2.md | 1 - release_notes/1.5.3.md | 1 - release_notes/1.5.4.md | 1 - release_notes/1.6.0.md | 1 - release_notes/1.6.1.md | 1 - release_notes/1.6.2.md | 1 - release_notes/1.6.3.md | 1 - release_notes/1.6.4.md | 1 - release_notes/1.6.5.md | 1 - release_notes/1.6.6.md | 1 - release_notes/1.7.0.md | 1 - release_notes/1.7.1.md | 1 - release_notes/1.7.2.md | 1 - release_notes/1.8.0.md | 1 - release_notes/index.md | 1 - releasing.md | 1 - screenshots.md | 1 - source.md | 1 - thanks.md | 1 - verifying_releases.md | 1 - versioning.md | 1 - 55 files changed, 126 insertions(+), 283 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/1.4/examples/index.md ---------------------------------------------------------------------- diff --git a/1.4/examples/index.md b/1.4/examples/index.md index 04c34e6..8982902 100644 --- a/1.4/examples/index.md +++ b/1.4/examples/index.md @@ -1,6 +1,5 @@ --- title: Examples -nav: nav_examples_14 --- Each README in the examples directory highlights the use of particular features of Apache Accumulo. http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/1.5/examples/index.md ---------------------------------------------------------------------- diff --git a/1.5/examples/index.md b/1.5/examples/index.md index f33d076..f1c79f9 100644 --- a/1.5/examples/index.md +++ b/1.5/examples/index.md @@ -1,6 +1,5 @@ --- title: Examples -nav: nav_examples_15 --- Before running any of the examples, the following steps must be performed. http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/1.6/examples/index.md ---------------------------------------------------------------------- diff --git a/1.6/examples/index.md b/1.6/examples/index.md index 55dc411..ab73eb2 100644 --- a/1.6/examples/index.md +++ b/1.6/examples/index.md @@ -1,6 +1,5 @@ --- title: Examples -nav: nav_examples_16 --- Before running any of the examples, the following steps must be performed. http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/1.7/examples/index.md ---------------------------------------------------------------------- diff --git a/1.7/examples/index.md b/1.7/examples/index.md index 4d85930..04d5a71 100644 --- a/1.7/examples/index.md +++ b/1.7/examples/index.md @@ -1,6 +1,5 @@ --- title: Examples -nav: nav_examples_17 --- Before running any of the examples, the following steps must be performed. http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/_config-asf.yml ---------------------------------------------------------------------- diff --git a/_config-asf.yml b/_config-asf.yml index 3e72305..e501720 100644 --- a/_config-asf.yml +++ b/_config-asf.yml @@ -14,8 +14,6 @@ description: > # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog url: "https://accumulo.apache.org" # the base hostname & protocol for your site twitter_username: ApacheAccumulo -github_username: apache/accumulo -repository: apache/accumulo exclude: [vendor] latest_minor_release: 1.8 num_home_posts: 5 @@ -29,7 +27,7 @@ defaults: path: "" type: "pages" values: - layout: "skeleton" + layout: "default" - scope: path: "_posts/blog" http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml index ce23894..68c5817 100644 --- a/_config.yml +++ b/_config.yml @@ -14,8 +14,6 @@ description: > # this means to ignore newlines until "baseurl:" baseurl: "/accumulo" # the subpath of your site, e.g. /blog url: "https://accumulo.apache.org" # the base hostname & protocol for your site twitter_username: ApacheAccumulo -github_username: apache/accumulo -repository: apache/accumulo exclude: [vendor] latest_minor_release: 1.8 num_home_posts: 5 @@ -29,7 +27,7 @@ defaults: path: "" type: "pages" values: - layout: "skeleton" + layout: "default" - scope: path: "_posts/blog" http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/_includes/footer.html ---------------------------------------------------------------------- diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index 72239f1..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,38 +0,0 @@ -<footer class="site-footer"> - - <div class="wrapper"> - - <h2 class="footer-heading">{{ site.title }}</h2> - - <div class="footer-col-wrapper"> - <div class="footer-col footer-col-1"> - <ul class="contact-list"> - <li>{{ site.title }}</li> - <li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li> - </ul> - </div> - - <div class="footer-col footer-col-2"> - <ul class="social-media-list"> - {% if site.github_username %} - <li> - {% include icon-github.html username=site.github_username %} - </li> - {% endif %} - - {% if site.twitter_username %} - <li> - {% include icon-twitter.html username=site.twitter_username %} - </li> - {% endif %} - </ul> - </div> - - <div class="footer-col footer-col-3"> - <p>{{ site.description }}</p> - </div> - </div> - - </div> - -</footer> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/_includes/head.html ---------------------------------------------------------------------- diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index 1598d6f..0000000 --- a/_includes/head.html +++ /dev/null @@ -1,12 +0,0 @@ -<head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - - <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title> - <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}"> - - <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}"> - <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> - <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}"> -</head> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/_includes/header.html ---------------------------------------------------------------------- diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index b3f86db..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,27 +0,0 @@ -<header class="site-header"> - - <div class="wrapper"> - - <a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a> - - <nav class="site-nav"> - <a href="#" class="menu-icon"> - <svg viewBox="0 0 18 15"> - <path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/> - <path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/> - <path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/> - </svg> - </a> - - <div class="trigger"> - {% for my_page in site.pages %} - {% if my_page.title %} - <a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a> - {% endif %} - {% endfor %} - </div> - </nav> - - </div> - -</header> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/_includes/nav.html ---------------------------------------------------------------------- diff --git a/_includes/nav.html b/_includes/nav.html index e72349b..85bbe65 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -16,47 +16,47 @@ <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> <ul class="dropdown-menu"> <li class="dropdown-header">1.8.0 Release (Latest)</li> - <li id="nav_rn_180"><a href="{{ site.baseurl }}/release_notes/1.8.0">Release Notes</a></li> + <li><a href="{{ site.baseurl }}/release_notes/1.8.0">Release Notes</a></li> <li><a href="{{ site.baseurl }}/1.8/accumulo_user_manual">User Manual</a></li> <li><a href="{{ site.baseurl }}/1.8/apidocs">Javadoc</a></li> - <li id="nav_examples_18"><a href="{{ site.baseurl }}/1.8/examples">Examples</a></li> + <li><a href="{{ site.baseurl }}/1.8/examples">Examples</a></li> <li class="divider"></li> <li class="dropdown-header">1.7.2 Release</li> - <li id="nav_rn_172"><a href="{{ site.baseurl }}/release_notes/1.7.2">Release Notes</a></li> + <li><a href="{{ site.baseurl }}/release_notes/1.7.2">Release Notes</a></li> <li><a href="{{ site.baseurl }}/1.7/accumulo_user_manual">User Manual</a></li> <li><a href="{{ site.baseurl }}/1.7/apidocs">Javadoc</a></li> - <li id="nav_examples_17"><a href="{{ site.baseurl }}/1.7/examples">Examples</a></li> + <li><a href="{{ site.baseurl }}/1.7/examples">Examples</a></li> <li class="divider"></li> <li class="dropdown-header">1.6.6 Release</li> - <li id="nav_rn_166"><a href="{{ site.baseurl }}/release_notes/1.6.6">Release Notes</a></li> + <li><a href="{{ site.baseurl }}/release_notes/1.6.6">Release Notes</a></li> <li><a href="{{ site.baseurl }}/1.6/accumulo_user_manual">User Manual</a></li> <li><a href="{{ site.baseurl }}/1.6/apidocs">Javadoc</a></li> - <li id="nav_examples_16"><a href="{{ site.baseurl }}/1.6/examples">Examples</a></li> + <li><a href="{{ site.baseurl }}/1.6/examples">Examples</a></li> <li class="divider"></li> - <li id="nav_features"><a href="{{ site.baseurl }}/notable_features">Features</a></li> - <li id="nav_rn"><a href="{{ site.baseurl }}/release_notes">Release Notes Archive</a></li> - <li id="old_documentation"><a href="{{ site.baseurl }}/old_documentation">Documentation Archive</a></li> - <li id="nav_screenshots"><a href="{{ site.baseurl }}/screenshots">Screenshots</a></li> - <li id="nav_papers"><a href="{{ site.baseurl }}/papers">Papers & Presentations</a></li> - <li id="nav_glossary"><a href="{{ site.baseurl }}/glossary">Glossary</a></li> + <li><a href="{{ site.baseurl }}/notable_features">Features</a></li> + <li><a href="{{ site.baseurl }}/release_notes">Release Notes Archive</a></li> + <li><a href="{{ site.baseurl }}/old_documentation">Documentation Archive</a></li> + <li><a href="{{ site.baseurl }}/screenshots">Screenshots</a></li> + <li><a href="{{ site.baseurl }}/papers">Papers & Presentations</a></li> + <li><a href="{{ site.baseurl }}/glossary">Glossary</a></li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a> <ul class="dropdown-menu"> - <li id="nav_getinvolved"><a href="{{ site.baseurl }}/get_involved">Get Involved</a></li> - <li id="nav_mailinglists"><a href="{{ site.baseurl }}/mailing_list">Mailing Lists</a></li> - <li id="nav_people"><a href="{{ site.baseurl }}/people">People</a></li> - <li id="nav_news"><a href="{{ site.baseurl }}/news">News Archive</a></li> - <li id="nav_projects"><a href="{{ site.baseurl }}/projects">Community Projects</a></li> - <li id="nav_thanks"><a href="{{ site.baseurl }}/thanks">Thanks</a></li> + <li><a href="{{ site.baseurl }}/get_involved">Get Involved</a></li> + <li><a href="{{ site.baseurl }}/mailing_list">Mailing Lists</a></li> + <li><a href="{{ site.baseurl }}/people">People</a></li> + <li><a href="{{ site.baseurl }}/news">News Archive</a></li> + <li><a href="{{ site.baseurl }}/projects">Community Projects</a></li> + <li><a href="{{ site.baseurl }}/thanks">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Governance</li> - <li id="nav_bylaws"><a href="{{ site.baseurl }}/bylaws">Bylaws</a></li> - <li id="nav_consensusbuilding"><a href="{{ site.baseurl }}/governance/consensusBuilding">Consensus Building</a></li> - <li id="nav_lazyconsensus"><a href="{{ site.baseurl }}/governance/lazyConsensus">Lazy Consensus</a></li> - <li id="nav_govreleasing"><a href="{{ site.baseurl }}/governance/releasing">Releasing</a></li> - <li id="nav_voting"><a href="{{ site.baseurl }}/governance/voting">Voting</a></li> + <li><a href="{{ site.baseurl }}/bylaws">Bylaws</a></li> + <li><a href="{{ site.baseurl }}/governance/consensusBuilding">Consensus Building</a></li> + <li><a href="{{ site.baseurl }}/governance/lazyConsensus">Lazy Consensus</a></li> + <li><a href="{{ site.baseurl }}/governance/releasing">Releasing</a></li> + <li><a href="{{ site.baseurl }}/governance/voting">Voting</a></li> </ul> </li> <li class="dropdown"> @@ -68,13 +68,13 @@ <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li> <li class="divider"></li> <li class="dropdown-header">Guides</li> - <li id="nav_source"><a href="{{ site.baseurl }}/source">Source & Guide</a></li> - <li id="nav_git"><a href="{{ site.baseurl }}/git">Git Workflow</a></li> - <li id="nav_versioning"><a href="{{ site.baseurl }}/versioning">Versioning</a></li> - <li id="nav_contrib"><a href="{{ site.baseurl }}/contrib">Contrib Projects</a></li> - <li id="nav_rb"><a href="{{ site.baseurl }}/rb">Review Board</a></li> - <li id="nav_releasing"><a href="{{ site.baseurl }}/releasing">Making Releases</a></li> - <li id="nav_verify_release"><a href="{{ site.baseurl }}/verifying_releases">Verifying Releases</a></li> + <li><a href="{{ site.baseurl }}/source">Source & Guide</a></li> + <li><a href="{{ site.baseurl }}/git">Git Workflow</a></li> + <li><a href="{{ site.baseurl }}/versioning">Versioning</a></li> + <li><a href="{{ site.baseurl }}/contrib">Contrib Projects</a></li> + <li><a href="{{ site.baseurl }}/rb">Review Board</a></li> + <li><a href="{{ site.baseurl }}/releasing">Making Releases</a></li> + <li><a href="{{ site.baseurl }}/verifying_releases">Verifying Releases</a></li> </ul> </li> </ul> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/_includes/scripts.html ---------------------------------------------------------------------- diff --git a/_includes/scripts.html b/_includes/scripts.html new file mode 100644 index 0000000..cceb557 --- /dev/null +++ b/_includes/scripts.html @@ -0,0 +1,33 @@ +<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> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/_layouts/default.hml ---------------------------------------------------------------------- diff --git a/_layouts/default.hml b/_layouts/default.hml new file mode 100644 index 0000000..b01cd1e --- /dev/null +++ b/_layouts/default.hml @@ -0,0 +1,58 @@ +<!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="{{ site.baseurl }}/css/accumulo.css" rel="stylesheet" type="text/css"> + +<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</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> +{% include scripts.html %} +</head> +<body style="padding-top: 100px"> + + {% include nav.html %} + + <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"> + {% unless page.skiph1fortitle %} + <h1 class="title">{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</h1> + {% endunless %} + {{ content }} + </div> + + {% capture footer-include %}{% include footer.md %}{% endcapture %}{{ footer-include | markdownify }} + </div> + </div> + </div> +</body> +</html> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/_layouts/default.html ---------------------------------------------------------------------- diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index e4ab96f..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<html> - - {% include head.html %} - - <body> - - {% include header.html %} - - <div class="page-content"> - <div class="wrapper"> - {{ content }} - </div> - </div> - - {% include footer.html %} - - </body> - -</html> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/_layouts/post.html ---------------------------------------------------------------------- diff --git a/_layouts/post.html b/_layouts/post.html index 5a9c338..07d5e58 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,5 +1,5 @@ --- -layout: skeleton +layout: default --- <h5>{% if page.author %}{{ page.author }} - {% endif %}{{ page.date | date_to_string }} </h5> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/_layouts/skeleton.html ---------------------------------------------------------------------- diff --git a/_layouts/skeleton.html b/_layouts/skeleton.html deleted file mode 100644 index e48db24..0000000 --- a/_layouts/skeleton.html +++ /dev/null @@ -1,98 +0,0 @@ -<!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/jqc-1.12.3/dt-1.10.12/datatables.min.css"/> -<link href="{{ site.baseurl }}/css/accumulo.css" rel="stylesheet" type="text/css"> - -<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title> - -<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/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-3.3.6/jqc-1.12.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(); - } - }); - - {% if page.nav %} - // decorate menu with currently navigated page - $(function() { - $("#{{page.nav}}").addClass("active"); - }); - {% endif %} - - $(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"> - - {% include nav.html %} - - <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"> - {% unless page.skiph1fortitle %} - <h1 class="title">{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</h1> - {% endunless %} - {{ content }} - </div> - - {% capture footer-include %}{% include footer.md %}{% endcapture %}{{ footer-include | markdownify }} - </div> - </div> - </div> -</body> -</html> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/bylaws.md ---------------------------------------------------------------------- diff --git a/bylaws.md b/bylaws.md index 291ed70..6cf259f 100644 --- a/bylaws.md +++ b/bylaws.md @@ -1,6 +1,5 @@ --- title: Bylaws -nav: nav_bylaws --- This is version 3 of the bylaws. Community work actively continues on the bylaws, and so key segments of them are subject to change. http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/contrib.md ---------------------------------------------------------------------- diff --git a/contrib.md b/contrib.md index 7c430a1..e8b3853 100644 --- a/contrib.md +++ b/contrib.md @@ -1,6 +1,5 @@ --- title: Contrib Projects -nav: nav_contrib --- Apache Accumulo is a complex distributed system. In order to minimize that http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/css/accumulo.scss ---------------------------------------------------------------------- diff --git a/css/accumulo.scss b/css/accumulo.scss index f0e629c..2063ea1 100644 --- a/css/accumulo.scss +++ b/css/accumulo.scss @@ -45,11 +45,6 @@ code { padding-top: 5px; } -ul.nav li.dropdown:hover > ul.dropdown-menu { - /* so nav submenus open on hover */ - display: block; -} - #home-description { font-size: 17px; } @@ -170,7 +165,6 @@ h1[id]::before, h2[id]::before, h3[id]::before, h4[id]::before, h5[id]::before, visibility: hidden; } - /* Makes navbar collapse at larger width (1185px) */ @media (max-width: 1185px) { .navbar-header { http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/downloads/index.md ---------------------------------------------------------------------- diff --git a/downloads/index.md b/downloads/index.md index fb0964c..d99f2e1 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -1,6 +1,5 @@ --- title: Downloads -nav: nav_downloads --- <script type="text/javascript"> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/get_involved.md ---------------------------------------------------------------------- diff --git a/get_involved.md b/get_involved.md index 5e61ff1..ce53c1c 100644 --- a/get_involved.md +++ b/get_involved.md @@ -1,6 +1,5 @@ --- title: Get Involved -nav: nav_getinvolved --- You don't need to be a software developer to contribute to http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/git.md ---------------------------------------------------------------------- diff --git a/git.md b/git.md index 418750c..ad39113 100644 --- a/git.md +++ b/git.md @@ -1,6 +1,5 @@ --- title: Git -nav: nav_git --- [Git](https://git-scm.com) is an open source, distributed version control system http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/glossary.md ---------------------------------------------------------------------- diff --git a/glossary.md b/glossary.md index 54b3ae7..300c339 100644 --- a/glossary.md +++ b/glossary.md @@ -1,6 +1,5 @@ --- title: Glossary -nav: nav_glossary --- http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/governance/consensusBuilding.md ---------------------------------------------------------------------- diff --git a/governance/consensusBuilding.md b/governance/consensusBuilding.md index d8ebc6f..799c1e0 100644 --- a/governance/consensusBuilding.md +++ b/governance/consensusBuilding.md @@ -1,6 +1,5 @@ --- title: Consensus Building -nav: nav_consensusbuilding --- In some cases there is no obvious path to take, or you might be a new community, http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/governance/lazyConsensus.md ---------------------------------------------------------------------- diff --git a/governance/lazyConsensus.md b/governance/lazyConsensus.md index fe13a37..02af8c9 100644 --- a/governance/lazyConsensus.md +++ b/governance/lazyConsensus.md @@ -1,6 +1,5 @@ --- title: Lazy Consensus -nav: nav_lazyconsensus --- The concept of "Lazy Consensus" is very important in our project. Lazy http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/governance/releasing.md ---------------------------------------------------------------------- diff --git a/governance/releasing.md b/governance/releasing.md index c91d9a0..75462fe 100644 --- a/governance/releasing.md +++ b/governance/releasing.md @@ -1,6 +1,5 @@ --- title: Release Guide -nav: nav_govreleasing --- ## Versioning http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/governance/voting.md ---------------------------------------------------------------------- diff --git a/governance/voting.md b/governance/voting.md index 3919f51..998205b 100644 --- a/governance/voting.md +++ b/governance/voting.md @@ -1,6 +1,5 @@ --- title: Voting -nav: nav_voting --- Occasionally a "feel" for consensus is not enough. Sometimes we need to have a http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/index.md ---------------------------------------------------------------------- diff --git a/index.md b/index.md index d82cb19..4465abf 100644 --- a/index.md +++ b/index.md @@ -1,7 +1,6 @@ --- title: Apache Accumulo skiph1fortitle: true -nav: nav_index legal_notice: Apache Accumulo, Accumulo, Apache Hadoop, Apache Thrift, Apache, the Apache feather logo, and the Accumulo project logo are trademarks of the [Apache Software Foundation](https://www.apache.org). --- <div class="row"> @@ -17,12 +16,12 @@ legal_notice: Apache Accumulo, Accumulo, Apache Hadoop, Apache Thrift, Apache, t <div class="col-md-4" id="sidebar"> <div class="row"> <div class="col-sm-12 panel panel-default"> - <h3 id="news-header">Latest News</h3> + <p style="font-size: 24px; margin-bottom: 0px;">Latest News</p> {% for post in site.posts limit:site.num_home_posts %} <div class="row latest-news-item"> <div class="col-sm-12"> <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a> - <span>{{ post.date | date: "%b %Y" }}</span> + <span style="font-size: 12px">{{ post.date | date: "%b %Y" }}</span> </div> </div> {% endfor %} http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/mailing_list.md ---------------------------------------------------------------------- diff --git a/mailing_list.md b/mailing_list.md index 4c29935..adf4300 100644 --- a/mailing_list.md +++ b/mailing_list.md @@ -1,6 +1,5 @@ --- title: Mailing Lists -nav: nav_mailinglists --- All Accumulo mailing lists are in the accumulo.apache.org domain. Please note http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/notable_features.md ---------------------------------------------------------------------- diff --git a/notable_features.md b/notable_features.md index e826001..e52047b 100644 --- a/notable_features.md +++ b/notable_features.md @@ -1,6 +1,5 @@ --- title: Notable Features -nav: nav_features --- {::options toc_levels="2" /} http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/papers/index.md ---------------------------------------------------------------------- diff --git a/papers/index.md b/papers/index.md index b4a11a9..074e224 100644 --- a/papers/index.md +++ b/papers/index.md @@ -1,6 +1,5 @@ --- title: Related Links -nav: nav_papers --- ## Papers and Presentations http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/people.md ---------------------------------------------------------------------- diff --git a/people.md b/people.md index 8a4b79e..6248fdc 100644 --- a/people.md +++ b/people.md @@ -1,7 +1,6 @@ --- title: People skiph1fortitle: true -nav: nav_people --- ## PMC and Committers http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/projects.md ---------------------------------------------------------------------- diff --git a/projects.md b/projects.md index 59d1aed..ceea91e 100644 --- a/projects.md +++ b/projects.md @@ -1,6 +1,5 @@ --- title: Related Projects -nav: nav_projects --- The Apache Accumulo community is happy to promote and encourage use of Accumulo in ways that are novel and reusable http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/rb.md ---------------------------------------------------------------------- diff --git a/rb.md b/rb.md index 2831253..4213fe2 100644 --- a/rb.md +++ b/rb.md @@ -1,6 +1,5 @@ --- title: Using Review Board -nav: nav_rb --- The Apache Software Foundation provides an [instance][rbinstance] of http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/release_notes/1.5.1.md ---------------------------------------------------------------------- diff --git a/release_notes/1.5.1.md b/release_notes/1.5.1.md index 7b7b8bc..a13de7c 100644 --- a/release_notes/1.5.1.md +++ b/release_notes/1.5.1.md @@ -1,6 +1,5 @@ --- title: Apache Accumulo 1.5.1 Release Notes -nav: nav_rn_151 --- Apache Accumulo 1.5.1 is a maintenance release on the 1.5 version branch. http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/release_notes/1.5.2.md ---------------------------------------------------------------------- diff --git a/release_notes/1.5.2.md b/release_notes/1.5.2.md index d887ea4..e1a47ae 100644 --- a/release_notes/1.5.2.md +++ b/release_notes/1.5.2.md @@ -1,6 +1,5 @@ --- title: Apache Accumulo 1.5.2 Release Notes -nav: nav_rn_152 --- Apache Accumulo 1.5.2 is a maintenance release on the 1.5 version branch. http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/release_notes/1.5.3.md ---------------------------------------------------------------------- diff --git a/release_notes/1.5.3.md b/release_notes/1.5.3.md index 1f68515..9d4956e 100644 --- a/release_notes/1.5.3.md +++ b/release_notes/1.5.3.md @@ -1,6 +1,5 @@ --- title: Apache Accumulo 1.5.3 Release Notes -nav: nav_rn_153 --- Apache Accumulo 1.5.3 is a bug-fix release for the 1.5 series. It is likely to be the last http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/release_notes/1.5.4.md ---------------------------------------------------------------------- diff --git a/release_notes/1.5.4.md b/release_notes/1.5.4.md index 068ca04..6981e51 100644 --- a/release_notes/1.5.4.md +++ b/release_notes/1.5.4.md @@ -1,6 +1,5 @@ --- title: Apache Accumulo 1.5.4 Release Notes -nav: nav_rn_154 --- Apache Accumulo 1.5.4 is one more bug-fix release for the 1.5 series. Like 1.5.3 before it, this release contains a http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/release_notes/1.6.0.md ---------------------------------------------------------------------- diff --git a/release_notes/1.6.0.md b/release_notes/1.6.0.md index c4e5aa3..1e5d311 100644 --- a/release_notes/1.6.0.md +++ b/release_notes/1.6.0.md @@ -1,6 +1,5 @@ --- title: Apache Accumulo 1.6.0 Release Notes -nav: nav_rn_160 --- Apache Accumulo 1.6.0 adds some major new features and fixes many bugs. This release contains changes from 609 issues contributed by 36 contributors and committers. http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/release_notes/1.6.1.md ---------------------------------------------------------------------- diff --git a/release_notes/1.6.1.md b/release_notes/1.6.1.md index d2cd706..3949bd8 100644 --- a/release_notes/1.6.1.md +++ b/release_notes/1.6.1.md @@ -1,6 +1,5 @@ --- title: Apache Accumulo 1.6.1 Release Notes -nav: nav_rn_161 --- Apache Accumulo 1.6.1 is a maintenance release on the 1.6 version branch. http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/release_notes/1.6.2.md ---------------------------------------------------------------------- diff --git a/release_notes/1.6.2.md b/release_notes/1.6.2.md index 63d4cee..f45b052 100644 --- a/release_notes/1.6.2.md +++ b/release_notes/1.6.2.md @@ -1,6 +1,5 @@ --- title: Apache Accumulo 1.6.2 Release Notes -nav: nav_rn_162 --- Apache Accumulo 1.6.2 is a maintenance release on the 1.6 version branch. http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/release_notes/1.6.3.md ---------------------------------------------------------------------- diff --git a/release_notes/1.6.3.md b/release_notes/1.6.3.md index fdbc0bf..4d477e2 100644 --- a/release_notes/1.6.3.md +++ b/release_notes/1.6.3.md @@ -1,6 +1,5 @@ --- title: Apache Accumulo 1.6.3 Release Notes -nav: nav_rn_163 --- Apache Accumulo 1.6.3 is a maintenance release on the 1.6 version branch. http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/release_notes/1.6.4.md ---------------------------------------------------------------------- diff --git a/release_notes/1.6.4.md b/release_notes/1.6.4.md index fbc7ba4..62757cc 100644 --- a/release_notes/1.6.4.md +++ b/release_notes/1.6.4.md @@ -1,6 +1,5 @@ --- title: Apache Accumulo 1.6.4 Release Notes -nav: nav_rn_164 --- Apache Accumulo 1.6.4 is a maintenance release on the 1.6 version branch. http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/release_notes/1.6.5.md ---------------------------------------------------------------------- diff --git a/release_notes/1.6.5.md b/release_notes/1.6.5.md index 6f879df..1b6a121 100644 --- a/release_notes/1.6.5.md +++ b/release_notes/1.6.5.md @@ -1,6 +1,5 @@ --- title: Apache Accumulo 1.6.5 Release Notes -nav: nav_rn_165 --- Apache Accumulo 1.6.5 is a maintenance release on the 1.6 version branch. This http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/release_notes/1.6.6.md ---------------------------------------------------------------------- diff --git a/release_notes/1.6.6.md b/release_notes/1.6.6.md index 7c3d3b3..1ae6fcb 100644 --- a/release_notes/1.6.6.md +++ b/release_notes/1.6.6.md @@ -1,6 +1,5 @@ --- title: Apache Accumulo 1.6.6 Release Notes -nav: nav_rn_166 --- Apache Accumulo 1.6.6 is a maintenance release on the 1.6 version branch. This http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/release_notes/1.7.0.md ---------------------------------------------------------------------- diff --git a/release_notes/1.7.0.md b/release_notes/1.7.0.md index 5dbda71..5d452ef 100644 --- a/release_notes/1.7.0.md +++ b/release_notes/1.7.0.md @@ -1,6 +1,5 @@ --- title: Apache Accumulo 1.7.0 Release Notes -nav: nav_rn_170 --- Apache Accumulo 1.7.0 is a significant release that includes many important http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/release_notes/1.7.1.md ---------------------------------------------------------------------- diff --git a/release_notes/1.7.1.md b/release_notes/1.7.1.md index f914697..f6d3901 100644 --- a/release_notes/1.7.1.md +++ b/release_notes/1.7.1.md @@ -1,6 +1,5 @@ --- title: Apache Accumulo 1.7.1 Release Notes -nav: nav_rn_171 --- Apache Accumulo 1.7.1 is a maintenance release on the 1.7 version branch. This http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/release_notes/1.7.2.md ---------------------------------------------------------------------- diff --git a/release_notes/1.7.2.md b/release_notes/1.7.2.md index f393a74..283053b 100644 --- a/release_notes/1.7.2.md +++ b/release_notes/1.7.2.md @@ -1,6 +1,5 @@ --- title: Apache Accumulo 1.7.2 Release Notes -nav: nav_rn_172 --- Apache Accumulo 1.7.2 is a maintenance release on the 1.7 version branch. This http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/release_notes/1.8.0.md ---------------------------------------------------------------------- diff --git a/release_notes/1.8.0.md b/release_notes/1.8.0.md index 59559f5..868928b 100644 --- a/release_notes/1.8.0.md +++ b/release_notes/1.8.0.md @@ -1,6 +1,5 @@ --- title: Apache Accumulo 1.8.0 Release Notes -nav: nav_rn_180 --- Apache Accumulo 1.8.0 is a significant release that includes many important http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/release_notes/index.md ---------------------------------------------------------------------- diff --git a/release_notes/index.md b/release_notes/index.md index 6a574c8..2b3f2aa 100644 --- a/release_notes/index.md +++ b/release_notes/index.md @@ -1,6 +1,5 @@ --- title: Release Notes -nav: nav_rn --- Apache Accumulo generates release notes for the benefit of users which summarize the important and notable changes that http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/releasing.md ---------------------------------------------------------------------- diff --git a/releasing.md b/releasing.md index 5f461ad..4e36968 100644 --- a/releasing.md +++ b/releasing.md @@ -1,6 +1,5 @@ --- title: Making a Release -nav: nav_releasing --- This is a guide for the creation of a release of Apache Accumulo. http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/screenshots.md ---------------------------------------------------------------------- diff --git a/screenshots.md b/screenshots.md index ba0ea2b..4de0fb0 100644 --- a/screenshots.md +++ b/screenshots.md @@ -1,6 +1,5 @@ --- title: Screenshots -nav: nav_screenshots --- <div class="row"> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/source.md ---------------------------------------------------------------------- diff --git a/source.md b/source.md index c658fa0..41a3d51 100644 --- a/source.md +++ b/source.md @@ -1,7 +1,6 @@ --- title: Source Code and Developers Guide skiph1fortitle: true -nav: nav_source --- <div class="panel panel-default pull-right"> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/thanks.md ---------------------------------------------------------------------- diff --git a/thanks.md b/thanks.md index 9f2559b..1972275 100644 --- a/thanks.md +++ b/thanks.md @@ -1,6 +1,5 @@ --- title: Thanks -nav: nav_thanks --- First off, thanks to our parent organization, the [Apache Software Foundation][ASF] and [all who sponsor][ASF_SPONSORS] them. http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/verifying_releases.md ---------------------------------------------------------------------- diff --git a/verifying_releases.md b/verifying_releases.md index 52c06ab..ed04412 100644 --- a/verifying_releases.md +++ b/verifying_releases.md @@ -1,6 +1,5 @@ --- title: Verifying a Release -nav: nav_verify_release --- This is a guide for the verification of a release candidate of Apache Accumulo. These steps are meant to encapsulate http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b8fa8b9d/versioning.md ---------------------------------------------------------------------- diff --git a/versioning.md b/versioning.md index 3ead8f4..654cec3 100644 --- a/versioning.md +++ b/versioning.md @@ -1,6 +1,5 @@ --- title: Versioning -nav: nav_versioning --- The Apache Accumulo PMC closed a vote on 2014/12/12 which adopted [Semantic Versioning 2.0.0][1] as
