f1a7d876e15a8754e352e5208afdbcaa4081fb47
[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://downloads.exim.org/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://downloads.exim.org/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             <p>
57             All published tarballs are cryptographically signed with an OpenPGP implementation (such as GnuPG).
58             The signatures are distributed alongside the tarballs.
59             The signatures are created with keys belonging to the developers.
60             The keys can be found in our
61             <a href="https://downloads.exim.org/Exim-Maintainers-Keyring.asc">maintainers keyring</a>.
62             (Please crosscheck these keys with keys you can find at other sources.)
63             </p>
64             <p>
65             The exim.org domain supports <a href="https://wiki.gnupg.org/WKD">the WKD mechanism</a> for OpenPGP key retrieval.
66             </p>
67
68             <h3>Mirroring Exim</h3>
69
70             <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>
71
72
73             <h3>Exim Git Repositories</h3>
74
75             <p>If you prefer tracking our commits to the source tree directly via Git:
76             <ul>
77                 <li>Main Git Repository: <code>git://git.exim.org/exim.git</code></li>
78                 <li>Web interface: <a href="https://git.exim.org/exim.git">https://git.exim.org/exim.git</a></li>
79                 <li>Mirror at GitHub <a href="https://github.com/Exim/exim.git">https://github.com/Exim/exim.git</a></li>
80             </ul>
81             All releases get a signed Git tag.
82             </p>
83
84             </xsl:template>
85
86 </xsl:stylesheet>