release.dsl revision 76254
1<!-- $FreeBSD: head/release/doc/en_US.ISO8859-1/share/sgml/release.dsl 76254 2001-05-03 21:59:35Z bmah $ -->
2
3<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
4<!ENTITY release.dsl PUBLIC "-//FreeBSD//DOCUMENT Release Notes DocBook Language Neutral Stylesheet//EN" CDATA DSSSL>
5<!ENTITY % output.html  "IGNORE"> 
6<!ENTITY % output.print "IGNORE">
7]>
8
9<style-sheet>
10  <style-specification use="docbook">
11    <style-specification-body>
12 
13      <![ %output.html; [ 
14	(define ($email-footer$)
15          (make sequence
16	    (make element gi: "p"
17                  attributes: (list (list "align" "center"))
18              (make element gi: "small"
19                (literal "This file, and other release-related documents, can be downloaded from ")
20	        (make element gi: "a"
21                      attributes: (list (list "href" (entity-text "release.url")))
22                  (literal (entity-text "release.url")))
23                (literal ".")))
24            (make element gi: "p"
25                  attributes: (list (list "align" "center"))
26              (make element gi: "small"  
27                (literal "For questions about FreeBSD, read the ")
28                (make element gi: "a"
29                      attributes: (list (list "href" "http://www.freebsd.org/docs.html"))
30                  (literal "documentation"))
31                (literal " before contacting <")
32                (make element gi: "a"
33                      attributes: (list (list "href" "mailto:freebsd-questions@FreeBSD.org"))
34                  (literal "freebsd-questions@FreeBSD.org"))
35                (literal ">.")
36            (make element gi: "p"
37                  attributes: (list (list "align" "center"))
38              (make element gi: "small"  
39                (literal "All users of FreeBSD ")
40		(literal (entity-text "release.branch"))
41		(literal " should subscribe to the ")
42                (literal "<")
43                (make element gi: "a"
44                      attributes: (list (list "href" "mailto:freebsd-current@FreeBSD.org"))
45                  (literal "freebsd-current@FreeBSD.org"))
46                (literal "> mailing list.")))
47
48            (make element gi: "p"
49                  attributes: (list (list "align" "center"))
50	      (literal "For questions about this documentation, e-mail <")
51              (make element gi: "a"
52                    attributes: (list (list "href" "mailto:freebsd-doc@FreeBSD.org"))
53                (literal "freebsd-doc@FreeBSD.org"))
54	      (literal ">."))))))
55
56	<!-- Convert " ... " to `` ... '' in the HTML output. -->
57	(element quote
58	  (make sequence
59	    (literal "``")
60	    (process-children)
61	    (literal "''")))
62
63        <!-- Generate links to HTML man pages -->
64        (define %refentry-xref-link% #t)
65
66        <!-- Specify how to generate the man page link HREF -->
67        (define ($create-refentry-xref-link$ refentrytitle manvolnum)
68	  (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
69			 refentrytitle "&" "sektion=" manvolnum))
70      ]]>
71    </style-specification-body>
72  </style-specification>
73
74  <external-specification id="docbook" document="release.dsl">
75</style-sheet>
76