Use the template in the right way
[exim-website.git] / templates / web / index.xsl
index df302f4418d593e553b99603c62ce3bad1a9fea7..a6ee784228ffdde4602bfc5f4b6348c065d42df1 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-       
+
        <!-- WRAPPER -->
                <xsl:import href="../wrapper.xsl"/>
                <xsl:template match="/"> <xsl:apply-imports/> </xsl:template>
-               
+
                <xsl:variable name="docroot" select="'.'"/>
 
        <!-- Title -->
@@ -20,7 +20,7 @@
                         <link rel="canonical" href="https://www.exim.org/"/>
 
        </xsl:variable>
+
        <!-- CONTENT -->
                <xsl:template name="content">
 
                        </p>
 
       <!-- Version Information -->
-         <p id="obsolete_version_info">
-
-            <xsl:text>All versions of Exim previous to version </xsl:text><xsl:value-of select="/content/current_version"/><xsl:text> are now obsolete. The last 3.x release was 3.36. It is obsolete and should not be used.</xsl:text>
-
+         <p id="obsolete_version_info"><xsl:text>All versions of Exim previous to version </xsl:text><xsl:value-of select="/content/current_version"/><xsl:text> are now obsolete. The last 3.x release was 3.36. It is obsolete and should not be used.</xsl:text>
          </p>
 
          <p id="version_info">
-            <xsl:text>The current version is </xsl:text>
-            <xsl:value-of select="/content/current_version"/>
+            <xsl:text>The current version is </xsl:text> <xsl:value-of select="/content/current_version"/>
+           This is a security release.  See <a href="{$staticroot}/doc/security/CVE-2019-16928.txt">CVE-2019-16928</a>.
          </p>
 
-        <p>We fixed CVE-2018-6789</p>
-
          <p id="beta_version_info">
             <xsl:text>There may be beta versions available from the ftp sites in the Testing directory. Many people are using these without problems, but they are not recommended unless you are willing to work with beta software.</xsl:text>
          </p>
 
                 <!-- Book Information -->
-                   
+
                        <p id="book_info">
                                <a href="https://www.uit.co.uk/the-exim-smtp-mail-server">
                                        <img src="i/exim-book.png" width="74" height="100"/>
                                <xsl:text>.</xsl:text>
                        </p>
 
+         <!-- sponsor information -->
+         <div id="sponsors">
+            <xsl:text>The following organizations provide services which help the Exim project:</xsl:text>
+            <ul id="sponsor_list">
+               <li class="sponsor">
+                  <a href="https://www.cam.ac.uk/">
+                     <img src="i/cambridge-150x39.png" width="150" height="39" alt="University of Cambridge" class="sponsor_logo"/>
+                     <xsl:text>The University of Cambridge</xsl:text>
+                  </a>
+                  <xsl:text> hosts the central Exim website and domain.</xsl:text>
+               </li>
+               <li class="sponsor">
+                  <a href="https://www.bytemark.co.uk/">
+                     <xsl:text>Bytemark</xsl:text>
+                  </a>
+                  <xsl:text> provide us with a VM for running the buildfarm, for the testsuite.</xsl:text>
+               </li>
+               <li class="sponsor">
+                  <a href="https://www.macstadium.com/">
+                     <img src="i/macstadium-150x61.png" width="150" height="61" alt="MacStadium" class="sponsor_logo"/>
+                     <xsl:text>MacStadium</xsl:text>
+                  </a>
+                  <xsl:text> provide us a Mac Mini for our buildfarm, keeping macOS supported.</xsl:text>
+               </li>
+            </ul>
+         </div>
+
                </xsl:template>
 
 </xsl:stylesheet>