Repository: incubator-ratis
Updated Branches:
  refs/heads/asf-site dc9742c97 -> c79646dc7


0.2.0 release announcement


Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/c79646dc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/c79646dc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/c79646dc

Branch: refs/heads/asf-site
Commit: c79646dc7ab89a0ba9aa80c9987fde68e8df09c9
Parents: dc9742c
Author: Márton Elek <[email protected]>
Authored: Sun Jul 15 08:38:58 2018 +0200
Committer: Márton Elek <[email protected]>
Committed: Sun Jul 15 08:38:58 2018 +0200

----------------------------------------------------------------------
 categories.html        | 125 ++++++++++++++++++++++++++++++++++++++++
 categories/page/1.html |   1 +
 index.html             |  35 +++++++++--
 index.xml              |  14 ++++-
 post.html              |  27 +++++++++
 post/0.2.0.html        | 137 ++++++++++++++++++++++++++++++++++++++++++++
 post/index.xml         |  14 ++++-
 sitemap.xml            |   9 ++-
 tags.html              | 125 ++++++++++++++++++++++++++++++++++++++++
 tags/page/1.html       |   1 +
 10 files changed, 480 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/c79646dc/categories.html
----------------------------------------------------------------------
diff --git a/categories.html b/categories.html
new file mode 100644
index 0000000..4ba680a
--- /dev/null
+++ b/categories.html
@@ -0,0 +1,125 @@
+
+<!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"/>
+                <a  href="https://www.apache.org";>Apache Software 
Foundation</span></a>
+            </li>
+            <li><img class="asf-logo" src="logo-white.png"/><a 
href="https://ratis.incubator.apache.org/";>Apache Ratis&trade;</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>
+                </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">
+
+<section id="main">
+  <div>
+    <h1 id="title">Categories Archive</h1>
+        <ul id="list">
+            
+        </ul>
+  </div>
+
+
+</section>
+</div>
+
+<footer>
+    <div class="container">
+
+        <div class="col-md-12 trademark">
+            <p>&copy; 2018 <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>
+

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/c79646dc/categories/page/1.html
----------------------------------------------------------------------
diff --git a/categories/page/1.html b/categories/page/1.html
new file mode 100644
index 0000000..efa3968
--- /dev/null
+++ b/categories/page/1.html
@@ -0,0 +1 @@
+<!DOCTYPE 
html><html><head><title>https://ratis.incubator.apache.org/categories.html</title><link
 rel="canonical" 
href="https://ratis.incubator.apache.org/categories.html"/><meta name="robots" 
content="noindex"><meta http-equiv="content-type" content="text/html; 
charset=utf-8" /><meta http-equiv="refresh" content="0; 
url=https://ratis.incubator.apache.org/categories.html"; /></head></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/c79646dc/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index fa021ce..3366fc9 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
 <html>
 
 <head>
-       <meta name="generator" content="Hugo 0.32.4" />
+       <meta name="generator" content="Hugo 0.40.3" />
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
@@ -172,6 +172,10 @@
         <div class="row header">
             <h2>Latest news</h2>
             
+            <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>
+            
             <div class="panel-heading clearfix"><a class="pull-left" 
href="/post/0.1.0-alpha.html">Release 0.1.0-alpha is available</a>
                 <small class="pull-right">2017 May 2 </small>
             </div>
@@ -201,19 +205,42 @@
                     <th>Version</th>
                     <th>Release date</th>
                     <th>Source download</th>
+                    <th>Binary download</th>
                     <th>Announcement</th>
                 </tr>
                 </thead>
                 
                 <tr>
-                    <td>0.1.0-alpha</td>
+                             <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://dist.apache.org/repos/dist/release/incubator/ratis/0.2.0/apache-ratis-incubating-0.2.0-src.tar.gz.mds";>checksum</a>
+                        <a 
href="https://dist.apache.org/repos/dist/release/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://dist.apache.org/repos/dist/release/incubator/ratis/0.2.0/apache-ratis-incubating-0.2.0-bin.tar.gz.mds";>checksum</a>
+                        <a 
href="https://dist.apache.org/repos/dist/release/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>
+                
+                <tr>
+                             <td>0.1.0-alpha</td>
                     <td>2017 May 2 </td>
                     <td>
                         <a 
href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/0.1.0-alpha/apache-ratis-incubating-0.1.0-alpha-src.tar.gz";>source</a>
                         (<a 
href="https://dist.apache.org/repos/dist/release/incubator/ratis/0.1.0-alpha/apache-ratis-incubating-0.1.0-alpha-src.tar.gz.mds";>checksum</a>
                         <a 
href="https://dist.apache.org/repos/dist/release/incubator/ratis/0.1.0-alpha/apache-ratis-incubating-0.1.0-alpha-src.tar.gz.asc";>signature</a>)
                     </td>
-                  
+                                                 
+                                                    <td></td>
+                                                 
                     <td>
                         <a href="post/0.1.0-alpha.html">Announcement</a>
                     </td>
@@ -221,7 +248,7 @@
                 
             </table>
             </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>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/c79646dc/index.xml
----------------------------------------------------------------------
diff --git a/index.xml b/index.xml
index fa2eb6d..3a628b0 100644
--- a/index.xml
+++ b/index.xml
@@ -7,12 +7,24 @@
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
     <copyright>&amp;copy; 2017 Apache Software Foundation</copyright>
-    <lastBuildDate>Tue, 02 May 2017 00:00:00 +0000</lastBuildDate>
+    <lastBuildDate>Sun, 15 Jul 2018 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.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>
+      
+      <guid>https://ratis.incubator.apache.org/post/0.2.0.html</guid>
+      <description>0.2.0 is the second Apache release and the first release 
which provides binary release with example Raft applications.
+It contains more than 130 bug fixes and features since the previous release.
+This version also heavily tested with Apache Hadoop Ozone where Apache Ratis 
is used to replicate raw Hadoop data.
+The release is available from the downloaded section or (as Ratis is a java 
library) from the Apache and Maven central maven repositories.</description>
+    </item>
+    
+    <item>
       <title>Release 0.1.0-alpha is available</title>
       <link>https://ratis.incubator.apache.org/post/0.1.0-alpha.html</link>
       <pubDate>Tue, 02 May 2017 00:00:00 +0000</pubDate>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/c79646dc/post.html
----------------------------------------------------------------------
diff --git a/post.html b/post.html
index a73e642..efe2cc5 100644
--- a/post.html
+++ b/post.html
@@ -94,6 +94,33 @@
     <h1 id="title">Posts Archive</h1>
         <ul id="list">
             
+            <h1><a href="/post/0.2.0.html">Release 0.2.0 is available</a></h1>
+            <p><small>2018 Jul 15 </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>0.2.0 is the second Apache release and the first release which provides 
binary release with example Raft applications.</p>
+
+<p>It contains more than 130 bug fixes and features since the previous 
release.</p>
+
+<p>This version also heavily tested with <a 
href="http://ozone.hadoop.apache.org";>Apache Hadoop Ozone</a> where Apache 
Ratis is used to replicate raw Hadoop data.</p>
+
+<p>The release is available from the downloaded section or (as Ratis is a java 
library) from the Apache and Maven central maven repositories.</p>
+
+
+            
             <h1><a href="/post/0.1.0-alpha.html">Release 0.1.0-alpha is 
available</a></h1>
             <p><small>2017 May 2 </small></p>
 

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/c79646dc/post/0.2.0.html
----------------------------------------------------------------------
diff --git a/post/0.2.0.html b/post/0.2.0.html
new file mode 100644
index 0000000..7affcc9
--- /dev/null
+++ b/post/0.2.0.html
@@ -0,0 +1,137 @@
+
+<!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"/>
+                <a  href="https://www.apache.org";>Apache Software 
Foundation</span></a>
+            </li>
+            <li><img class="asf-logo" src="logo-white.png"/><a 
href="https://ratis.incubator.apache.org/";>Apache Ratis&trade;</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>
+                </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.2.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.
+  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>0.2.0 is the second Apache release and the first release which provides 
binary release with example Raft applications.</p>
+
+<p>It contains more than 130 bug fixes and features since the previous 
release.</p>
+
+<p>This version also heavily tested with <a 
href="http://ozone.hadoop.apache.org";>Apache Hadoop Ozone</a> where Apache 
Ratis is used to replicate raw Hadoop data.</p>
+
+<p>The release is available from the downloaded section or (as Ratis is a java 
library) from the Apache and Maven central maven repositories.</p>
+
+</div>
+
+<footer>
+    <div class="container">
+
+        <div class="col-md-12 trademark">
+            <p>&copy; 2018 <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>
+

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/c79646dc/post/index.xml
----------------------------------------------------------------------
diff --git a/post/index.xml b/post/index.xml
index 2cf2598..ce4c0eb 100644
--- a/post/index.xml
+++ b/post/index.xml
@@ -7,12 +7,24 @@
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
     <copyright>&amp;copy; 2017 Apache Software Foundation</copyright>
-    <lastBuildDate>Tue, 02 May 2017 00:00:00 +0000</lastBuildDate>
+    <lastBuildDate>Sun, 15 Jul 2018 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.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>
+      
+      <guid>https://ratis.incubator.apache.org/post/0.2.0.html</guid>
+      <description>0.2.0 is the second Apache release and the first release 
which provides binary release with example Raft applications.
+It contains more than 130 bug fixes and features since the previous release.
+This version also heavily tested with Apache Hadoop Ozone where Apache Ratis 
is used to replicate raw Hadoop data.
+The release is available from the downloaded section or (as Ratis is a java 
library) from the Apache and Maven central maven repositories.</description>
+    </item>
+    
+    <item>
       <title>Release 0.1.0-alpha is available</title>
       <link>https://ratis.incubator.apache.org/post/0.1.0-alpha.html</link>
       <pubDate>Tue, 02 May 2017 00:00:00 +0000</pubDate>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/c79646dc/sitemap.xml
----------------------------------------------------------------------
diff --git a/sitemap.xml b/sitemap.xml
index 54baf04..5856a42 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,13 +3,18 @@
   xmlns:xhtml="http://www.w3.org/1999/xhtml";>
   
   <url>
+    <loc>https://ratis.incubator.apache.org/post/0.2.0.html</loc>
+    <lastmod>2018-07-15T00:00:00+00:00</lastmod>
+  </url>
+  
+  <url>
     <loc>https://ratis.incubator.apache.org/post/0.1.0-alpha.html</loc>
     <lastmod>2017-05-02T00:00:00+00:00</lastmod>
   </url>
   
   <url>
     <loc>https://ratis.incubator.apache.org/</loc>
-    <lastmod>2017-05-02T00:00:00+00:00</lastmod>
+    <lastmod>2018-07-15T00:00:00+00:00</lastmod>
     <priority>0</priority>
   </url>
   
@@ -28,7 +33,7 @@
   
   <url>
     <loc>https://ratis.incubator.apache.org/post.html</loc>
-    <lastmod>2017-05-02T00:00:00+00:00</lastmod>
+    <lastmod>2018-07-15T00:00:00+00:00</lastmod>
     <priority>0</priority>
   </url>
   

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/c79646dc/tags.html
----------------------------------------------------------------------
diff --git a/tags.html b/tags.html
new file mode 100644
index 0000000..45e34e0
--- /dev/null
+++ b/tags.html
@@ -0,0 +1,125 @@
+
+<!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"/>
+                <a  href="https://www.apache.org";>Apache Software 
Foundation</span></a>
+            </li>
+            <li><img class="asf-logo" src="logo-white.png"/><a 
href="https://ratis.incubator.apache.org/";>Apache Ratis&trade;</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>
+                </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">
+
+<section id="main">
+  <div>
+    <h1 id="title">Tags Archive</h1>
+        <ul id="list">
+            
+        </ul>
+  </div>
+
+
+</section>
+</div>
+
+<footer>
+    <div class="container">
+
+        <div class="col-md-12 trademark">
+            <p>&copy; 2018 <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>
+

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/c79646dc/tags/page/1.html
----------------------------------------------------------------------
diff --git a/tags/page/1.html b/tags/page/1.html
new file mode 100644
index 0000000..140ea15
--- /dev/null
+++ b/tags/page/1.html
@@ -0,0 +1 @@
+<!DOCTYPE 
html><html><head><title>https://ratis.incubator.apache.org/tags.html</title><link
 rel="canonical" href="https://ratis.incubator.apache.org/tags.html"/><meta 
name="robots" content="noindex"><meta http-equiv="content-type" 
content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; 
url=https://ratis.incubator.apache.org/tags.html"; /></head></html>
\ No newline at end of file

Reply via email to