summaryrefslogtreecommitdiffstats
path: root/release/doc/en_US.ISO8859-1/share/xml/release.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'release/doc/en_US.ISO8859-1/share/xml/release.xsl')
-rw-r--r--release/doc/en_US.ISO8859-1/share/xml/release.xsl27
1 files changed, 27 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/share/xml/release.xsl b/release/doc/en_US.ISO8859-1/share/xml/release.xsl
new file mode 100644
index 0000000..f1d1479
--- /dev/null
+++ b/release/doc/en_US.ISO8859-1/share/xml/release.xsl
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!-- $FreeBSD$ -->
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version='1.0'
+ xmlns="http://www.w3.org/TR/xhtml1/transitional"
+ xmlns:db="http://docbook.org/ns/docbook"
+ exclude-result-prefixes="db">
+
+ <xsl:param name="release.url"/>
+ <xsl:param name="release.branch"/>
+
+ <xsl:template name="user.footer.content">
+ <p align="center"><small>This file, and other release-related documents,
+ can be downloaded from <a href="{$release.url}"><xsl:value-of select="$release.url"/></a>.</small></p>
+
+ <p align="center"><small>For questions about FreeBSD, read the
+ <a href="http://www.FreeBSD.org/docs.html">documentation</a> before
+ contacting &lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;.</small></p>
+
+ <p align="center"><small>All users of FreeBSD <xsl:value-of select="$release.branch"/> should
+ subscribe to the &lt;<a href="mailto:current@FreeBSD.org">current@FreeBSD.org</a>&gt;
+ mailing list.</small></p>
+
+ <p align="center"><small>For questions about this documentation,
+ e-mail &lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.</small></p>
+ </xsl:template>
+</xsl:stylesheet>
OpenPOWER on IntegriCloud