49c3c7fd104ce152d66fd66fe9e979b162975fff
[exim-website.git] / templates / web / credits.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="'Website Credits'"/>
13
14         <!-- Canonical -->
15                 <xsl:variable name="html.head.append">
16                         <link rel="canonical" href="http://www.exim.org/credits.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                         <!-- Credits -->
28                                 <ul>
29                                         <li>
30                                                 <xsl:text>Nigel Metheringham</xsl:text>
31                                                 <p>Built/maintains the website.</p>
32                                         </li>
33                                         <li>
34                                                 <a href="https://secure.grepular.com/">Mike Cardwell</a>, of <a href="http://cardwellit.com/">Cardwell IT Ltd.</a>
35                                                 <p>Redesigned and built the current layout/style of the website, in 2010.</p>
36                                         </li>
37                                         <li>
38                                                 <xsl:text>Jennifer Greenley, of </xsl:text><a href="http://www.sharpblue.com/">Sharpblue</a>
39                                                 <p>Designed the new Exim logo, in 2002.</p>
40                                         </li>
41                                 </ul>
42
43                 </xsl:template>
44
45 </xsl:stylesheet>