release.xsl revision 260657
1<?xml version="1.0"?>
2<!-- $FreeBSD: releng/10.0/release/doc/en_US.ISO8859-1/share/xml/release.xsl 260657 2014-01-14 23:58:50Z hrs $ -->
3<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4                version='1.0'
5                xmlns="http://www.w3.org/TR/xhtml1/transitional"
6                xmlns:db="http://docbook.org/ns/docbook"
7                exclude-result-prefixes="db">
8
9  <xsl:param name="release.url"/>
10  <xsl:param name="release.branch"/>
11
12  <xsl:template name="user.footer.content">
13    <p align="center"><small>This file, and other release-related documents,
14      can be downloaded from <a href="{$release.url}"><xsl:value-of select="$release.url"/></a>.</small></p>
15
16    <p align="center"><small>For questions about FreeBSD, read the
17      <a href="http://www.FreeBSD.org/docs.html">documentation</a> before
18      contacting &lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;.</small></p>
19
20    <p align="center"><small>All users of FreeBSD release should
21      subscribe to the &lt;<a href="mailto:stable@FreeBSD.org">stable@FreeBSD.org</a>&gt;
22      mailing list.</small></p>
23  
24    <p align="center"><small>For questions about this documentation,
25      e-mail &lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.</small></p>
26  </xsl:template>
27</xsl:stylesheet>
28