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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d9587f  Fix and update download page as stated in 
https://infra.apache.org/release-download-pages.html
1d9587f is described below

commit 1d9587f1be1a27794f8de544a0934e65e59715b9
Author: Georg Kallidis <[email protected]>
AuthorDate: Thu Jan 22 15:11:23 2026 +0100

    Fix and update download page as stated in 
https://infra.apache.org/release-download-pages.html
---
 src/site/xdoc/download.xml | 43 +++++++++++++++++++++++++++++++++++++------
 1 file changed, 37 insertions(+), 6 deletions(-)

diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml
index 0a1a6ce..aa6e850 100644
--- a/src/site/xdoc/download.xml
+++ b/src/site/xdoc/download.xml
@@ -41,13 +41,44 @@
   <p>
     If you already know how to use Turbine and simply want the latest
     binaries or source, you can get them from the
-    <a href="http://www.apache.org/dyn/closer.cgi/turbine";>Apache Mirror 
System</a>   
+    <a 
href="https://www.apache.org/dyn/closer.lua/turbine/turbine-7.0/";>Apache Mirror 
System</a>   
     or from <a href="https://github.com/apache/turbine-core/tags";>Github 
Turbine-Core Release</a> Section.
   </p>
     <p>Please  <a class="externalLink" 
href="https://www.apache.org/info/verification.html";>verify the integrity</a>
-        of the downloaded files using the PGP signature (*.asc files) or the 
SHA512/SHA256 hash (*.sha512 or *.sha256 checksum files). <ul>
-        <li>Find the signatures/checksums <a 
href="https://downloads.apache.org/turbine/turbine-6.0/";>here</a> (in subfolder 
binaries or source) .</li>
-        <li>Find  the <a class="externalLink" 
href="https://www.apache.org/dist/turbine/KEYS";>public keys</a> used by the 
Turbine developers to sign the files.</li>
+        of the downloaded files using the PGP signature (*.asc files) or the 
SHA512 hash (*.sha512 checksum files).
+      </p>
+      <p>Download the artifacts, signatures/checksums for the current release 
as listed in the following table:
+     <table>  
+         <tr>
+          <th>Version</th>
+          <th>Binaries ZIP, Signature, Checksum</th>
+          <th>Binaries TAR, Signature, Checksum</th>
+          <th>Sources ZIP,Signature, Checksum</th>
+          <th>Sources TAR, Signature, Checksum</th>
+       </tr>
+        <tr>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/turbine/turbine-7.0/";>Turbine 
7.0</a></td>
+           <td><a 
href="https://www.apache.org/dyn/closer.lua/turbine/turbine-7.0/binaries/turbine-7.0-binaries.zip";>ZIP</a>&nbsp;
+              <a 
href="https://www.apache.org/dyn/closer.lua/turbine/turbine-7.0/binaries/turbine-7.0-binaries.zip.asc";>Sig.</a>&nbsp;
+              <a 
href="https://www.apache.org/dyn/closer.lua/turbine/turbine-7.0/binaries/turbine-7.0-binaries.zip.sha512";>SHA512</a>
+            </td>           
+
+           <td><a 
href="https://www.apache.org/dyn/closer.lua/turbine/turbine-7.0/binaries/turbine-7.0-binaries.tar.gz";>TAR</a>&nbsp;
+              <a 
href="https://www.apache.org/dyn/closer.lua/turbine/turbine-7.0/binaries/turbine-7.0-binaries.tar.gz.asc";>Sig.</a>&nbsp;
+              <a 
href="https://www.apache.org/dyn/closer.lua/turbine/turbine-7.0/binaries/turbine-7.0-binaries.tar.gz.sha512";>SHA512</a>
+            </td>
+            <td> <a 
href="https://www.apache.org/dyn/closer.lua/turbine/turbine-7.0/source/turbine-7.0-source.zip";>ZIP</a>&nbsp;
+                      <a 
href="https://www.apache.org/dyn/closer.lua/turbine/turbine-7.0//source/turbine-7.0-source.zip.asc";>Sig.</a>&nbsp;
+                      <a 
href="https://www.apache.org/dyn/closer.lua/turbine/turbine-7.0/source/turbine-7.0-source.zip.sha512";>SHA512</a>
+             </td>
+             <td><a 
href="https://www.apache.org/dyn/closer.lua/turbine/turbine-7.0/source/turbine-7.0-source.tar.gz";>TAR</a>&nbsp;
+                      <a 
href="https://www.apache.org/dyn/closer.lua/turbine/turbine-7.0/source/turbine-7.0-source.tar.gz.asc";>Sig.</a>&nbsp;
+                      <a 
href="https://www.apache.org/dyn/closer.lua/turbine/turbine-7.0/source/turbine-7.0-source.tar.gz.sha512";>SHA512</a>
+             </td>
+        </tr>
+    </table>
+        <ul>
+        <li>Find  the <a class="externalLink" 
href="https://www.apache.org/dist/turbine/KEYS";>public keys</a> used by the 
Turbine developers to sign the files <a class="externalLink" 
href="https://www.apache.org/dist/turbine/KEYS";>here</a>.</li>
         </ul>
   </p>
 </section>
@@ -56,7 +87,7 @@
   <p>
     If you look for older releases of Turbine, both, binaries and source, 
     you can get them from the
-    <a href="http://archive.apache.org/dist/turbine/";>Apache Archive</a>.
+    <a href="https://archive.apache.org/dist/turbine/";>Apache Archive</a>.
   </p>
 </section>
 
@@ -95,7 +126,7 @@
 <section name="Building The Source">
   <p>
     Be sure and read the README.md file for instructions on how to build 
Turbine.
-  </p><p>Turbine uses <a href="http://maven.apache.org/";>Maven</a> as its
+  </p><p>Turbine uses <a href="https://maven.apache.org/";>Maven</a> as its
     build system, and building is as simple as running 'mvn package'
     at the top of the source directory.
   </p>

Reply via email to