You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by sz...@apache.org on 2021/03/11 07:05:16 UTC

[ratis] branch asf-site-source updated: RATIS-1334. Remove remaining incubator disclaimers and references. (#437)

This is an automated email from the ASF dual-hosted git repository.

szetszwo pushed a commit to branch asf-site-source
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/asf-site-source by this push:
     new 5e43ecd  RATIS-1334. Remove remaining incubator disclaimers and references. (#437)
5e43ecd is described below

commit 5e43ecd5f6e5358d36d6d25894f00f542d31d778
Author: Chris Nauroth <cn...@gmail.com>
AuthorDate: Wed Mar 10 23:05:05 2021 -0800

    RATIS-1334. Remove remaining incubator disclaimers and references. (#437)
---
 README.md                    |   4 ++--
 config.toml                  |   2 +-
 layouts/index.html           |  24 ++----------------------
 layouts/partials/footer.html |   2 +-
 layouts/partials/header.html |   2 +-
 static/apache_incubator.png  | Bin 8249 -> 0 bytes
 static/doap.rdf              |  10 +++++-----
 7 files changed, 12 insertions(+), 32 deletions(-)

diff --git a/README.md b/README.md
index e5f72cb..a17ff2b 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Committers must ensure that the state of the `asf-site-source` and `asf-site` br
 Committers must never manually edit content in the `asf-site` branch.
 
 Content pushed to the `asf-site` branch is automatically published to the public website:
-https://ratis.incubator.apache.org
+https://ratis.apache.org
 
 There is (presently) no automation to automatically keep these branches in sync, but a general guide is to do the following.
 These steps use two checkouts of the Git repo, one for `asf-site` and another for `asf-site-source`. Beware that these steps
@@ -53,7 +53,7 @@ are destructive to any local modifications:
 
 First time only!
 ```bash
-$ git clone https://github.com/apache/incubator-ratis ratis-site.git
+$ git clone https://github.com/apache/ratis ratis-site.git
 $ cp -r ratis-site.git ratis-site-source.git
 $ pushd ratis-site.git && git checkout -t origin/asf-site && popd
 $ pushd ratis-site-source.git && git checkout -t origin/asf-site-source && popd
diff --git a/config.toml b/config.toml
index e668267..47d5d17 100644
--- a/config.toml
+++ b/config.toml
@@ -11,7 +11,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License. See accompanying LICENSE file.
 #
-baseURL = "https://ratis.incubator.apache.org/"
+baseURL = "https://ratis.apache.org/"
 title = "Apache Ratis"
 enableEmoji = true
 footnotereturnlinkcontents = "<sup>^</sup>"
diff --git a/layouts/index.html b/layouts/index.html
index 806d160..0e13535 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -13,26 +13,6 @@
 -->
 {{ partial "header.html" . }}
 {{ partial "middle.html" . }}
-<div class="main-section">
-    <div class="container">
-              <div class="row">
-                <div class="col-md-8 col-md-offset-2">
-                <div class="panel panel-default">
-                    <div class="panel-heading">Disclaimer</div>
-                      <div class="panel-body">
-                          <img class="pull-right" src="apache_incubator.png" alt="Apache Incubator"></img>
-                          Apache Ratis is an effort undergoing <a href="https://incubator.apache.org">incubation</a> at
-                          <a href="https://www.apache.org">The Apache Software Foundation (ASF)</a>, sponsored by the Apache Incubator PMC.
-                          Incubation is required of all newly accepted projects until a further review indicates that the infrastructure,
-                          communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.
-                          While incubation status is not necessarily a reflection of the completeness or stability of the code,
-                          it does indicate that the project has yet to be fully endorsed by the ASF.
-                      </div>
-                    </div>
-                  </div>
-              </div>
-    </div>
-</div>
 
 <div class="whatis bg-light">
     <div class="container">
@@ -69,7 +49,7 @@
                 <span class="glyphicon glyphicon-log-in" aria-hidden="true"></span>
                 <h4>Pluggable state machine</h4>
                 <p>
-                    Ratis supports a log and state machine. State machine typically contains the data that you want to make highly avialable. Ratis makes it easy to use your own state machine.
+                    Ratis supports a log and state machine. State machine typically contains the data that you want to make highly available. Ratis makes it easy to use your own state machine.
                 </p>
             </div>
 
@@ -83,7 +63,7 @@
                   implementation
                   stores log in local files.</p>
               <p>
-                  Application can define the polices of how to write data and where it should be written easily.
+                  Application can define the policies of how to write data and where it should be written easily.
               </p>
           </div>
           <div class="col-md-6 col-sm-6 feature-item">
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 7be56c3..d39abde 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -16,7 +16,7 @@
 
         <div class="col-md-12 trademark">
             <p>&copy; {{ now.Year }} <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.
+                Apache, Apache Ratis, the Apache feather logo, and the 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 852b16a..41abef2 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -27,7 +27,7 @@
 
     <base href="{{.Site.BaseURL}}">
 
-    <link rel="canonical" href="http://ratis.incubator.apache.org/">
+    <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">
diff --git a/static/apache_incubator.png b/static/apache_incubator.png
deleted file mode 100644
index 987c79e..0000000
Binary files a/static/apache_incubator.png and /dev/null differ
diff --git a/static/doap.rdf b/static/doap.rdf
index 4b6ed23..59d5c82 100644
--- a/static/doap.rdf
+++ b/static/doap.rdf
@@ -21,17 +21,17 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <Project rdf:about="https://ratis.incubator.apache.org">
+  <Project rdf:about="https://ratis.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.incubator.apache.org" />
-    <asfext:pmc rdf:resource="https://ratis.incubator.apache.org" />
+    <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="https://ratis.incubator.apache.org/#community" />
-    <download-page rdf:resource="https://ratis.incubator.apache.org/#download" />
+    <mailing-list rdf:resource="https://ratis.apache.org/#community" />
+    <download-page rdf:resource="https://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" />