49beedb2cc4ebd7024e47d7200669dcdb4e77308
[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
34                                         <xsl:text>If the mirrors do not work for you, you can download the tarballs from the </xsl:text>
35                                         <a href="https://ftp.exim.org/pub/exim/exim4/">origin.</a>.
36
37                                         <xsl:text>If we published maintenance releases you can find the tarballs
38                                         in the </xsl:text>
39                                         <a href="https://ftp.exim.org/pub/exim/exim4/fixes">fixes</a><xsl:text> directory</xsl:text>
40                                 </p>
41
42             <h3>Exim Mirror Sites</h3>
43
44             <p>A list of mirror sites is maintained within mirmon - see the links below for lists of mirrors and their current status:-</p>
45             <ul>
46                <li>
47                   <a href="https://www.exim.org/mirmon/ftp_mirrors.html">Download Mirrors</a>
48                </li>
49                <li>
50                   <a href="https://www.exim.org/mirmon/www_mirrors.html">Website Mirrors</a>
51                </li>
52             </ul>
53
54             <h3>Verification of Downloads</h3>
55
56             All published tarballs are signed. The signatures are created with keys belonging to the developers. They keys
57             can be found in our <a href="https://ftp.exim.org/pub/exim/Exim-Maintainers-Keyring.asc">maintainers keyring</a>.
58             (Please crosscheck these keys with keys you can find at other sources.)
59
60             <h3>Mirroring Exim</h3>
61
62             <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>
63
64
65             <h3>Exim Git Repositories</h3>
66
67             <p>If you prefer tracking our commits to the source tree directly via Git:
68             <ul>
69                 <li> Main Git Repository: <code>git://git.exim.org/exim.git</code></li>
70                 <li> Mirror at GitHub <a href="https://github.com/Exim/exim.git">https://github.com/Exim/exim.git</a></li>
71             </ul>
72             All releases get a signed Git tag.
73             </p>
74
75             </xsl:template>
76
77 </xsl:stylesheet>