rename mirrors.xsl -> download.xsl
[exim-website.git] / templates / web / docs.xsl
index 1b154c67ae638bca0391d6e82975f0d77c4f30c4..c62298a0f660cd92347c793c5c1634826339d13e 100644 (file)
@@ -1,21 +1,21 @@
 <?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="'Documentation for Exim'"/>
 
-                
+
        <xsl:variable name="html.head.append">
 
                <!-- Canonical -->
-                       <link rel="canonical" href="http://www.exim.org/docs.html"/>
+                       <link rel="canonical" href="https://www.exim.org/docs.html"/>
 
                <!-- CSS -->
                        <link rel="stylesheet" type="text/css" href="docs.css"/>
                                </h2>
 
                        <!-- General Doc Info -->
-                               <p>Exim has a set of documentation released with it. A text file of the main documentation is released as part of the Exim tar archive. Additionally, postscript and texinfo forms of the documentation are available in separate tar archives on the ftp sites. There is also a <a href="http://www.uit.co.uk/exim-book/">book</a>.</p>
+                               <p>Exim has a set of documentation released with it. A text file of the main documentation is released as part of the Exim tar archive. Additionally, postscript and texinfo forms of the documentation are available in separate tar archives on the ftp sites. There is also a <a href="https://www.uit.co.uk/all-books/the-exim-smtp-mail-server.html">book</a>.</p>
 
-                               <p>New user documentation can be found at the <a href="http://www.exim-new-users.co.uk/">Exim New Users site</a></p>
-
-                               <p>User supported documentation, FAQs and hints can be found in the <a href="http://wiki.exim.org/">wiki</a>.</p>
+                               <p>User supported documentation, FAQs and hints can be found in the <a href="https://wiki.exim.org/">wiki</a>.</p>
 
                                <p>There are 3 main sets of documentation for Exim, all of which are also available below in html form.</p>
 
                                        <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>    
+                               </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>