remove mirror info
[exim-website.git] / templates / web / mirrors.xsl
index 00dd3c0da3b9c44f6eec13af962da3567886000f..3360c4fc62b3779b983160ad646632330fcfab57 100644 (file)
@@ -1,11 +1,11 @@
 <?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 -->
@@ -13,7 +13,7 @@
 
         <!-- Canonical -->
                 <xsl:variable name="html.head.append">
-                        <link rel="canonical" href="http://www.exim.org/mirrors.html"/>
+                        <link rel="canonical" href="https://www.exim.org/mirrors.html"/>
                 </xsl:variable>
 
        <!-- CONTENT -->
                                </h2>
 
 
-
-                       <!-- General Mirror Info -->
                                <p>
-                                       <xsl:text>Exim is available from a number of FTP sites. It may also be supplied on some GNU CDs or with other software distributions. Further information on the binary and OS distributions can be found in the </xsl:text>
-                                       <a href="http://wiki.exim.org/ObtainingExim">Exim Wiki</a>
-                                       <xsl:text>.</xsl:text>
+                                       <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 <a href="https://git.exim.org/exim.git">Git Repo</a>, which is mirrored on <a href="https://github.com/Exim/exim">Github</a>.
+                                       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><xsl:text> directory</xsl:text>
                                </p>
 
-                               <h3>Exim Mirror Sites</h3>
+           <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>Exim Git Repositories</h3>
 
-                               <p>A list of mirror sites is maintained within mirmon - see the links below for lists of mirrors and their current status:-</p>
-                               <ul>
-                                       <li>
-                                               <a href="http://www.exim.org/mirmon/ftp_mirrors.html">Download Mirrors</a>
-                                       </li>
-                                       <li>
-                                               <a href="http://www.exim.org/mirmon/www_mirrors.html">Website Mirrors</a>
-                                       </li>
-                               </ul>
+           <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:template>
 
 </xsl:stylesheet>