Use freebsd-xhtml-release.xsl to render relnotes.xml.
This commit is contained in:
parent
ce9564ceb7
commit
6de3b0c573
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52842
3 changed files with 135 additions and 0 deletions
28
en_US.ISO8859-1/share/xml/freebsd-xhtml-release.xsl
Normal file
28
en_US.ISO8859-1/share/xml/freebsd-xhtml-release.xsl
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?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:param name="release.maillist"/>
|
||||
|
||||
<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 <<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.</small></p>
|
||||
|
||||
<p align="center"><small>All users of FreeBSD <xsl:value-of select="$release.branch"/> should
|
||||
subscribe to the <<a href="mailto:{$release.maillist}@FreeBSD.org"><xsl:value-of select="$release.maillist"/>@FreeBSD.org</a>>
|
||||
mailing list.</small></p>
|
||||
|
||||
<p align="center"><small>For questions about this documentation,
|
||||
e-mail <<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
Loading…
Add table
Add a link
Reference in a new issue