new: add legal (about ownershop of the exim.org domain name)
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Wed, 14 Dec 2022 20:25:58 +0000 (21:25 +0100)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Wed, 14 Dec 2022 20:25:58 +0000 (21:25 +0100)
templates/web/legal.xsl [new file with mode: 0644]
templates/web/legal.xsl.sig [new file with mode: 0644]
templates/wrapper.xsl

diff --git a/templates/web/legal.xsl b/templates/web/legal.xsl
new file mode 100644 (file)
index 0000000..9893c99
--- /dev/null
@@ -0,0 +1,30 @@
+<?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 -->
+       <xsl:variable name="html.head.title" select="'Legal'"/>
+
+       <!-- Canonical -->
+       <xsl:variable name="html.head.append">
+       <link rel="canonical" href="https://www.exim.org/legal.html"/>
+       </xsl:variable>
+
+       <!-- CONTENT -->
+       <xsl:template name="content">
+
+       <!-- Title -->
+       <h2><xsl:value-of select="$html.head.title"/></h2>
+
+         <h3>Legal information</h3>
+        We, the Exim Maintainers, regard the domain to be owned by us as a
+        group.  However, due to the small size of the project and lack of
+        funding, the domain has to be nominally owned for registration purposes
+        by an individual.  As of 2022-11-22 this is
+        <a href="mailto:hs@schlittermann.de">Heiko Schlittermann</a>
+
+       </xsl:template>
+</xsl:stylesheet>
diff --git a/templates/web/legal.xsl.sig b/templates/web/legal.xsl.sig
new file mode 100644 (file)
index 0000000..e8d2440
Binary files /dev/null and b/templates/web/legal.xsl.sig differ
index 39fb18b1db3e7f8d66a3b8a8d0c64b524c801526..51010a7db1298cf28430057818b599dfaa010254 100644 (file)
@@ -37,7 +37,7 @@
                <title>
                   <xsl:value-of select="$html.head.title"/>
                </title>
-            
+
                <xsl:copy-of select="$html.head.append"/>
             </head>
            <body class="no-js">
@@ -66,6 +66,7 @@
                             <li> <a href="https://bugs.exim.org/">Bugs</a> </li>
                             <li> <a href="{$docroot}/static/doc/security">Security</a> </li>
                             <li> <a href="{$docroot}/credits.html">Credits</a> </li>
+                            <li> <a href="{$docroot}/legal.html">Legal</a> </li>
 
                             <!-- Search Field -->
 
 
                 <!-- Local JavaScript -->
                    <script type="text/javascript" src="{$staticroot}/js/common.js"></script>
-                   
+
                    <xsl:copy-of select="$html.body.append"/>
 
              </body>