Added mirroring information
[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="http://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="http://wiki.exim.org/ObtainingExim">Exim Wiki</a>
33                                         <xsl:text>.</xsl:text>
34                                 </p>
35
36             <h3>Exim Mirror Sites</h3>
37
38             <p>A list of mirror sites is maintained within mirmon - see the links below for lists of mirrors and their current status:-</p>
39             <ul>
40                <li>
41                   <a href="http://www.exim.org/mirmon/ftp_mirrors.html">Download Mirrors</a>
42                </li>
43                <li>
44                   <a href="http://www.exim.org/mirmon/www_mirrors.html">Website Mirrors</a>
45                </li>
46             </ul>
47
48             <h3>Mirroring Exim</h3>
49
50             <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>
51
52                 </xsl:template>
53
54 </xsl:stylesheet>