Extended credits
authorNigel Metheringham <nigel.metheringham@dev.intechnology.co.uk>
Wed, 29 Sep 2010 11:38:28 +0000 (12:38 +0100)
committerNigel Metheringham <nigel.metheringham@dev.intechnology.co.uk>
Wed, 29 Sep 2010 11:38:28 +0000 (12:38 +0100)
templates/web/credits.xsl

index 49c3c7fd104ce152d66fd66fe9e979b162975fff..f37fa1220dc638123eb5639e6ab77570ae32e46f 100644 (file)
@@ -9,7 +9,7 @@
                <xsl:variable name="docroot" select="'.'"/>
 
        <!-- Title -->
-               <xsl:variable name="html.head.title" select="'Website Credits'"/>
+               <xsl:variable name="html.head.title" select="'Credits'"/>
 
        <!-- Canonical -->
                <xsl:variable name="html.head.append">
                                        <xsl:value-of select="$html.head.title"/>
                                </h2>
 
-                       <!-- Credits -->
-                               <ul>
-                                       <li>
-                                               <xsl:text>Nigel Metheringham</xsl:text>
-                                               <p>Built/maintains the website.</p>
-                                       </li>
-                                       <li>
-                                               <a href="https://secure.grepular.com/">Mike Cardwell</a>, of <a href="http://cardwellit.com/">Cardwell IT Ltd.</a>
-                                               <p>Redesigned and built the current layout/style of the website, in 2010.</p>
-                                       </li>
-                                       <li>
-                                               <xsl:text>Jennifer Greenley, of </xsl:text><a href="http://www.sharpblue.com/">Sharpblue</a>
-                                               <p>Designed the new Exim logo, in 2002.</p>
-                                       </li>
-                               </ul>
+         <!-- Website Credits -->
+         <h3>Website Credits</h3>
+            <ul>
+               <li>
+                  <xsl:text>Nigel Metheringham</xsl:text>
+                  <p>Built/maintains the website.</p>
+               </li>
+               <li>
+                  <a href="https://secure.grepular.com/">Mike Cardwell</a>, of <a href="http://cardwellit.com/">Cardwell IT Ltd.</a>
+                  <p>Redesigned and built the current layout/style of the website, in 2010.</p>
+               </li>
+               <li>
+                  <xsl:text>Jennifer Greenley, of </xsl:text><a href="http://www.sharpblue.com/">Sharpblue</a>
+                  <p>Designed the new Exim logo, in 2002.</p>
+               </li>
+            </ul>
+
+         <!-- Software Credits -->
+         <h3>Software Credits</h3>
+            <ul>
+               <li>
+                  <xsl:text>Philip Hazel</xsl:text>
+                  <p>Originally wrote, documented and supported Exim for many years prior to his retirement.</p>
+               </li>
+               <li>
+                  <xsl:text>Exim Development Team</xsl:text>
+                  <p>Currently continue with Exim development and support.  The team includes (although this is not an exhaustive list):-</p>
+                  <ul>
+                     <li>Alan Williams</li>
+                     <li>David Woodhouse</li>
+                     <li>Graeme Fowler</li>
+                     <li>John Jetmore</li>
+                     <li>Marc Haber</li>
+                     <li>Mike Cardwell</li>
+                     <li>Nigel Metheringham</li>
+                     <li>Peter Bowyer</li>
+                     <li>Phil Pennock</li>
+                     <li>Tom Kistner</li>
+                     <li>Tony Sheen</li>
+                  </ul>
+               </li>
+            </ul>
 
                </xsl:template>