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 9d2ce7fbd4521f52fa114364f3a96d1a548bc2a7 Author: Josh Elser <[email protected]> AuthorDate: Tue Jun 4 13:41:44 2019 -0400 RATIS-583. Synchronize asf-site with asf-site-source --- categories.html | 11 ++- categories/index.xml | 1 - community.html | 11 ++- getting_started.html | 38 ++++------ index.html | 51 +++++++------ index.xml | 14 +++- post.html | 37 ++++++++- post/0.1.0-alpha.html | 11 ++- post/0.2.0.html | 11 ++- post/0.3.0.html | 203 ++++++++++++++++++++++++++++---------------------- post/index.xml | 14 +++- sitemap.xml | 9 ++- source.html | 13 ++-- tags.html | 11 ++- tags/index.xml | 1 - 15 files changed, 263 insertions(+), 173 deletions(-) diff --git a/categories.html b/categories.html index 25c82fc..9070da1 100644 --- a/categories.html +++ b/categories.html @@ -31,10 +31,13 @@ <div class="container"> <ul class="breadcrumb col-md-6"> <li> - <img class="asf-logo" src="asf_feather.png"/> - <a href="https://www.apache.org">Apache Software Foundation</span></a> + <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> - <li><img class="asf-logo" src="logo-white.png"/><a href="https://ratis.incubator.apache.org/">Apache Ratis™</a></li> </ul> <div class="col-md-6"> <ul class="pull-right breadcrumb"> @@ -106,7 +109,7 @@ <div class="container"> <div class="col-md-12 trademark"> - <p>© 2018 <a href="http://apache.org">The Apache Software Foundation</a>, + <p>© 2019 <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> diff --git a/categories/index.xml b/categories/index.xml index af1c9e7..0e9373b 100644 --- a/categories/index.xml +++ b/categories/index.xml @@ -6,7 +6,6 @@ <description>Recent content in Categories on Apache Ratis</description> <generator>Hugo -- gohugo.io</generator> <language>en-us</language> - <copyright>&copy; 2017 Apache Software Foundation</copyright> <atom:link href="https://ratis.incubator.apache.org/categories/index.xml" rel="self" type="application/rss+xml" /> diff --git a/community.html b/community.html index e56e8ba..f261c81 100644 --- a/community.html +++ b/community.html @@ -31,10 +31,13 @@ <div class="container"> <ul class="breadcrumb col-md-6"> <li> - <img class="asf-logo" src="asf_feather.png"/> - <a href="https://www.apache.org">Apache Software Foundation</span></a> + <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> - <li><img class="asf-logo" src="logo-white.png"/><a href="https://ratis.incubator.apache.org/">Apache Ratis™</a></li> </ul> <div class="col-md-6"> <ul class="pull-right breadcrumb"> @@ -148,7 +151,7 @@ Please write to the mailing list if you need an invite.</p> <div class="container"> <div class="col-md-12 trademark"> - <p>© 2018 <a href="http://apache.org">The Apache Software Foundation</a>, + <p>© 2019 <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> diff --git a/getting_started.html b/getting_started.html index cf7c756..8dd6e9f 100644 --- a/getting_started.html +++ b/getting_started.html @@ -31,10 +31,13 @@ <div class="container"> <ul class="breadcrumb col-md-6"> <li> - <img class="asf-logo" src="asf_feather.png"/> - <a href="https://www.apache.org">Apache Software Foundation</span></a> + <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> - <li><img class="asf-logo" src="logo-white.png"/><a href="https://ratis.incubator.apache.org/">Apache Ratis™</a></li> </ul> <div class="col-md-6"> <ul class="pull-right breadcrumb"> @@ -120,19 +123,8 @@ <!-- TODO: We should have the following as documentation in the github. --> -<p>The source code the examples could be found in the ratis-examples subproject.</p> - -<p>Arithmetic example also has some simple cli script to start it:</p> - -<ol> -<li>First do a full build on the ratis source code: <code>mvn clean install -DskipTests</code></li> -<li>Go the the bin directory of the examples: <code>cd ratis-examples/src/main/bin</code></li> -<li>Start three Ratis server instances (with arithmetic state matchine). <code>./start-all</code> (This helper script starts 3 -Java instances in the background).</li> -<li>Create a new variable in the state machine: <code>./client.sh assign --name a --value 3</code></li> -<li>Assign a new variable: <code>./client.sh assign --name b --value a+5</code></li> -<li>Get a variable from the state machine: <code>./client.sh get --name b</code></li> -</ol> +<p>The source code of the examples could be found in the +<a href="https://github.com/apache/incubator-ratis/blob/master/ratis-examples/">ratis-examples</a> sub-project.</p> <h3 id="maven-usage">Maven usage</h3> @@ -146,19 +138,19 @@ Java instances in the background).</li> <p>You also need to include <em>one</em> of the transports:</p> <div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-xml" data-lang="xml"><span style="color:#f92672"><dependency></span> - <span style="color:#f92672"><artifactId></span>ratis-netty<span style="color:#f92672"></artifactId></span> + <span style="color:#f92672"><artifactId></span>ratis-grpc<span style="color:#f92672"></artifactId></span> <span style="color:#f92672"><groupId></span>org.apache.ratis<span style="color:#f92672"></groupId></span> <span style="color:#f92672"></dependency></span></code></pre></div> <div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-xml" data-lang="xml"> <span style="color:#f92672"><dependency></span> + <span style="color:#f92672"><artifactId></span>ratis-netty<span style="color:#f92672"></artifactId></span> <span style="color:#f92672"><groupId></span>org.apache.ratis<span style="color:#f92672"></groupId></span> - <span style="color:#f92672"><artifactId></span>ratis-grpc<span style="color:#f92672"></artifactId></span> <span style="color:#f92672"></dependency></span></code></pre></div> -<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-xml" data-lang="xml"> <span style="color:#f92672"><dependency></span> - <span style="color:#f92672"><groupId></span>org.apache.ratis<span style="color:#f92672"></groupId></span> - <span style="color:#f92672"><artifactId></span>ratis-hadoop-shaded<span style="color:#f92672"></artifactId></span> - <span style="color:#f92672"></dependency></span></code></pre></div> +<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-xml" data-lang="xml"><span style="color:#f92672"><dependency></span> + <span style="color:#f92672"><artifactId></span>ratis-hadoop<span style="color:#f92672"></artifactId></span> + <span style="color:#f92672"><groupId></span>org.apache.ratis<span style="color:#f92672"></groupId></span> +<span style="color:#f92672"></dependency></span></code></pre></div> <p>Please note that Apache Hadoop dependencies are shaded, so it’s safe to use hadoop transport with different versions of Hadoop.</p> @@ -168,7 +160,7 @@ Java instances in the background).</li> <div class="container"> <div class="col-md-12 trademark"> - <p>© 2018 <a href="http://apache.org">The Apache Software Foundation</a>, + <p>© 2019 <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> diff --git a/index.html b/index.html index ca16cff..67d68af 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,10 @@ + <!DOCTYPE html> <html> <head> - <meta name="generator" content="Hugo 0.50" /> + <meta name="generator" content="Hugo 0.54.0" /> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> @@ -31,10 +32,13 @@ <div class="container"> <ul class="breadcrumb col-md-6"> <li> - <img class="asf-logo" src="asf_feather.png"/> - <a href="https://www.apache.org">Apache Software Foundation</span></a> + <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> - <li><img class="asf-logo" src="logo-white.png"/><a href="https://ratis.incubator.apache.org/">Apache Ratis™</a></li> </ul> <div class="col-md-6"> <ul class="pull-right breadcrumb"> @@ -171,10 +175,11 @@ <div class="container"> <div class="row header"> <h2>Latest news</h2> + <div class="panel-heading clearfix"><a class="pull-left" href="/post/0.3.0.html">Release 0.3.0 is available</a> - <small class="pull-right">2019 Apr 21</small> + <small class="pull-right">2019 Apr 21 </small> </div> - + <div class="panel-heading clearfix"><a class="pull-left" href="/post/0.2.0.html">Release 0.2.0 is available</a> <small class="pull-right">2018 Jul 15 </small> </div> @@ -211,42 +216,41 @@ <th>Announcement</th> </tr> </thead> + <tr> <td>0.3.0</td> - <td>2019 Apr 21</td> - <td><a href="http://www.apache.org/dist/incubator/ratis/0.3.0/"> - http://www.apache.org/dist/incubator/ratis/0.3.0/</a> + <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="http://www.apache.org/dist/incubator/ratis/0.2.0/"> - http://www.apache.org/dist/incubator/ratis/0.2.0/</a> - </td> - <td> - <a href="post/0.2.0.html">Announcement</a> + <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> <tr> <td>0.1.0-alpha</td> <td>2017 May 2 </td> - <td><a href="http://www.apache.org/dist/incubator/ratis/0.1.0-alpha/"> - http://www.apache.org/dist/incubator/ratis/0.1.0-alpha/</a> - </td> - <td> - <a href="post/0.1.0-alpha.html">Announcement</a> + <td><a href="https://www.apache.org/dist/incubator/ratis/0.1.0-alpha/"> + https://www.apache.org/dist/incubator/ratis/0.1.0-alpha/</a> </td> + <td><a href="post/0.1.0-alpha.html">Announcement</a></td> </tr> </table> </p> + <p>Release artifacts are signed with one of the keys available at: - <a href="http://www.apache.org/dist/incubator/ratis/KEYS">http://www.apache.org/dist/incubator/ratis/KEYS</a> + <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> @@ -290,8 +294,7 @@ <!-- TODO: We should have the following as documentation in the github. --> <p>The source code of the examples could be found in the - <a href="https://github.com/apache/incubator-ratis/blob/master/ratis-examples/">ratis-examples</a> sub-project. -</p> +<a href="https://github.com/apache/incubator-ratis/blob/master/ratis-examples/">ratis-examples</a> sub-project.</p> <h3 id="maven-usage">Maven usage</h3> @@ -309,7 +312,7 @@ <span style="color:#f92672"><groupId></span>org.apache.ratis<span style="color:#f92672"></groupId></span> <span style="color:#f92672"></dependency></span></code></pre></div> -<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-xml" data-lang="xml"><span style="color:#f92672"><dependency></span> +<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-xml" data-lang="xml"> <span style="color:#f92672"><dependency></span> <span style="color:#f92672"><artifactId></span>ratis-netty<span style="color:#f92672"></artifactId></span> <span style="color:#f92672"><groupId></span>org.apache.ratis<span style="color:#f92672"></groupId></span> <span style="color:#f92672"></dependency></span></code></pre></div> diff --git a/index.xml b/index.xml index 3a628b0..b81eeb4 100644 --- a/index.xml +++ b/index.xml @@ -6,13 +6,23 @@ <description>Recent content on Apache Ratis</description> <generator>Hugo -- gohugo.io</generator> <language>en-us</language> - <copyright>&copy; 2017 Apache Software Foundation</copyright> - <lastBuildDate>Sun, 15 Jul 2018 00:00:00 +0000</lastBuildDate> + <lastBuildDate>Sun, 21 Apr 2019 00:00:00 +0000</lastBuildDate> <atom:link href="https://ratis.incubator.apache.org/index.xml" rel="self" type="application/rss+xml" /> <item> + <title>Release 0.3.0 is available</title> + <link>https://ratis.incubator.apache.org/post/0.3.0.html</link> + <pubDate>Sun, 21 Apr 2019 00:00:00 +0000</pubDate> + + <guid>https://ratis.incubator.apache.org/post/0.3.0.html</guid> + <description>Download +It contains new features such as multi-raft and watch request, as well contains 73 improvements and 72 bug fixes. See the changes between 0.2.0 and 0.3.0 releases. +It has been tested with Apache Hadoop Ozone where Apache Ratis is used to replicate raw data.</description> + </item> + + <item> <title>Release 0.2.0 is available</title> <link>https://ratis.incubator.apache.org/post/0.2.0.html</link> <pubDate>Sun, 15 Jul 2018 00:00:00 +0000</pubDate> diff --git a/post.html b/post.html index dff040b..22f3d44 100644 --- a/post.html +++ b/post.html @@ -31,10 +31,13 @@ <div class="container"> <ul class="breadcrumb col-md-6"> <li> - <img class="asf-logo" src="asf_feather.png"/> - <a href="https://www.apache.org">Apache Software Foundation</span></a> + <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> - <li><img class="asf-logo" src="logo-white.png"/><a href="https://ratis.incubator.apache.org/">Apache Ratis™</a></li> </ul> <div class="col-md-6"> <ul class="pull-right breadcrumb"> @@ -95,6 +98,32 @@ <h1 id="title">Posts Archive</h1> <ul id="list"> + <h1><a href="/post/0.3.0.html">Release 0.3.0 is available</a></h1> + <p><small>2019 Apr 21 </small></p> + + <!--- + Licensed 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. See accompanying LICENSE file. +--> + +<p><a href="https://ratis.incubator.apache.org/#download">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> + + + <h1><a href="/post/0.2.0.html">Release 0.2.0 is available</a></h1> <p><small>2018 Jul 15 </small></p> @@ -162,7 +191,7 @@ <div class="container"> <div class="col-md-12 trademark"> - <p>© 2018 <a href="http://apache.org">The Apache Software Foundation</a>, + <p>© 2019 <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> diff --git a/post/0.1.0-alpha.html b/post/0.1.0-alpha.html index 7ef1bcb..0a88c18 100644 --- a/post/0.1.0-alpha.html +++ b/post/0.1.0-alpha.html @@ -31,10 +31,13 @@ <div class="container"> <ul class="breadcrumb col-md-6"> <li> - <img class="asf-logo" src="asf_feather.png"/> - <a href="https://www.apache.org">Apache Software Foundation</span></a> + <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> - <li><img class="asf-logo" src="logo-white.png"/><a href="https://ratis.incubator.apache.org/">Apache Ratis™</a></li> </ul> <div class="col-md-6"> <ul class="pull-right breadcrumb"> @@ -120,7 +123,7 @@ <div class="container"> <div class="col-md-12 trademark"> - <p>© 2018 <a href="http://apache.org">The Apache Software Foundation</a>, + <p>© 2019 <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> diff --git a/post/0.2.0.html b/post/0.2.0.html index 08cb267..095dd59 100644 --- a/post/0.2.0.html +++ b/post/0.2.0.html @@ -31,10 +31,13 @@ <div class="container"> <ul class="breadcrumb col-md-6"> <li> - <img class="asf-logo" src="asf_feather.png"/> - <a href="https://www.apache.org">Apache Software Foundation</span></a> + <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> - <li><img class="asf-logo" src="logo-white.png"/><a href="https://ratis.incubator.apache.org/">Apache Ratis™</a></li> </ul> <div class="col-md-6"> <ul class="pull-right breadcrumb"> @@ -118,7 +121,7 @@ <div class="container"> <div class="col-md-12 trademark"> - <p>© 2018 <a href="http://apache.org">The Apache Software Foundation</a>, + <p>© 2019 <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> diff --git a/post/0.3.0.html b/post/0.3.0.html index 0662d1f..e22f3da 100644 --- a/post/0.3.0.html +++ b/post/0.3.0.html @@ -1,4 +1,98 @@ + <!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="#download">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> + + + <div class="jumbotron"> + <h1> + 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> <!--- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,103 +107,34 @@ limitations under the License. See accompanying LICENSE file. --> -<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> +<p><a href="https://ratis.incubator.apache.org/#download">Download</a></p> -<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="#download">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> +<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> - <div class="jumbotron"> - <h1>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> +<footer> + <div class="container"> + + <div class="col-md-12 trademark"> + <p>© 2019 <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> - <p><a href="https://ratis.incubator.apache.org/#download">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> +<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> - <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> -</div> -<footer> - <div class="container"> - <div class="col-md-12 trademark"> - <p>© 2019 <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> </body> </html> + diff --git a/post/index.xml b/post/index.xml index ce4c0eb..da66429 100644 --- a/post/index.xml +++ b/post/index.xml @@ -6,13 +6,23 @@ <description>Recent content in Posts on Apache Ratis</description> <generator>Hugo -- gohugo.io</generator> <language>en-us</language> - <copyright>&copy; 2017 Apache Software Foundation</copyright> - <lastBuildDate>Sun, 15 Jul 2018 00:00:00 +0000</lastBuildDate> + <lastBuildDate>Sun, 21 Apr 2019 00:00:00 +0000</lastBuildDate> <atom:link href="https://ratis.incubator.apache.org/post/index.xml" rel="self" type="application/rss+xml" /> <item> + <title>Release 0.3.0 is available</title> + <link>https://ratis.incubator.apache.org/post/0.3.0.html</link> + <pubDate>Sun, 21 Apr 2019 00:00:00 +0000</pubDate> + + <guid>https://ratis.incubator.apache.org/post/0.3.0.html</guid> + <description>Download +It contains new features such as multi-raft and watch request, as well contains 73 improvements and 72 bug fixes. See the changes between 0.2.0 and 0.3.0 releases. +It has been tested with Apache Hadoop Ozone where Apache Ratis is used to replicate raw data.</description> + </item> + + <item> <title>Release 0.2.0 is available</title> <link>https://ratis.incubator.apache.org/post/0.2.0.html</link> <pubDate>Sun, 15 Jul 2018 00:00:00 +0000</pubDate> diff --git a/sitemap.xml b/sitemap.xml index 5856a42..0e26d40 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -3,6 +3,11 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> <url> + <loc>https://ratis.incubator.apache.org/post/0.3.0.html</loc> + <lastmod>2019-04-21T00:00:00+00:00</lastmod> + </url> + + <url> <loc>https://ratis.incubator.apache.org/post/0.2.0.html</loc> <lastmod>2018-07-15T00:00:00+00:00</lastmod> </url> @@ -14,7 +19,7 @@ <url> <loc>https://ratis.incubator.apache.org/</loc> - <lastmod>2018-07-15T00:00:00+00:00</lastmod> + <lastmod>2019-04-21T00:00:00+00:00</lastmod> <priority>0</priority> </url> @@ -33,7 +38,7 @@ <url> <loc>https://ratis.incubator.apache.org/post.html</loc> - <lastmod>2018-07-15T00:00:00+00:00</lastmod> + <lastmod>2019-04-21T00:00:00+00:00</lastmod> <priority>0</priority> </url> diff --git a/source.html b/source.html index 3c729ae..1f62e56 100644 --- a/source.html +++ b/source.html @@ -31,10 +31,13 @@ <div class="container"> <ul class="breadcrumb col-md-6"> <li> - <img class="asf-logo" src="asf_feather.png"/> - <a href="https://www.apache.org">Apache Software Foundation</span></a> + <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> - <li><img class="asf-logo" src="logo-white.png"/><a href="https://ratis.incubator.apache.org/">Apache Ratis™</a></li> </ul> <div class="col-md-6"> <ul class="pull-right breadcrumb"> @@ -106,7 +109,7 @@ <p>Source code is part of every release, you can download the source bundles from download section and build the project according to the included instructions.</p> -<p>The versioned source code history is available from the <a href="git://git.apache.org/incubator-ratis.git">Apache git</a> repository or +<p>The versioned source code history is available from the <a href="https://gitbox.apache.org/repos/asf?p=incubator-ratis.git">Apache git</a> repository or from the <a href="https://github.com/apache/incubator-ratis">github mirror</a>. It is only for development and not intended for use by the general public. Only the source code from the released artifacts are checked by the Project Management Committee.</p> @@ -116,7 +119,7 @@ Only the source code from the released artifacts are checked by the Project Mana <div class="container"> <div class="col-md-12 trademark"> - <p>© 2018 <a href="http://apache.org">The Apache Software Foundation</a>, + <p>© 2019 <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> diff --git a/tags.html b/tags.html index b4ed657..7d3b248 100644 --- a/tags.html +++ b/tags.html @@ -31,10 +31,13 @@ <div class="container"> <ul class="breadcrumb col-md-6"> <li> - <img class="asf-logo" src="asf_feather.png"/> - <a href="https://www.apache.org">Apache Software Foundation</span></a> + <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> - <li><img class="asf-logo" src="logo-white.png"/><a href="https://ratis.incubator.apache.org/">Apache Ratis™</a></li> </ul> <div class="col-md-6"> <ul class="pull-right breadcrumb"> @@ -106,7 +109,7 @@ <div class="container"> <div class="col-md-12 trademark"> - <p>© 2018 <a href="http://apache.org">The Apache Software Foundation</a>, + <p>© 2019 <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> diff --git a/tags/index.xml b/tags/index.xml index da8189a..1ae6778 100644 --- a/tags/index.xml +++ b/tags/index.xml @@ -6,7 +6,6 @@ <description>Recent content in Tags on Apache Ratis</description> <generator>Hugo -- gohugo.io</generator> <language>en-us</language> - <copyright>&copy; 2017 Apache Software Foundation</copyright> <atom:link href="https://ratis.incubator.apache.org/tags/index.xml" rel="self" type="application/rss+xml" />
