chg: mention CVE for 3.97.1
[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="'Credits'"/>
13
14         <!-- Canonical -->
15                 <xsl:variable name="html.head.append">
16                         <link rel="canonical" href="https://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          <!-- Website Credits -->
28          <h3>Website Credits</h3>
29             <ul>
30                <li>
31                   <xsl:text>Nigel Metheringham</xsl:text>
32                   <p>Built/maintains the website.</p>
33                </li>
34                <li>
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>
37                </li>
38                <li>
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>
41                </li>
42             </ul>
43
44          <!-- Software Credits -->
45          <h3>Software Credits</h3>
46             <ul>
47                <li>
48                   <xsl:text>Philip Hazel</xsl:text>
49                   <p>Originally wrote, documented and supported Exim for many years prior to his retirement.</p>
50                </li>
51                <li>
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>
54                   <ul>
55                      <li>Alan Williams</li>
56                      <li>David Woodhouse</li>
57                      <li>Graeme Fowler</li>
58                      <li><strong>Heiko Schlittermann</strong></li>
59                      <li><strong>Jeremy Harris</strong></li>
60                      <li>John Jetmore</li>
61                      <li>Marc Haber</li>
62                      <li>Mike Cardwell</li>
63                      <li>Nigel Metheringham</li>
64                      <li>Peter Bowyer</li>
65                      <li>Phil Pennock</li>
66                      <li>Tom Kistner</li>
67                      <li>Tony Finch</li>
68                      <li>Tony Sheen</li>
69                   </ul>
70                </li>
71             </ul>
72
73                 </xsl:template>
74
75 </xsl:stylesheet>