[exim-cvs] rename mirrors.xsl -> download.xsl

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] rename mirrors.xsl -> download.xsl
Gitweb: https://git.exim.org/exim-website.git/commitdiff/294072b11d05febb7b3b41a9c84e3f0f35d7d923
Commit:     294072b11d05febb7b3b41a9c84e3f0f35d7d923
Parent:     e9eaaa624112fe044abf9fa56d682b7c9271f3a9
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Thu Mar 23 21:24:39 2023 +0100
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Thu Mar 23 21:24:39 2023 +0100


    rename mirrors.xsl -> download.xsl
---
 templates/web/docs.xsl                      | 4 ++--
 templates/web/{mirrors.xsl => download.xsl} | 2 +-
 templates/wrapper.xsl                       | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/templates/web/docs.xsl b/templates/web/docs.xsl
index e75b9ba..c62298a 100644
--- a/templates/web/docs.xsl
+++ b/templates/web/docs.xsl
@@ -100,13 +100,13 @@
                     <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/mirrors.xsl b/templates/web/download.xsl
similarity index 99%
rename from templates/web/mirrors.xsl
rename to templates/web/download.xsl
index 51629bd..3f56720 100644
--- a/templates/web/mirrors.xsl
+++ b/templates/web/download.xsl
@@ -13,7 +13,7 @@

         <!-- Canonical -->
                 <xsl:variable name="html.head.append">
-                        <link rel="canonical" href="https://www.exim.org/mirrors.html"/>
+                        <link rel="canonical" href="https://www.exim.org/download.html"/>
                 </xsl:variable>


     <!-- CONTENT -->
diff --git a/templates/wrapper.xsl b/templates/wrapper.xsl
index 51010a7..af8a2ef 100644
--- a/templates/wrapper.xsl
+++ b/templates/wrapper.xsl
@@ -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>