This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch RATIS-5 in repository https://gitbox.apache.org/repos/asf/ratis-hadoop-projects.git
commit f699c73272a35e686d89064feed05814b4b9e49b Author: Márton Elek <[email protected]> AuthorDate: Fri Dec 1 23:18:23 2017 +0100 RAITS-5. Addressing policy issues and fixing links. --- layouts/index.html | 19 +++++++++++++++++-- layouts/partials/footer.html | 2 +- layouts/partials/header.html | 11 ++++++----- static/apache_incubator.png | Bin 0 -> 8249 bytes static/doap.rdf | 39 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 63 insertions(+), 8 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 941165c..1083ccd 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -15,10 +15,11 @@ <div class="feature-list-group"> <div class="container"> <div class="row header"> - <h3>What is Apache Ratis?</h3> + <h3>What is Apache Ratis™?</h3> <p class="lead"> Apache Ratis is a higly customizable RAFT protocol implementation in java. </p> + <p></p> </div> <div class="row feature-list"> @@ -70,7 +71,7 @@ <div class="row header"> <h2>Latest news</h2> {{ range where .Data.Pages "Section" "post" }} - <div class="panel-heading clearfix"><a class="pull-left" href="">{{.Title}}</a> + <div class="panel-heading clearfix"><a class="pull-left" href="{{.URL}}">{{.Title}}</a> <small class="pull-right">{{dateFormat "2006 Jan 2 " .Date}}</small> </div> {{end}} @@ -126,4 +127,18 @@ </div> </div> +<a name="source"></a> +<div class="main-section"> + <div class="container"> + <div class="row header"> + <p><img src="apache_incubator.png" alt="Apache Incubator"></img></p> + <p>Apache Ratis is currently undergoing <a href="https://incubator.apache.org">Incubation</a> at the Apache Software Foundation.</p> + </div> + </div> +</div> + + + + + {{ partial "footer.html" . }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 4a2a7cf..8d6bd14 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -16,7 +16,7 @@ <div class="col-md-12 trademark"> <p>© 2017 <a href="http://apache.org">The Apache Software Foundation</a>. - Apache, the Apache feather logo, are trademarks of The Apache Software Foundation. + Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo are trademarks of The Apache Software Foundation. <p> </div> </div><!-- /.container --> diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 460c4f2..ae7e811 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -25,12 +25,13 @@ <title>Apache Ratis</title> + <base href="{{.Site.BaseURL}}"> + <link rel="canonical" href="http://ratis.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"> - <base href="{{.Site.BaseURL}}"> </head> @@ -54,7 +55,7 @@ </li> - <li><img class="asf-logo" src="logo-white.png"/><a href="/">Apache Ratis</a></li> + <li><img class="asf-logo" src="logo-white.png"/><a href="#">Apache Ratis</a></li> </ul> @@ -75,7 +76,7 @@ <div id="ratis-menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> - <li><a href="/">Home</a></li> + <li><a href="#">Home</a></li> <li><a href="#download">Download</a></li> <li><a href="#gettingstarted">Getting started</a></li> <li><a href="#source">Source</a></li> @@ -89,12 +90,12 @@ Open source java implementation for RAFT consensus protocol. </h1> <p> - <a class="btn btn-default download" role="button" href="/#download">Download Ratis</a> + <a class="btn btn-default download" role="button" href="#download">Download Ratis</a> </p> <p> <a class="changelog" - href="/#gettingstarted">Getting started + href="#gettingstarted">Getting started </a> </p> </div><!-- /.jumbotron --> diff --git a/static/apache_incubator.png b/static/apache_incubator.png new file mode 100644 index 0000000..987c79e Binary files /dev/null and b/static/apache_incubator.png differ diff --git a/static/doap.rdf b/static/doap.rdf new file mode 100644 index 0000000..35e53e0 --- /dev/null +++ b/static/doap.rdf @@ -0,0 +1,39 @@ +<?xml version="1.0"?> +<?xml-stylesheet type="text/xsl"?> +<rdf:RDF xml:lang="en" + xmlns="http://usefulinc.com/ns/doap#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:asfext="http://projects.apache.org/ns/asfext#" + xmlns:foaf="http://xmlns.com/foaf/0.1/"> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + <Project rdf:about="https://beam.apache.org"> + <created>2017-12-01</created> + <license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0" /> + <name>Apache Ratis</name> + <homepage rdf:resource="https://ratis.apache.org" /> + <asfext:pmc rdf:resource="https://ratis.apache.org" /> + <shortdesc>Apache Ratis is a Raft library in java.</shortdesc> + <description>Apache Ratis is a higly customizable RAFT protocol implementation in java supporting pluggable transport, state machine and raft log.</description> + <bug-database rdf:resource="https://issues.apache.org/jira/browse/RATIS" /> + <mailing-list rdf:resource="htps://ratis.apache.org/#community" /> + <download-page rdf:resource="htps://ratis.apache.org/#download" /> + <programming-language>Java</programming-language> + <category rdf:resource="http://projects.apache.org/category/big-data" /> + <category rdf:resource="http://projects.apache.org/category/library" /> + </Project> +</rdf:RDF>
