You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Tsz-wo Sze (Jira)" <ji...@apache.org> on 2021/02/25 01:06:00 UTC

[jira] [Commented] (RATIS-1324) Update website for TLP

    [ https://issues.apache.org/jira/browse/RATIS-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17290585#comment-17290585 ] 

Tsz-wo Sze commented on RATIS-1324:
-----------------------------------

There are quite many changes required.  We may split this into multiple JIRA if necessary.

> Update website for TLP
> ----------------------
>
>                 Key: RATIS-1324
>                 URL: https://issues.apache.org/jira/browse/RATIS-1324
>             Project: Ratis
>          Issue Type: Sub-task
>          Components: documentation
>            Reporter: Tsz-wo Sze
>            Priority: Major
>
> {code}
> -- ./README.md ----------------------------------------------------------------
>  48: https://ratis.incubator.apache.org
>  56: $ git clone https://github.com/apache/incubator-ratis ratis-site.git
>    2 occurrence(s)
> -- ./config.toml --------------------------------------------------------------
>  14: baseURL = "https://ratis.incubator.apache.org/"
>    1 occurrence(s)
> -- ./content/community.md -----------------------------------------------------
>  24: The Ratis developer mailing list is: <de...@ratis.incubator.apache.org>.
>  26: -   [Subscribe to List](mailto: dev-subscribe@ratis.incubator.apache.org)
>  27: -   [Unsubscribe from List](mailto: dev-unsubscribe@ratis.incubator.apache.org)
>  38: The Ratis user mailing list is: <us...@ratis.incubator.apache.org>.
>  40: -   [Subscribe to List](mailto: user-subscribe@ratis.incubator.apache.org)
>  41: -   [Unsubscribe from List](mailto: user-unsubscribe@ratis.incubator.apache.org)
>    6 occurrence(s)
> -- ./content/getting_started.md -----------------------------------------------
>  24:  * [Arithmetic example](https://github.com/apache/incubator-ratis/tree/master/ratis-examples/src/main/java/org/apache/ratis/examples/arithmetic): This is a simple distributed calculator that replicates the values defined and allows user to perform arithmetic operations on these replicated values.
>  26:  * [FileStore example](https://github.com/apache/incubator-ratis/tree/master/ratis-examples/src/main/java/org/apache/ratis/examples/filestore): This is an example of using Ratis for reading and writing files.
>  31: [ratis-examples](https://github.com/apache/incubator-ratis/blob/master/ratis-examples/) sub-project.
>    3 occurrence(s)
> -- ./content/logservice/testing/vagrant.md ------------------------------------
>  18: Please refer to the [documentation](https://github.com/apache/incubator-ratis/blob/master/dev-support/vagrant/README.md) for instructions to use the Vagrant automation.
>    1 occurrence(s)
> -- ./content/post/0.1.0-alpha.md ----------------------------------------------
>  21: This is the first incubator release of Apache Ratis.
>    1 occurrence(s)
> -- ./content/post/0.3.0.md ----------------------------------------------------
>  21: [Download](https://ratis.incubator.apache.org/downloads.html)
>  24: See the [changes between 0.2.0 and 0.3.0](https://github.com/apache/incubator-ratis/compare/ratis-0.2.0...ratis-0.3.0) releases. 
>    2 occurrence(s)
> -- ./content/post/0.4.0.md ----------------------------------------------------
>  21: [Download](https://ratis.incubator.apache.org/downloads.html)
>  24: See the [changes between 0.3.0 and 0.4.0](https://github.com/apache/incubator-ratis/compare/0.3.0...ratis-0.4.0-rc4) releases. 
>    2 occurrence(s)
> -- ./content/post/0.5.0.md ----------------------------------------------------
>  21: [Download](https://ratis.incubator.apache.org/downloads.html)
>  24: See the [changes between 0.4.0 and 0.5.0](https://github.com/apache/incubator-ratis/compare/0.4.0-rc4...ratis-0.5.0-rc0) releases. 
>    2 occurrence(s)
> -- ./content/post/1.0.0.md ----------------------------------------------------
>  21: [Download](https://ratis.incubator.apache.org/downloads.html)
>  24: See the [changes between 0.5.0 and 1.0.0](https://github.com/apache/incubator-ratis/compare/ratis-0.5.0-rc0...ratis-1.0.0-rc0) releases. 
>    2 occurrence(s)
> -- ./content/source.md --------------------------------------------------------
>  20: The versioned source code history is available from the [Apache git](https://gitbox.apache.org/repos/asf?p=incubator-ratis.git) repository or 
>  21: from the [github mirror](https://github.com/apache/incubator-ratis). It is only for development and not intended for use by the general public. 
>    2 occurrence(s)
> -- ./layouts/custompage/downloads.html ----------------------------------------
>  47:          <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/1.0.0/apache-ratis-incubating-1.0.0-src.tar.gz">source</a>
>  48:          (<a href="https://downloads.apache.org/incubator/ratis/1.0.0/apache-ratis-incubating-1.0.0-src.tar.gz.mds">checksum</a>
>  49:          <a href="https://downloads.apache.org/incubator/ratis/1.0.0/apache-ratis-incubating-1.0.0-src.tar.gz.asc">signature</a>)
>  52:           <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/1.0.0/apache-ratis-incubating-1.0.0-bin.tar.gz">binary</a>
>  53:           (<a href="https://downloads.apache.org/incubator/ratis/1.0.0/apache-ratis-incubating-1.0.0-bin.tar.gz.mds">checksum</a>
>  54:           <a href="https://downloads.apache.org/incubator/ratis/1.0.0/apache-ratis-incubating-1.0.0-bin.tar.gz.asc">signature</a>)
>  65:          <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/0.5.0/apache-ratis-incubating-0.5.0-src.tar.gz">source</a>
>  66:          (<a href="https://downloads.apache.org/incubator/ratis/0.5.0/apache-ratis-incubating-0.5.0-src.tar.gz.mds">checksum</a>
>  67:          <a href="https://downloads.apache.org/incubator/ratis/0.5.0/apache-ratis-incubating-0.5.0-src.tar.gz.asc">signature</a>)
>  70:           <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/0.5.0/apache-ratis-incubating-0.5.0-bin.tar.gz">binary</a>
>  71:           (<a href="https://downloads.apache.org/incubator/ratis/0.5.0/apache-ratis-incubating-0.5.0-bin.tar.gz.mds">checksum</a>
>  72:           <a href="https://downloads.apache.org/incubator/ratis/0.5.0/apache-ratis-incubating-0.5.0-bin.tar.gz.asc">signature</a>)
>  83:          <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/0.4.0/apache-ratis-incubating-0.4.0-rc4-src.tar.gz">source</a>
>  84:          (<a href="https://downloads.apache.org/incubator/ratis/0.4.0/apache-ratis-incubating-0.4.0-rc4-src.tar.gz.mds">checksum</a>
>  85:          <a href="https://downloads.apache.org/incubator/ratis/0.4.0/apache-ratis-incubating-0.4.0-rc4-src.tar.gz.asc">signature</a>)
>  88:           <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/0.4.0/apache-ratis-incubating-0.4.0-rc4-bin.tar.gz">binary</a>
>  89:           (<a href="https://downloads.apache.org/incubator/ratis/0.4.0/apache-ratis-incubating-0.4.0-rc4-bin.tar.gz.mds">checksum</a>
>  90:           <a href="https://downloads.apache.org/incubator/ratis/0.4.0/apache-ratis-incubating-0.4.0-rc4-bin.tar.gz.asc">signature</a>)
> 101:          <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/0.3.0/apache-ratis-incubating-0.3.0-src.tar.gz">source</a>
> 102:          (<a href="https://downloads.apache.org/incubator/ratis/0.3.0/apache-ratis-incubating-0.3.0-src.tar.gz.mds">checksum</a>
> 103:          <a href="https://downloads.apache.org/incubator/ratis/0.3.0/apache-ratis-incubating-0.3.0-src.tar.gz.asc">signature</a>)
> 106:           <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/0.3.0/apache-ratis-incubating-0.3.0-bin.tar.gz">binary</a>
> 107:           (<a href="https://downloads.apache.org/incubator/ratis/0.3.0/apache-ratis-incubating-0.3.0-bin.tar.gz.mds">checksum</a>
> 108:           <a href="https://downloads.apache.org/incubator/ratis/0.3.0/apache-ratis-incubating-0.3.0-bin.tar.gz.asc">signature</a>)
> 119:          <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>
> 120:          (<a href="https://downloads.apache.org/incubator/ratis/0.2.0/apache-ratis-incubating-0.2.0-src.tar.gz.mds">checksum</a>
> 121:          <a href="https://downloads.apache.org/incubator/ratis/0.2.0/apache-ratis-incubating-0.2.0-src.tar.gz.asc">signature</a>)
> 124:           <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>
> 125:           (<a href="https://downloads.apache.org/incubator/ratis/0.2.0/apache-ratis-incubating-0.2.0-bin.tar.gz.mds">checksum</a>
> 126:           <a href="https://downloads.apache.org/incubator/ratis/0.2.0/apache-ratis-incubating-0.2.0-bin.tar.gz.asc">signature</a>)
> 140: <li>Download the release apache-ratis-incubating-X.Y.Z-src.tar.gz from a <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis">mirror
> 142: <li>Download the signature file apache-ratis-incubating-X.Y.Z-src.tar.gz.asc from
> 143: <a href="https://dist.apache.org/repos/dist/release/incubator/ratis/">Apache</a>.</li>
> 144: <li>Download the <a href="https://dist.apache.org/repos/dist/release/incubator/ratis/KEYS">Ratis
> 148: <li>gpg &ndash;verify apache-ratis-incubating-X.Y.Z-src.tar.gz</li>
> 152: <li>Download the release apache-ratis-incubating-X.Y.Z-src.tar.gz from a <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis">mirror
> 154: <li>Download the checksum apache-ratis-incubating-X.Y.Z-src.tar.gz.mds from
> 155: <a href="https://dist.apache.org/repos/dist/release/incubator/ratis/">Apache</a>.</li>
> 156: <li>shasum -a 256 apache-ratis-incubating-X.Y.Z-src.tar.gz</li>
> 158: <p>All previous releases of Ratis are available from the <a href="https://archive.apache.org/dist/incubator/ratis/">Apache release
>    40 occurrence(s)
> -- ./layouts/index.html -------------------------------------------------------
>  23:                           <img class="pull-right" src="apache_incubator.png" alt="Apache Incubator"></img>
>  24:                           Apache Ratis is an effort undergoing <a href="https://incubator.apache.org">incubation</a> at
>  25:                           <a href="https://www.apache.org">The Apache Software Foundation (ASF)</a>, sponsored by the Apache Incubator PMC.
>  26:                           Incubation is required of all newly accepted projects until a further review indicates that the infrastructure,
>  28:                           While incubation status is not necessarily a reflection of the completeness or stability of the code,
>    5 occurrence(s)
> -- ./layouts/partials/footer.html ---------------------------------------------
>  19:                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
>    1 occurrence(s)
> -- ./layouts/partials/header.html ---------------------------------------------
>  30:     <link rel="canonical" href="http://ratis.incubator.apache.org/">
>    1 occurrence(s)
> -- ./static/doap.rdf ----------------------------------------------------------
>  24:   <Project rdf:about="https://ratis.incubator.apache.org">
>  28:     <homepage rdf:resource="https://ratis.incubator.apache.org" />
>  29:     <asfext:pmc rdf:resource="https://ratis.incubator.apache.org" />
>  33:     <mailing-list rdf:resource="https://ratis.incubator.apache.org/#community" />
>  34:     <download-page rdf:resource="https://ratis.incubator.apache.org/#download" />
>    5 occurrence(s)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)