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 9ef4b4f609d52e4ef81c5c76f4cf9b7a00ff785c
Author: Márton Elek <[email protected]>
AuthorDate: Mon Nov 5 13:31:40 2018 +0100

    RATIS-257. Publish ratis related presentations on the ratis web site. 
Contributed by Sandeep Nemuri.
---
 categories.html        |  1 +
 categories/page/1.html |  2 +-
 community.html         |  1 +
 getting_started.html   |  1 +
 index.html             | 24 +++++++++++++++++++-----
 post.html              |  1 +
 post/0.1.0-alpha.html  |  1 +
 post/0.2.0.html        |  1 +
 post/page/1.html       |  2 +-
 source.html            |  1 +
 tags.html              |  1 +
 tags/page/1.html       |  2 +-
 12 files changed, 30 insertions(+), 8 deletions(-)

diff --git a/categories.html b/categories.html
index 4ba680a..25c82fc 100644
--- a/categories.html
+++ b/categories.html
@@ -64,6 +64,7 @@
                     <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>
 
diff --git a/categories/page/1.html b/categories/page/1.html
index efa3968..da7e278 100644
--- a/categories/page/1.html
+++ b/categories/page/1.html
@@ -1 +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
+<!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 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
diff --git a/community.html b/community.html
index 84ca3e5..e56e8ba 100644
--- a/community.html
+++ b/community.html
@@ -64,6 +64,7 @@
                     <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>
 
diff --git a/getting_started.html b/getting_started.html
index fc83a71..cf7c756 100644
--- a/getting_started.html
+++ b/getting_started.html
@@ -64,6 +64,7 @@
                     <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>
 
diff --git a/index.html b/index.html
index 3366fc9..1eee598 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
 <html>
 
 <head>
-       <meta name="generator" content="Hugo 0.40.3" />
+       <meta name="generator" content="Hugo 0.50" />
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
@@ -65,6 +65,7 @@
                     <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>
 
@@ -431,10 +432,23 @@ Only the source code from the released artifacts are 
checked by the Project Mana
     </div>
 </div>
 
-<a name="source"></a>
-
-
-
+<a name="resources"></a>
+<div class="main-section">
+    <div class="container">
+        <div class="row header">
+            <h2>Resources</h2>
+            <p>Are you interested in learning more about Apache Ratis? 
Excellent! Here are some resources.</p>
+            <ul>
+            <li>Apache Ratis - In Search of a Usable Raft Library<br/>
+            <iframe 
src="http://home.apache.org/~szetszwo/presentations/20171115brown_bag.pdf";
+            width="595" height="485"></iframe></li><br/>
+
+            <li> <a 
href="//www.slideshare.net/Hadoop_Summit/high-throughput-data-replication-over-raft"
 title="High throughput data replication over RAFT" target="_blank">High 
throughput data replication over RAFT</a> from DataWorks Summit</a> 
+            <iframe 
src="//www.slideshare.net/slideshow/embed_code/key/40nJZyfhrysXeK" width="595" 
height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" 
style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 
100%;" allowfullscreen> </iframe> 
+            <div style="margin-bottom:5px"></div></li>
+        </div>
+    </div>
+</div>
 
 
 
diff --git a/post.html b/post.html
index efe2cc5..dff040b 100644
--- a/post.html
+++ b/post.html
@@ -64,6 +64,7 @@
                     <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>
 
diff --git a/post/0.1.0-alpha.html b/post/0.1.0-alpha.html
index 56ecd66..7ef1bcb 100644
--- a/post/0.1.0-alpha.html
+++ b/post/0.1.0-alpha.html
@@ -64,6 +64,7 @@
                     <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>
 
diff --git a/post/0.2.0.html b/post/0.2.0.html
index 7affcc9..08cb267 100644
--- a/post/0.2.0.html
+++ b/post/0.2.0.html
@@ -64,6 +64,7 @@
                     <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>
 
diff --git a/post/page/1.html b/post/page/1.html
index 2c1764e..d30a53d 100644
--- a/post/page/1.html
+++ b/post/page/1.html
@@ -1 +1 @@
-<!DOCTYPE 
html><html><head><title>https://ratis.incubator.apache.org/post.html</title><link
 rel="canonical" href="https://ratis.incubator.apache.org/post.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/post.html"; /></head></html>
\ No newline at end of file
+<!DOCTYPE 
html><html><head><title>https://ratis.incubator.apache.org/post.html</title><link
 rel="canonical" href="https://ratis.incubator.apache.org/post.html"/><meta 
name="robots" content="noindex"><meta charset="utf-8" /><meta 
http-equiv="refresh" content="0; 
url=https://ratis.incubator.apache.org/post.html"; /></head></html>
\ No newline at end of file
diff --git a/source.html b/source.html
index 35993cd..3c729ae 100644
--- a/source.html
+++ b/source.html
@@ -64,6 +64,7 @@
                     <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>
 
diff --git a/tags.html b/tags.html
index 45e34e0..b4ed657 100644
--- a/tags.html
+++ b/tags.html
@@ -64,6 +64,7 @@
                     <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>
 
diff --git a/tags/page/1.html b/tags/page/1.html
index 140ea15..c68ce44 100644
--- a/tags/page/1.html
+++ b/tags/page/1.html
@@ -1 +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
+<!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 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