This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/ratis-hadoop-projects.git
commit 5f95174a2123bda9ad21a88d5ce59408abce1fc2 Author: runzhiwang <[email protected]> AuthorDate: Thu Jan 28 19:12:31 2021 +0800 RATIS-1285. Fix download link point to mirror links instead of download area directly (#406) --- categories.html | 22 ++-- community.html | 22 ++-- downloads.html | 252 ++++++++++++++++++++++++++++++++++++++++ getting_started.html | 22 ++-- index.html | 106 ++--------------- index.xml | 9 ++ logservice.html | 22 ++-- logservice/index.html | 22 ++-- logservice/lifecycle.html | 22 ++-- logservice/security.html | 22 ++-- logservice/testing.html | 22 ++-- logservice/testing/docker.html | 22 ++-- logservice/testing/index.html | 22 ++-- logservice/testing/vagrant.html | 22 ++-- post.html | 30 +++-- post/0.1.0-alpha.html | 22 ++-- post/0.2.0.html | 22 ++-- post/0.3.0.html | 24 ++-- post/0.4.0.html | 24 ++-- post/0.5.0.html | 24 ++-- post/1.0.0.html | 24 ++-- sitemap.xml | 4 + source.html | 22 ++-- tags.html | 22 ++-- 24 files changed, 462 insertions(+), 365 deletions(-) diff --git a/categories.html b/categories.html index 8f01633..b71f7ec 100644 --- a/categories.html +++ b/categories.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,23 +72,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> diff --git a/community.html b/community.html index 8cfd0d2..bfa9449 100644 --- a/community.html +++ b/community.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,23 +72,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> diff --git a/downloads.html b/downloads.html new file mode 100644 index 0000000..b46f350 --- /dev/null +++ b/downloads.html @@ -0,0 +1,252 @@ + + +<!DOCTYPE html> + +<html> + +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="description" content="Open source Java implementation for RAFT consensus protocol."> + <meta name="keywords" content="raft, java, ratis, library"/> + <meta name="robots" content="index,follow"/> + <meta name="language" content="en"/> + + <title>Apache Ratis</title> + + <base href="https://ratis.incubator.apache.org/"> + + <link rel="canonical" href="http://ratis.incubator.apache.org/"> + + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" + integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> + <link rel="stylesheet" href="style.css"> + +</head> + +<body> + + +<div class="topnav"> + <div class="container"> + <ul class="breadcrumb col-md-6"> + <li> + <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/> + <a href="https://www.apache.org">Apache Software Foundation</a> + </li> + <li> + <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/> + <a href="https://ratis.incubator.apache.org/">Apache Ratis™</a> + </li> + </ul> + <div class="col-md-6"> + <ul class="pull-right breadcrumb"> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </div> + + <nav class="navbar navbar-default navbar-static-top" role="navigation"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" + data-target="#ratis-menu" aria-expanded="false"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + </div> + + <div id="ratis-menu" class="collapse navbar-collapse"> + <ul class="nav navbar-nav navbar-right"> + <li><a href="downloads.html">Download</a></li> + <li><a href="#gettingstarted">Getting started</a></li> + <li><a href="#source">Source</a></li> + <li><a href="#community">Community</a></li> + <li><a href="#resources">Resources</a></li> + </ul> + </div> + + + </nav> +</div> + + +<div class="container"> + + <h1>Download</h1> + + <p>Apache Ratis is a Java library that can be used directly from your applications. + +It is released as source code tarballs. The downloads are distributed via mirror sites and should be checked for tampering using GPG or SHA-256 + +The source tarball contains detailed instruction about how can it be built. + +The binaries are also uploaded to the maven central for convenience. (See the getting started guide for more details) + +1.0.0 is GA release for Apache Ratis</p> + +<p> + <table class="table table-striped"> + <thead> + <tr> + <th>Version</th> + <th>Release date</th> + <th>Source download</th> + <th>Binary download</th> + <th>Release notes</th> + </tr> + </thead> + + <tr> + <td>1.0.0</td> + <td>2020 Jul 20 </td> + <td> + <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/1.0.0/apache-ratis-incubating-1.0.0-src.tar.gz">source</a> + (<a href="https://downloads.apache.org/incubator/ratis/1.0.0/apache-ratis-incubating-1.0.0-src.tar.gz.mds">checksum</a> + <a href="https://downloads.apache.org/incubator/ratis/1.0.0/apache-ratis-incubating-1.0.0-src.tar.gz.asc">signature</a>) + </td> + <td> + <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/1.0.0/apache-ratis-incubating-1.0.0-bin.tar.gz">binary</a> + (<a href="https://downloads.apache.org/incubator/ratis/1.0.0/apache-ratis-incubating-1.0.0-bin.tar.gz.mds">checksum</a> + <a href="https://downloads.apache.org/incubator/ratis/1.0.0/apache-ratis-incubating-1.0.0-bin.tar.gz.asc">signature</a>) + </td> + <td> + <a href="post/1.0.0.html">Announcement</a> + </td> + </tr> + + <tr> + <td>0.5.0</td> + <td>2020 Feb 4 </td> + <td> + <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/0.5.0/apache-ratis-incubating-0.5.0-src.tar.gz">source</a> + (<a href="https://downloads.apache.org/incubator/ratis/0.5.0/apache-ratis-incubating-0.5.0-src.tar.gz.mds">checksum</a> + <a href="https://downloads.apache.org/incubator/ratis/0.5.0/apache-ratis-incubating-0.5.0-src.tar.gz.asc">signature</a>) + </td> + <td> + <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/0.5.0/apache-ratis-incubating-0.5.0-bin.tar.gz">binary</a> + (<a href="https://downloads.apache.org/incubator/ratis/0.5.0/apache-ratis-incubating-0.5.0-bin.tar.gz.mds">checksum</a> + <a href="https://downloads.apache.org/incubator/ratis/0.5.0/apache-ratis-incubating-0.5.0-bin.tar.gz.asc">signature</a>) + </td> + <td> + <a href="post/0.5.0.html">Announcement</a> + </td> + </tr> + + <tr> + <td>0.4.0</td> + <td>2019 Sep 12 </td> + <td> + <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/0.4.0/apache-ratis-incubating-0.4.0-src.tar.gz">source</a> + (<a href="https://downloads.apache.org/incubator/ratis/0.4.0/apache-ratis-incubating-0.4.0-src.tar.gz.mds">checksum</a> + <a href="https://downloads.apache.org/incubator/ratis/0.4.0/apache-ratis-incubating-0.4.0-src.tar.gz.asc">signature</a>) + </td> + <td> + <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/0.4.0/apache-ratis-incubating-0.4.0-bin.tar.gz">binary</a> + (<a href="https://downloads.apache.org/incubator/ratis/0.4.0/apache-ratis-incubating-0.4.0-bin.tar.gz.mds">checksum</a> + <a href="https://downloads.apache.org/incubator/ratis/0.4.0/apache-ratis-incubating-0.4.0-bin.tar.gz.asc">signature</a>) + </td> + <td> + <a href="post/0.4.0.html">Announcement</a> + </td> + </tr> + + <tr> + <td>0.3.0</td> + <td>2019 Apr 21 </td> + <td> + <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/0.3.0/apache-ratis-incubating-0.3.0-src.tar.gz">source</a> + (<a href="https://downloads.apache.org/incubator/ratis/0.3.0/apache-ratis-incubating-0.3.0-src.tar.gz.mds">checksum</a> + <a href="https://downloads.apache.org/incubator/ratis/0.3.0/apache-ratis-incubating-0.3.0-src.tar.gz.asc">signature</a>) + </td> + <td> + <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/0.3.0/apache-ratis-incubating-0.3.0-bin.tar.gz">binary</a> + (<a href="https://downloads.apache.org/incubator/ratis/0.3.0/apache-ratis-incubating-0.3.0-bin.tar.gz.mds">checksum</a> + <a href="https://downloads.apache.org/incubator/ratis/0.3.0/apache-ratis-incubating-0.3.0-bin.tar.gz.asc">signature</a>) + </td> + <td> + <a href="post/0.3.0.html">Announcement</a> + </td> + </tr> + + <tr> + <td>0.2.0</td> + <td>2018 Jul 15 </td> + <td> + <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/0.2.0/apache-ratis-incubating-0.2.0-src.tar.gz">source</a> + (<a href="https://downloads.apache.org/incubator/ratis/0.2.0/apache-ratis-incubating-0.2.0-src.tar.gz.mds">checksum</a> + <a href="https://downloads.apache.org/incubator/ratis/0.2.0/apache-ratis-incubating-0.2.0-src.tar.gz.asc">signature</a>) + </td> + <td> + <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/0.2.0/apache-ratis-incubating-0.2.0-bin.tar.gz">binary</a> + (<a href="https://downloads.apache.org/incubator/ratis/0.2.0/apache-ratis-incubating-0.2.0-bin.tar.gz.mds">checksum</a> + <a href="https://downloads.apache.org/incubator/ratis/0.2.0/apache-ratis-incubating-0.2.0-bin.tar.gz.asc">signature</a>) + </td> + <td> + <a href="post/0.2.0.html">Announcement</a> + </td> + </tr> + + </table> +</p> + + + +<h2 id="to-verify-ratis-releases-using-gpg">To verify Ratis releases using GPG:</h2> +<ol> +<li>Download the release apache-ratis-incubating-X.Y.Z-src.tar.gz from a <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis">mirror +site</a>.</li> +<li>Download the signature file apache-ratis-incubating-X.Y.Z-src.tar.gz.asc from +<a href="https://dist.apache.org/repos/dist/release/incubator/ratis/">Apache</a>.</li> +<li>Download the <a href="https://dist.apache.org/repos/dist/release/incubator/ratis/KEYS">Ratis +KEYS</a> +file.</li> +<li>gpg –import KEYS</li> +<li>gpg –verify apache-ratis-incubating-X.Y.Z-src.tar.gz</li> +</ol> +<h2 id="to-perform-a-quick-check-using-sha-256">To perform a quick check using SHA-256:</h2> +<ol> +<li>Download the release apache-ratis-incubating-X.Y.Z-src.tar.gz from a <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis">mirror +site</a>.</li> +<li>Download the checksum apache-ratis-incubating-X.Y.Z-src.tar.gz.mds from +<a href="https://dist.apache.org/repos/dist/release/incubator/ratis/">Apache</a>.</li> +<li>shasum -a 256 apache-ratis-incubating-X.Y.Z-src.tar.gz</li> +</ol> +<p>All previous releases of Ratis are available from the <a href="https://archive.apache.org/dist/incubator/ratis/">Apache release +archive</a> site.</p> +<p>Ratis is also <a href="https://search.maven.org/search?q=ratis">available</a> from the Maven central repository.</p> +<h2 id="license">License</h2> +<p><em>The software licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a></em></p> + +</div> + + + +<footer> + <div class="container"> + + <div class="col-md-12 trademark"> + <p>© 2021 <a href="http://apache.org">The Apache Software Foundation</a>, + Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation. + <p> + </div> + </div> +</footer> + + +<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> +<script src="./js/underscore-min.js"></script> +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" + integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" + crossorigin="anonymous"></script> + + +</body> +</html> + diff --git a/getting_started.html b/getting_started.html index 678d802..da60cdc 100644 --- a/getting_started.html +++ b/getting_started.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,23 +72,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> diff --git a/index.html b/index.html index b3a463e..75b9d3b 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -73,23 +73,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="main-section"> @@ -191,90 +187,6 @@ </div> </div> -<a name="download"></a> -<div class="main-section"> - <div class="container"> - <div class="row header"> - <h2>Download</h2> - - <p>Apache Ratis is a Java <b>library</b> that can be used directly from your applications.</p> - - <p>It is released as source code tarballs. The downloads are distributed via mirror sites and should be checked - for tampering using <a href="https://www.apache.org/info/verification.html">GPG or SHA-256</a></p> - <p> - - <p>The source tarball contains detailed instruction about how can it be built.</p> - - <p>The binaries are also uploaded to the maven central for convenience. (See the getting started guide for more details)</p> - <p>1.0.0 is GA release for Apache Ratis</p> - <table class="table table-striped"> - <thead> - <tr> - <th>Version</th> - <th>Release date</th> - <th>Link</th> - <th>Announcement</th> - </tr> - </thead> - - <tr> - <td>1.0.0</td> - <td>2020 Jul 20 </td> - <td><a href="https://www.apache.org/dist/incubator/ratis/1.0.0/"> - https://www.apache.org/dist/incubator/ratis/1.0.0/</a> - </td> - <td><a href="post/1.0.0.html">Announcement</a></td> - </tr> - - <tr> - <td>0.5.0</td> - <td>2020 Feb 4 </td> - <td><a href="https://www.apache.org/dist/incubator/ratis/0.5.0/"> - https://www.apache.org/dist/incubator/ratis/0.5.0/</a> - </td> - <td><a href="post/0.5.0.html">Announcement</a></td> - </tr> - - <tr> - <td>0.4.0</td> - <td>2019 Sep 12 </td> - <td><a href="https://www.apache.org/dist/incubator/ratis/0.4.0/"> - https://www.apache.org/dist/incubator/ratis/0.4.0/</a> - </td> - <td><a href="post/0.4.0.html">Announcement</a></td> - </tr> - - <tr> - <td>0.3.0</td> - <td>2019 Apr 21 </td> - <td><a href="https://www.apache.org/dist/incubator/ratis/0.3.0/"> - https://www.apache.org/dist/incubator/ratis/0.3.0/</a> - </td> - <td><a href="post/0.3.0.html">Announcement</a></td> - </tr> - - <tr> - <td>0.2.0</td> - <td>2018 Jul 15 </td> - <td><a href="https://www.apache.org/dist/incubator/ratis/0.2.0/"> - https://www.apache.org/dist/incubator/ratis/0.2.0/</a> - </td> - <td><a href="post/0.2.0.html">Announcement</a></td> - </tr> - - </table> - </p> - - <p>Release artifacts are signed with one of the keys available at: - <a herf="https://www.apache.org/dist/incubator/ratis/KEYS">https://www.apache.org/dist/incubator/ratis/KEYS</a> - </p> - - <p>Ratis is also <a href="https://search.maven.org/#search%7Cga%7C1%7Cratis">available</a> from the Maven central repository.</p> - - </div> - </div> -</div> - <a name="gettingstarted"></a> <div class="main-section bg-light"> <div class="container"> diff --git a/index.xml b/index.xml index 4057d3a..38e9fb1 100644 --- a/index.xml +++ b/index.xml @@ -75,6 +75,15 @@ Key features: </item> <item> + <title>Apache Hadoop Ratis Downloads</title> + <link>https://ratis.incubator.apache.org/downloads.html</link> + <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> + + <guid>https://ratis.incubator.apache.org/downloads.html</guid> + <description></description> + </item> + + <item> <title>Community</title> <link>https://ratis.incubator.apache.org/community.html</link> <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> diff --git a/logservice.html b/logservice.html index 3f73f27..17dced2 100644 --- a/logservice.html +++ b/logservice.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,23 +72,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> diff --git a/logservice/index.html b/logservice/index.html index 3041c6d..cb63fd8 100644 --- a/logservice/index.html +++ b/logservice/index.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,23 +72,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> diff --git a/logservice/lifecycle.html b/logservice/lifecycle.html index a6d3be0..e0dc441 100644 --- a/logservice/lifecycle.html +++ b/logservice/lifecycle.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,23 +72,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> diff --git a/logservice/security.html b/logservice/security.html index cee23b8..19097cc 100644 --- a/logservice/security.html +++ b/logservice/security.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,23 +72,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> diff --git a/logservice/testing.html b/logservice/testing.html index 8073dcc..c377f87 100644 --- a/logservice/testing.html +++ b/logservice/testing.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,23 +72,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> diff --git a/logservice/testing/docker.html b/logservice/testing/docker.html index 33a80e3..d3b0124 100644 --- a/logservice/testing/docker.html +++ b/logservice/testing/docker.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,23 +72,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> diff --git a/logservice/testing/index.html b/logservice/testing/index.html index 461b13f..aad01f3 100644 --- a/logservice/testing/index.html +++ b/logservice/testing/index.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,23 +72,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> diff --git a/logservice/testing/vagrant.html b/logservice/testing/vagrant.html index 01ed0c7..5e899c0 100644 --- a/logservice/testing/vagrant.html +++ b/logservice/testing/vagrant.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,23 +72,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> diff --git a/post.html b/post.html index 27eb719..9d6af17 100644 --- a/post.html +++ b/post.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,23 +72,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> @@ -103,7 +99,7 @@ <!-- raw HTML omitted --> <!-- raw HTML omitted --> -<p><a href="https://ratis.incubator.apache.org/#download">Download</a></p> +<p><a href="https://ratis.incubator.apache.org/downloads.html">Download</a></p> <p>It contains around 119 improvements and bug fixes based on various Apache Hadoop Ozone use cases. See the <a href="https://github.com/apache/incubator-ratis/compare/ratis-0.5.0-rc0...ratis-1.0.0-rc0">changes between 0.5.0 and 1.0.0</a> releases.</p> <p>It has been tested with <a href="https://hadoop.apache.org/ozone/">Apache Hadoop Ozone</a> where Apache Ratis is used to replicate raw data and to provide high availability.</p> @@ -115,7 +111,7 @@ See the <a href="https://github.com/apache/incubator-ratis/compare/ratis-0.5.0-r <!-- raw HTML omitted --> <!-- raw HTML omitted --> -<p><a href="https://ratis.incubator.apache.org/#download">Download</a></p> +<p><a href="https://ratis.incubator.apache.org/downloads.html">Download</a></p> <p>It contains more than 94 improvements and bug fixes based on various Apache Hadoop Ozone use cases. See the <a href="https://github.com/apache/incubator-ratis/compare/0.4.0-rc4...ratis-0.5.0-rc0">changes between 0.4.0 and 0.5.0</a> releases.</p> <p>It has been tested with <a href="https://hadoop.apache.org/ozone/">Apache Hadoop Ozone</a> where Apache Ratis is used to replicate raw data.</p> @@ -127,7 +123,7 @@ See the <a href="https://github.com/apache/incubator-ratis/compare/0.4.0-rc4...r <!-- raw HTML omitted --> <!-- raw HTML omitted --> -<p><a href="https://ratis.incubator.apache.org/#download">Download</a></p> +<p><a href="https://ratis.incubator.apache.org/downloads.html">Download</a></p> <p>It contains more than 89 improvements and bug fixes based on various Apache Hadoop Ozone use cases. See the <a href="https://github.com/apache/incubator-ratis/compare/0.3.0...ratis-0.4.0-rc4">changes between 0.3.0 and 0.4.0</a> releases.</p> <p>It has been tested with <a href="https://hadoop.apache.org/ozone/">Apache Hadoop Ozone</a> where Apache Ratis is used to replicate raw data.</p> @@ -139,7 +135,7 @@ See the <a href="https://github.com/apache/incubator-ratis/compare/0.3.0...ratis <!-- raw HTML omitted --> <!-- raw HTML omitted --> -<p><a href="https://ratis.incubator.apache.org/#download">Download</a></p> +<p><a href="https://ratis.incubator.apache.org/downloads.html">Download</a></p> <p>It contains new features such as multi-raft and watch request, as well contains 73 improvements and 72 bug fixes. See the <a href="https://github.com/apache/incubator-ratis/compare/ratis-0.2.0...ratis-0.3.0">changes between 0.2.0 and 0.3.0</a> releases.</p> <p>It has been tested with <a href="https://hadoop.apache.org/ozone/">Apache Hadoop Ozone</a> where Apache Ratis is used to replicate raw data.</p> diff --git a/post/0.1.0-alpha.html b/post/0.1.0-alpha.html index 0907cd3..4b13bae 100644 --- a/post/0.1.0-alpha.html +++ b/post/0.1.0-alpha.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,23 +72,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> diff --git a/post/0.2.0.html b/post/0.2.0.html index ea493e7..e336a55 100644 --- a/post/0.2.0.html +++ b/post/0.2.0.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,23 +72,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> diff --git a/post/0.3.0.html b/post/0.3.0.html index 96c2579..3ea9643 100644 --- a/post/0.3.0.html +++ b/post/0.3.0.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,30 +72,26 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> <h1>Release 0.3.0 is available</h1> <!-- raw HTML omitted --> <!-- raw HTML omitted --> -<p><a href="https://ratis.incubator.apache.org/#download">Download</a></p> +<p><a href="https://ratis.incubator.apache.org/downloads.html">Download</a></p> <p>It contains new features such as multi-raft and watch request, as well contains 73 improvements and 72 bug fixes. See the <a href="https://github.com/apache/incubator-ratis/compare/ratis-0.2.0...ratis-0.3.0">changes between 0.2.0 and 0.3.0</a> releases.</p> <p>It has been tested with <a href="https://hadoop.apache.org/ozone/">Apache Hadoop Ozone</a> where Apache Ratis is used to replicate raw data.</p> diff --git a/post/0.4.0.html b/post/0.4.0.html index ca56238..7933ea1 100644 --- a/post/0.4.0.html +++ b/post/0.4.0.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,30 +72,26 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> <h1>Release 0.4.0 is available</h1> <!-- raw HTML omitted --> <!-- raw HTML omitted --> -<p><a href="https://ratis.incubator.apache.org/#download">Download</a></p> +<p><a href="https://ratis.incubator.apache.org/downloads.html">Download</a></p> <p>It contains more than 89 improvements and bug fixes based on various Apache Hadoop Ozone use cases. See the <a href="https://github.com/apache/incubator-ratis/compare/0.3.0...ratis-0.4.0-rc4">changes between 0.3.0 and 0.4.0</a> releases.</p> <p>It has been tested with <a href="https://hadoop.apache.org/ozone/">Apache Hadoop Ozone</a> where Apache Ratis is used to replicate raw data.</p> diff --git a/post/0.5.0.html b/post/0.5.0.html index dcf3ab9..9eb7675 100644 --- a/post/0.5.0.html +++ b/post/0.5.0.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,30 +72,26 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> <h1>Release 0.5.0 is available</h1> <!-- raw HTML omitted --> <!-- raw HTML omitted --> -<p><a href="https://ratis.incubator.apache.org/#download">Download</a></p> +<p><a href="https://ratis.incubator.apache.org/downloads.html">Download</a></p> <p>It contains more than 94 improvements and bug fixes based on various Apache Hadoop Ozone use cases. See the <a href="https://github.com/apache/incubator-ratis/compare/0.4.0-rc4...ratis-0.5.0-rc0">changes between 0.4.0 and 0.5.0</a> releases.</p> <p>It has been tested with <a href="https://hadoop.apache.org/ozone/">Apache Hadoop Ozone</a> where Apache Ratis is used to replicate raw data.</p> diff --git a/post/1.0.0.html b/post/1.0.0.html index 319f2d6..bc9bfd0 100644 --- a/post/1.0.0.html +++ b/post/1.0.0.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,30 +72,26 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> <h1>GA Release 1.0.0 is available</h1> <!-- raw HTML omitted --> <!-- raw HTML omitted --> -<p><a href="https://ratis.incubator.apache.org/#download">Download</a></p> +<p><a href="https://ratis.incubator.apache.org/downloads.html">Download</a></p> <p>It contains around 119 improvements and bug fixes based on various Apache Hadoop Ozone use cases. See the <a href="https://github.com/apache/incubator-ratis/compare/ratis-0.5.0-rc0...ratis-1.0.0-rc0">changes between 0.5.0 and 1.0.0</a> releases.</p> <p>It has been tested with <a href="https://hadoop.apache.org/ozone/">Apache Hadoop Ozone</a> where Apache Ratis is used to replicate raw data and to provide high availability.</p> diff --git a/sitemap.xml b/sitemap.xml index dcac906..453696d 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -53,6 +53,10 @@ </url> <url> + <loc>https://ratis.incubator.apache.org/downloads.html</loc> + </url> + + <url> <loc>https://ratis.incubator.apache.org/categories.html</loc> </url> diff --git a/source.html b/source.html index f6960bc..96927dc 100644 --- a/source.html +++ b/source.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,23 +72,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container"> diff --git a/tags.html b/tags.html index 2ba90fb..ca83cc1 100644 --- a/tags.html +++ b/tags.html @@ -63,7 +63,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="#download">Download</a></li> + <li><a href="downloads.html">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> <li><a href="#community">Community</a></li> @@ -72,23 +72,19 @@ </div> + </nav> +</div> + + + +<div class="topnav" style="background:#F0F0F0"> + <div class="container"> <div class="jumbotron"> - <h1> + <h1 style="color:#000"> Open source Java implementation for Raft consensus protocol. </h1> - <p> - <a class="btn btn-default download" role="button" href="#download">Download Apache Ratis</a> - </p> - <p> - - <a class="changelog" - href="#gettingstarted">Getting started - </a> - </p> </div> </div> - - </nav> </div> <div class="container">
