rename mirrors.xsl -> download.xsl
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Thu, 23 Mar 2023 20:24:39 +0000 (21:24 +0100)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Thu, 23 Mar 2023 20:24:39 +0000 (21:24 +0100)
templates/web/docs.xsl
templates/web/download.xsl [new file with mode: 0644]
templates/web/mirrors.xsl [deleted file]
templates/wrapper.xsl

index e75b9bacdf8bb77fdaefb2dc8222d08caac876a3..c62298a0f660cd92347c793c5c1634826339d13e 100644 (file)
                                        <xsl:text>. The FAQ for the obsolete Exim 3 releases can be found on the </xsl:text>
                                        <a href="{$docroot}/ftp/exim3/">FTP site</a>
                                        <xsl:text> - see the </xsl:text>
-                                       <a href="{$docroot}/mirrors.html">download</a>
+                                       <a href="{$docroot}/download.html">download</a>
                                        <xsl:text> pages.</xsl:text>
                                </p>
 
                        <!-- Copies -->
                                <h3>Copies of Documentation</h3>
-                               <p>Copies of the main Exim documentation in HTML format as used on this site in a compressed tar file are available from the main ftp site and mirrors (see file exim-html-*).</p>
+                               <p>Copies of the main Exim documentation in HTML format as used on this site in a compressed tar file are available from the main download site.(see file exim-html-*).</p>
 
                </xsl:template>
 
diff --git a/templates/web/download.xsl b/templates/web/download.xsl
new file mode 100644 (file)
index 0000000..3f56720
--- /dev/null
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+       <!-- WRAPPER -->
+               <xsl:import href="../wrapper.xsl"/>
+               <xsl:template match="/"> <xsl:apply-imports/> </xsl:template>
+
+               <xsl:variable name="docroot" select="'.'"/>
+
+       <!-- Title -->
+               <xsl:variable name="html.head.title" select="'Download sites for Exim'"/>
+
+        <!-- Canonical -->
+                <xsl:variable name="html.head.append">
+                        <link rel="canonical" href="https://www.exim.org/download.html"/>
+                </xsl:variable>
+
+       <!-- CONTENT -->
+               <xsl:template name="content">
+
+                       <!-- Title -->
+                               <h2>
+                                       <xsl:value-of select="$html.head.title"/>
+                               </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 </xsl:text>
+                               <a href="https://downloads.exim.org/exim4/">tarballs</a>
+                               <xsl:text> and as a </xsl:text>
+                               <a href="#git">Git Repo (see below).</a>
+                               </p>
+
+                               <p>
+                               <xsl:text>Further information on the binary and OS distributions can be found in the </xsl:text>
+                               <a href="https://github.com/Exim/exim.wiki/ObtainingExim">Exim Wiki.</a>
+                               </p>
+
+                               <p>
+                               <xsl:text>If we published </xsl:text><em>maintenance</em><xsl:text> releases, you can find the tarballs in the </xsl:text>
+                               <a href="https://downloads.exim.org/exim4/fixes/">fixes area,</a>
+                               <xsl:text> and in individual </xsl:text><a href="#git">git branches</a><xsl:text> suffixed with </xsl:text><em>+fixes.</em>
+                               <xsl:text> Please note, that we normally we do not publish maintenance releases as tarballs, unless they contain
+                               critical changes.</xsl:text>
+                               </p>
+
+           <h3>Verification of Downloads</h3>
+
+           <p>
+           All published tarballs are cryptographically signed with an OpenPGP implementation (such as GnuPG).
+           The signatures are distributed alongside the tarballs.
+           The signatures are created with keys belonging to the developers.
+           The keys can be found in our
+           <a href="https://downloads.exim.org/Exim-Maintainers-Keyring.asc">maintainers keyring</a>.
+           (Please crosscheck these keys with keys you can find at other sources.)
+           </p>
+
+           <p>
+           The exim.org domain supports <a href="https://wiki.gnupg.org/WKD">the WKD mechanism</a> for OpenPGP key retrieval.
+           </p>
+
+           <h3 id="git">Exim Git Repositories</h3>
+
+           <p>If you prefer tracking our commits to the source tree directly via Git:
+           <ul>
+               <li>Main Git Repository: <code>git://git.exim.org/exim.git</code></li>
+               <li>Web interface: <a href="https://git.exim.org/exim.git">https://git.exim.org/exim.git</a></li>
+               <li>Mirror at GitHub <a href="https://github.com/Exim/exim.git">https://github.com/Exim/exim.git</a></li>
+           </ul>
+           All releases get a signed Git tag.
+           </p>
+
+           </xsl:template>
+
+</xsl:stylesheet>
diff --git a/templates/web/mirrors.xsl b/templates/web/mirrors.xsl
deleted file mode 100644 (file)
index 51629bd..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-       <!-- WRAPPER -->
-               <xsl:import href="../wrapper.xsl"/>
-               <xsl:template match="/"> <xsl:apply-imports/> </xsl:template>
-
-               <xsl:variable name="docroot" select="'.'"/>
-
-       <!-- Title -->
-               <xsl:variable name="html.head.title" select="'Download sites for Exim'"/>
-
-        <!-- Canonical -->
-                <xsl:variable name="html.head.append">
-                        <link rel="canonical" href="https://www.exim.org/mirrors.html"/>
-                </xsl:variable>
-
-       <!-- CONTENT -->
-               <xsl:template name="content">
-
-                       <!-- Title -->
-                               <h2>
-                                       <xsl:value-of select="$html.head.title"/>
-                               </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 </xsl:text>
-                               <a href="https://downloads.exim.org/exim4/">tarballs</a>
-                               <xsl:text> and as a </xsl:text>
-                               <a href="#git">Git Repo (see below).</a>
-                               </p>
-
-                               <p>
-                               <xsl:text>Further information on the binary and OS distributions can be found in the </xsl:text>
-                               <a href="https://github.com/Exim/exim.wiki/ObtainingExim">Exim Wiki.</a>
-                               </p>
-
-                               <p>
-                               <xsl:text>If we published </xsl:text><em>maintenance</em><xsl:text> releases, you can find the tarballs in the </xsl:text>
-                               <a href="https://downloads.exim.org/exim4/fixes/">fixes area,</a>
-                               <xsl:text> and in individual </xsl:text><a href="#git">git branches</a><xsl:text> suffixed with </xsl:text><em>+fixes.</em>
-                               <xsl:text> Please note, that we normally we do not publish maintenance releases as tarballs, unless they contain
-                               critical changes.</xsl:text>
-                               </p>
-
-           <h3>Verification of Downloads</h3>
-
-           <p>
-           All published tarballs are cryptographically signed with an OpenPGP implementation (such as GnuPG).
-           The signatures are distributed alongside the tarballs.
-           The signatures are created with keys belonging to the developers.
-           The keys can be found in our
-           <a href="https://downloads.exim.org/Exim-Maintainers-Keyring.asc">maintainers keyring</a>.
-           (Please crosscheck these keys with keys you can find at other sources.)
-           </p>
-
-           <p>
-           The exim.org domain supports <a href="https://wiki.gnupg.org/WKD">the WKD mechanism</a> for OpenPGP key retrieval.
-           </p>
-
-           <h3 id="git">Exim Git Repositories</h3>
-
-           <p>If you prefer tracking our commits to the source tree directly via Git:
-           <ul>
-               <li>Main Git Repository: <code>git://git.exim.org/exim.git</code></li>
-               <li>Web interface: <a href="https://git.exim.org/exim.git">https://git.exim.org/exim.git</a></li>
-               <li>Mirror at GitHub <a href="https://github.com/Exim/exim.git">https://github.com/Exim/exim.git</a></li>
-           </ul>
-           All releases get a signed Git tag.
-           </p>
-
-           </xsl:template>
-
-</xsl:stylesheet>
index 51010a7db1298cf28430057818b599dfaa010254..af8a2ef0dc76e29083bb4276e45b04bf45775579 100644 (file)
@@ -59,7 +59,7 @@
 
                          <ul id="nav_flow" class="nav">
                             <li> <a href="{$docroot}/index.html">Home</a> </li>
-                            <li> <a href="{$docroot}/mirrors.html">Download</a> </li>
+                            <li> <a href="{$docroot}/download.html">Download</a> </li>
                             <li> <a href="{$docroot}/docs.html">Documentation</a> </li>
                             <li> <a href="{$docroot}/maillist.html">Mailing Lists</a> </li>
                             <li> <a href="http://wiki.exim.org/">Wiki</a> </li>