1 <?xml version="1.0" encoding="UTF-8"?>
3 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
6 <xsl:import href="../wrapper.xsl"/>
7 <xsl:template match="/"> <xsl:apply-imports/> </xsl:template>
9 <xsl:variable name="docroot" select="'.'"/>
12 <xsl:variable name="html.head.title" select="'Credits'"/>
15 <xsl:variable name="html.head.append">
16 <link rel="canonical" href="https://www.exim.org/credits.html"/>
20 <xsl:template name="content">
24 <xsl:value-of select="$html.head.title"/>
27 <!-- Website Credits -->
28 <h3>Website Credits</h3>
31 <xsl:text>Nigel Metheringham</xsl:text>
32 <p>Built/maintains the website.</p>
35 <a href="https://www.grepular.com/">Mike Cardwell</a>
36 <p>Redesigned and built the current layout/style of the website, in 2010.</p>
39 <xsl:text>Jennifer Greenley, of </xsl:text><a href="https://sharpblue.com/">Sharpblue</a>
40 <p>Designed the new Exim logo, in 2002.</p>
44 <!-- Software Credits -->
45 <h3>Software Credits</h3>
48 <xsl:text>Philip Hazel</xsl:text>
49 <p>Originally wrote, documented and supported Exim for many years prior to his retirement.</p>
52 <xsl:text>Exim Development Team</xsl:text>
53 <p>Currently continue with Exim development and support. The team includes (although this is not an exhaustive list):-</p>
55 <li>Alan Williams</li>
56 <li>David Woodhouse</li>
57 <li>Graeme Fowler</li>
58 <li>Heiko Schlittermann</li>
59 <li>Jeremy Harris</li>
62 <li>Mike Cardwell</li>
63 <li>Nigel Metheringham</li>