summaryrefslogtreecommitdiffstats
path: root/release/doc/en_US.ISO_8859-1
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-05-03 21:59:35 +0000
committerbmah <bmah@FreeBSD.org>2001-05-03 21:59:35 +0000
commit71b96a577df9ae54678a805ebfde41b2994c7183 (patch)
treeae98004d271ca0fb2d44dc96b624d5d6fdae1cb7 /release/doc/en_US.ISO_8859-1
parentda7be50dfe1c0f85e78e8aae8199fd54563b57d1 (diff)
downloadFreeBSD-src-71b96a577df9ae54678a805ebfde41b2994c7183.zip
FreeBSD-src-71b96a577df9ae54678a805ebfde41b2994c7183.tar.gz
More RELNOTESng infrastructure fixup: The directory layout of
stylesheets (particularly with respect to translations) is now similar to that of the doc/ tree. Added a customization for HTML page footers (this is the only reader-visible change).
Diffstat (limited to 'release/doc/en_US.ISO_8859-1')
-rw-r--r--release/doc/en_US.ISO_8859-1/share/sgml/release.dsl75
1 files changed, 75 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO_8859-1/share/sgml/release.dsl b/release/doc/en_US.ISO_8859-1/share/sgml/release.dsl
new file mode 100644
index 0000000..c7f524e
--- /dev/null
+++ b/release/doc/en_US.ISO_8859-1/share/sgml/release.dsl
@@ -0,0 +1,75 @@
+<!-- $FreeBSD$ -->
+
+<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
+<!ENTITY release.dsl PUBLIC "-//FreeBSD//DOCUMENT Release Notes DocBook Language Neutral Stylesheet//EN" CDATA DSSSL>
+<!ENTITY % output.html "IGNORE">
+<!ENTITY % output.print "IGNORE">
+]>
+
+<style-sheet>
+ <style-specification use="docbook">
+ <style-specification-body>
+
+ <![ %output.html; [
+ (define ($email-footer$)
+ (make sequence
+ (make element gi: "p"
+ attributes: (list (list "align" "center"))
+ (make element gi: "small"
+ (literal "This file, and other release-related documents, can be downloaded from ")
+ (make element gi: "a"
+ attributes: (list (list "href" (entity-text "release.url")))
+ (literal (entity-text "release.url")))
+ (literal ".")))
+ (make element gi: "p"
+ attributes: (list (list "align" "center"))
+ (make element gi: "small"
+ (literal "For questions about FreeBSD, read the ")
+ (make element gi: "a"
+ attributes: (list (list "href" "http://www.freebsd.org/docs.html"))
+ (literal "documentation"))
+ (literal " before contacting <")
+ (make element gi: "a"
+ attributes: (list (list "href" "mailto:freebsd-questions@FreeBSD.org"))
+ (literal "freebsd-questions@FreeBSD.org"))
+ (literal ">.")
+ (make element gi: "p"
+ attributes: (list (list "align" "center"))
+ (make element gi: "small"
+ (literal "All users of FreeBSD ")
+ (literal (entity-text "release.branch"))
+ (literal " should subscribe to the ")
+ (literal "<")
+ (make element gi: "a"
+ attributes: (list (list "href" "mailto:freebsd-current@FreeBSD.org"))
+ (literal "freebsd-current@FreeBSD.org"))
+ (literal "> mailing list.")))
+
+ (make element gi: "p"
+ attributes: (list (list "align" "center"))
+ (literal "For questions about this documentation, e-mail <")
+ (make element gi: "a"
+ attributes: (list (list "href" "mailto:freebsd-doc@FreeBSD.org"))
+ (literal "freebsd-doc@FreeBSD.org"))
+ (literal ">."))))))
+
+ <!-- Convert " ... " to `` ... '' in the HTML output. -->
+ (element quote
+ (make sequence
+ (literal "``")
+ (process-children)
+ (literal "''")))
+
+ <!-- Generate links to HTML man pages -->
+ (define %refentry-xref-link% #t)
+
+ <!-- Specify how to generate the man page link HREF -->
+ (define ($create-refentry-xref-link$ refentrytitle manvolnum)
+ (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
+ refentrytitle "&" "sektion=" manvolnum))
+ ]]>
+ </style-specification-body>
+ </style-specification>
+
+ <external-specification id="docbook" document="release.dsl">
+</style-sheet>
OpenPOWER on IntegriCloud