9893c994d5b2f3697df225cec3c72b3b73a76004
[exim-website.git] / templates / web / legal.xsl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3         <!-- WRAPPER -->
4         <xsl:import href="../wrapper.xsl"/>
5         <xsl:template match="/"> <xsl:apply-imports/> </xsl:template>
6         <xsl:variable name="docroot" select="'.'"/>
7
8         <!-- Title -->
9         <xsl:variable name="html.head.title" select="'Legal'"/>
10
11         <!-- Canonical -->
12         <xsl:variable name="html.head.append">
13         <link rel="canonical" href="https://www.exim.org/legal.html"/>
14         </xsl:variable>
15
16         <!-- CONTENT -->
17         <xsl:template name="content">
18
19         <!-- Title -->
20         <h2><xsl:value-of select="$html.head.title"/></h2>
21
22          <h3>Legal information</h3>
23          We, the Exim Maintainers, regard the domain to be owned by us as a
24          group.  However, due to the small size of the project and lack of
25          funding, the domain has to be nominally owned for registration purposes
26          by an individual.  As of 2022-11-22 this is
27          <a href="mailto:hs@schlittermann.de">Heiko Schlittermann</a>
28
29         </xsl:template>
30 </xsl:stylesheet>