Add link to the origin of the tarballs
[exim-website.git] / templates / web / mirrors.xsl
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4
5         <!-- WRAPPER -->
6                 <xsl:import href="../wrapper.xsl"/>
7                 <xsl:template match="/"> <xsl:apply-imports/> </xsl:template>
8
9                 <xsl:variable name="docroot" select="'.'"/>
10
11         <!-- Title -->
12                 <xsl:variable name="html.head.title" select="'Download sites for Exim'"/>
13
14         <!-- Canonical -->
15                 <xsl:variable name="html.head.append">
16                         <link rel="canonical" href="https://www.exim.org/mirrors.html"/>
17                 </xsl:variable>
18
19         <!-- CONTENT -->
20                 <xsl:template name="content">
21
22                         <!-- Title -->
23                                 <h2>
24                                         <xsl:value-of select="$html.head.title"/>
25                                 </h2>
26
27
28
29                         <!-- General Mirror Info -->
30                                 <p>
31                                         <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>
32                                         <a href="https://wiki.exim.org/ObtainingExim">Exim Wiki.</a>
33                                         If the mirrors do not work for you, you can download the tarballs from the
34                                         <a href="https://ftp.exim.org/pub/exim/exim4/">origin.</a>.
35                                         <xsl:text>.</xsl:text>
36                                 </p>
37
38             <h3>Exim Mirror Sites</h3>
39
40             <p>A list of mirror sites is maintained within mirmon - see the links below for lists of mirrors and their current status:-</p>
41             <ul>
42                <li>
43                   <a href="https://www.exim.org/mirmon/ftp_mirrors.html">Download Mirrors</a>
44                </li>
45                <li>
46                   <a href="https://www.exim.org/mirmon/www_mirrors.html">Website Mirrors</a>
47                </li>
48             </ul>
49
50             <h3>Verification of Downloads</h3>
51
52             All published Tarballs are signed. The signatures are created with keys belonging to the developers:
53             <a href="{$staticroot}/keys/jgh@wizmail.org.asc">Jeremy Harris</a>,
54             <a href="{$staticroot}/keys/phil.pennock@spodhuis.org.asc">Phil Pennock</a>, or
55             <a href="{$staticroot}/keys/hs@schlittermann.de.asc">Heiko Schlittermann</a>. (Please crosscheck these keys
56             with keys you can find at other sources.)
57
58             <h3>Mirroring Exim</h3>
59
60             <p>If you are interested in running a mirror for exim, please look at <a href="howto/mirroring.html">Mirroring The Exim Website</a></p>
61
62
63             <h3>Exim Git Repositories</h3>
64
65             <p>If you prefer tracking our commits to the source tree directly via Git:
66             <ul>
67                 <li> Main Git Repository: <code>git://git.exim.org/exim.git</code></li>
68                 <li> Mirror at GitHub <a href="https://github.com/Exim/exim.git">https://github.com/Exim/exim.git</a></li>
69             </ul>
70             </p>
71
72             </xsl:template>
73
74 </xsl:stylesheet>