update maillinglist refs to ...@lists.exim.org
[exim-website.git] / templates / web / maillist.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="'Mailing lists for Exim'"/>
13
14         <!-- Canonical -->
15                 <xsl:variable name="html.head.append">
16                         <link rel="canonical" href="https://www.exim.org/maillist.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                         <!-- Lists -->
28                                 <ul>
29                                         <li>
30                                                 <a href="https://lists.exim.org/mailman3/postorius/lists/exim-announce.lists.exim.org/">exim-announce</a><br/>
31                                                 <xsl:text>A low volume moderated list consisting of announcements only of things of interest to Exim users (typically new releases). There is an </xsl:text>
32                                                 <a href="https://lists.exim.org/lurker/list/exim-announce.html">archive</a>
33                                                 <xsl:text> of messages since July 1999.</xsl:text>
34                                         </li>
35                                         <li>
36                                                 <a href="https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/">exim-dev</a><br/>
37                                                 <xsl:text>A list dedicated to the ongoing development process for Exim. It is not the grown-up version of the users list. There are searchable </xsl:text>
38                                                 <a href="https://lists.exim.org/lurker/list/exim-dev.html">archives</a>
39                                                 <xsl:text> covering postings back to 2004.</xsl:text>
40                                         </li>
41                                         <li>
42                                                 <a href="https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org">exim-users</a><br/>
43                                                 <xsl:text>A discussion list about Exim covering use and development of the software. This also has a searchable </xsl:text>
44                                                 <a href="https://lists.exim.org/lurker/list/exim-users.html">archive</a>
45                                                 <xsl:text> covering postings back to 1996. Please have the courtesy to check the list before posting basic queries, the </xsl:text>
46                                                 <a href="{$docroot}/exim-html-4.40/doc/html/FAQ.html">FAQ</a>
47                                                 <xsl:text> also covers many things that get asked regularly on the list</xsl:text>
48                                         </li>
49                                 </ul>
50                 </xsl:template>
51
52 </xsl:stylesheet>