You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2020/05/08 20:18:40 UTC

[roller-website] branch asf-site updated: Correct download and docs links.

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

snoopdave pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/roller-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d2c71e6  Correct download and docs links.
d2c71e6 is described below

commit d2c71e616e3084bff05b4b72ffc07238b11e61d3
Author: Dave Johnson <sn...@gmail.com>
AuthorDate: Fri May 8 16:18:35 2020 -0400

    Correct download and docs links.
---
 content/downloads/downloads.html                      | 2 +-
 content/index.html                                    | 6 +++---
 sources/src/main/jbake/content/downloads/downloads.md | 2 +-
 sources/src/main/jbake/templates/index.ftl            | 6 +++---
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/content/downloads/downloads.html b/content/downloads/downloads.html
index 93cbed4..a7586eb 100644
--- a/content/downloads/downloads.html
+++ b/content/downloads/downloads.html
@@ -87,7 +87,7 @@
         <p><h2>Apache Roller Releases</h2>
 <p>Releases of the Apache Roller blog server are made available to the general public at no charge, under the <a href="http://apache.org/licenses/">Apache License,</a> in both binary and source distributions.</p>
 <h3>General Availability (GA) Releases</strong> - <em>Ready for Prime Time!</em></h3>
-<p><strong><a href="http://www.apache.org/dyn/closer.cgi/roller/roller-6.0/v6.0.1/">Roller 6.0.1</a> (&quot;best available&quot;)</strong></p>
+<p><strong><a href="http://www.apache.org/dyn/closer.cgi/roller/roller-6.0/v6.0.1">Roller 6.0.1</a> (&quot;best available&quot;)</strong></p>
 <p>Previous source and binary distributions, including documentation, are available in the <a class="external" href="http://archive.apache.org/dist/roller/">Apache archives</a>.</p>
 <p>Project releases are approved by vote of the Apache Roller Project Management Committee (PMC). Support for a release is provided by project volunteers on the project <a href="https://cwiki.apache.org/confluence/display/ROLLER/How+to+ask+for+help">mailing lists</a>. Bugs found in a release may be discussed on the list and reported through the <a href="https://issues.apache.org/jira/browse/ROL">issue tracker</a>. The user mailing list and issue tracker are the <strong>only</strong> supp [...]
 <p>Note: When downloading from a mirror, be sure to verify that checksums and/or signatures are correct. To do so, use the checksum and signature files from the main Apache site at <a class="external" href="http://www.apache.org/dist/roller/"><a href="http://www.apache.org/dist/roller/">http://www.apache.org/dist/roller/</a></a>.</p>
diff --git a/content/index.html b/content/index.html
index 55c6929..6e2898a 100644
--- a/content/index.html
+++ b/content/index.html
@@ -113,10 +113,10 @@
         </div>
         <div class="col-md-6">
             <h2>Documentation</h2>
-            <p>Roller's installation guide covers deployment on Tomcat, GlassFish, and JBoss application servers using a MySQL,
-                Derby, or PostgreSQL database. Users however have reported success running Roller on other app servers and databases.</p>
+            <p>Roller's installation guide covers deployment on Tomcat using a MySQL database.
+               Users however have reported success running Roller on other app servers and databases.</p>
             <p>
-                <a class="btn btn-default" href="https://github.com/apache/roller/tree/roller-5.2.0/docs" role="button">Docs for latest release in Open Office (ODT) format</a>
+                <a class="btn btn-default" href="https://github.com/apache/roller/blob/roller-6.0.x/docs/" role="button">Docs for latest release in AsciiDocs format</a>
             </p>
         </div>
     </div>
diff --git a/sources/src/main/jbake/content/downloads/downloads.md b/sources/src/main/jbake/content/downloads/downloads.md
index a09919c..b5598ab 100644
--- a/sources/src/main/jbake/content/downloads/downloads.md
+++ b/sources/src/main/jbake/content/downloads/downloads.md
@@ -8,7 +8,7 @@ type=page
 Releases of the Apache Roller blog server are made available to the general public at no charge, under the <a href="http://apache.org/licenses/">Apache License,</a> in both binary and source distributions.
 
 ### General Availability (GA) Releases</strong> - <em>Ready for Prime Time!</em>
-__<a href="http://www.apache.org/dyn/closer.cgi/roller/roller-6.0/v6.0.1/">Roller 6.0.1</a> (&quot;best available&quot;)__
+__<a href="http://www.apache.org/dyn/closer.cgi/roller/roller-6.0/v6.0.1">Roller 6.0.1</a> (&quot;best available&quot;)__
 
 Previous source and binary distributions, including documentation, are available in the <a class="external" href="http://archive.apache.org/dist/roller/">Apache archives</a>.
 
diff --git a/sources/src/main/jbake/templates/index.ftl b/sources/src/main/jbake/templates/index.ftl
index ce032a4..86ca87d 100644
--- a/sources/src/main/jbake/templates/index.ftl
+++ b/sources/src/main/jbake/templates/index.ftl
@@ -34,10 +34,10 @@
         </div>
         <div class="col-md-6">
             <h2>Documentation</h2>
-            <p>Roller's installation guide covers deployment on Tomcat, GlassFish, and JBoss application servers using a MySQL,
-                Derby, or PostgreSQL database. Users however have reported success running Roller on other app servers and databases.</p>
+            <p>Roller's installation guide covers deployment on Tomcat using a MySQL database.
+               Users however have reported success running Roller on other app servers and databases.</p>
             <p>
-                <a class="btn btn-default" href="https://github.com/apache/roller/tree/roller-5.2.0/docs" role="button">Docs for latest release in Open Office (ODT) format</a>
+                <a class="btn btn-default" href="https://github.com/apache/roller/blob/roller-6.0.x/docs/" role="button">Docs for latest release in AsciiDocs format</a>
             </p>
         </div>
     </div>