[exim-cvs] Fix lost download info.

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Fix lost download info.
Gitweb: https://git.exim.org/exim-website.git/commitdiff/f31afeddbac94b122b663d9d757a7dc27dd772e7
Commit:     f31afeddbac94b122b663d9d757a7dc27dd772e7
Parent:     c86f98b0dcba3d26f2c1474db3a33e13a95e136e
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Thu Mar 23 20:53:07 2023 +0100
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Thu Mar 23 20:53:21 2023 +0100


    Fix lost download info.


    This partially reverts commit 7f378ca88d34d76bf324e7f5ad58bea9369c510c.
---
 templates/web/mirrors.xsl | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)


diff --git a/templates/web/mirrors.xsl b/templates/web/mirrors.xsl
index 20e7ca0..a48245c 100644
--- a/templates/web/mirrors.xsl
+++ b/templates/web/mirrors.xsl
@@ -25,21 +25,24 @@
                 </h2>



+
+            <!-- General Download Info -->
                 <p>
-                    <xsl:text>Exim is available as a native package for a number of software distributions. The sources are available as
-                    a tarball and from our </xsl:text>
-                    <a href="https://git.exim.org/exim.git">Git Repo,</a>
+                    <xsl:text>Exim is available as a native package for a number of software distributions.
+                    The sources are available as </xsl:text>
+                    <a href="https://downloads.exim.org/exim4/">tarballs</a>


-                    <xsl:text> which is mirrored on </xsl:text>
-                    <a href="https://github.com/Exim/exim">Github</a>.
+                    <xsl:text> and as a </xsl:text>
+                    <a href="#git">Git Repo.</a>


                     <xsl:text>Further information on the binary and OS distributions can be found in the </xsl:text>
-                    <a href="https://wiki.exim.org/ObtainingExim">Exim Wiki</a>.
-
-                    <xsl:text>If we published maintenance releases, you can find the tarballs in the </xsl:text>
-                    <a href="https://downloads.exim.org/exim4/fixes/">fixes</a>
+                    <a href="https://wiki.exim.org/ObtainingExim">Exim Wiki,</a>
+                    <xsl:text> which is mirrored on </xsl:text>
+                    <a href="https://github.com/Exim/exim">Github</a>.


-                    <xsl:text> directory.</xsl:text>
+                    <xsl:text>If we published <em>maintenance</em> releases, you can find the tarballs in the </xsl:text>
+                    <a href="https://downloads.exim.org/exim4/fixes/">fixes area,</a>
+                    <xsl:text> or in indiviual branches suffixed with <em>+fixes</em>.</xsl:text>
                 </p>


         <h3>Verification of Downloads</h3>
@@ -56,7 +59,7 @@
         The exim.org domain supports <a href="https://wiki.gnupg.org/WKD">the WKD mechanism</a> for OpenPGP key retrieval.
         </p>


-        <h3>Exim Git Repositories</h3>
+        <h3 id="git">Exim Git Repositories</h3>


         <p>If you prefer tracking our commits to the source tree directly via Git:
         <ul>