aboutsummaryrefslogtreecommitdiff
path: root/sr_YU.ISO_8859-2/share/sgml/freebsd.dsl
diff options
context:
space:
mode:
Diffstat (limited to 'sr_YU.ISO_8859-2/share/sgml/freebsd.dsl')
-rw-r--r--sr_YU.ISO_8859-2/share/sgml/freebsd.dsl63
1 files changed, 63 insertions, 0 deletions
diff --git a/sr_YU.ISO_8859-2/share/sgml/freebsd.dsl b/sr_YU.ISO_8859-2/share/sgml/freebsd.dsl
new file mode 100644
index 0000000000..47bd37ee28
--- /dev/null
+++ b/sr_YU.ISO_8859-2/share/sgml/freebsd.dsl
@@ -0,0 +1,63 @@
+<!-- $FreeBSD: doc/en_US.ISO_8859-1/share/sgml/freebsd.dsl,v 1.5 2001/02/20 19:41:41 nik Exp $ -->
+
+<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
+<!ENTITY freebsd.dsl PUBLIC "-//FreeBSD//DOCUMENT DocBook Language Neutral Stylesheet//EN" CDATA DSSSL>
+<!ENTITY % output.html "IGNORE">
+<!ENTITY % output.print "IGNORE">
+<!ENTITY % lang.sr.dsssl "IGNORE">
+]>
+
+<style-sheet>
+ <style-specification use="docbook">
+ <style-specification-body>
+
+ <![ %lang.sr.dsssl; [
+ (define %gentext-language% "sr")
+ ]]>
+
+ <![ %output.html; [
+ (define ($email-footer$)
+ (make sequence
+ (make element gi: "p"
+ attributes: (list (list "align" "center"))
+ (make element gi: "small"
+ (literal "This, and other documents, can be downloaded from ")
+ (make element gi: "a"
+ attributes: (list (list "href" "ftp://ftp.FreeBSD.org/pub/FreeBSD/doc"))
+ (literal "ftp.FreeBSD.org/pub/FreeBSD/doc/"))
+ (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:questions@FreeBSD.org"))
+ (literal "questions@FreeBSD.org"))
+ (literal ">.")
+ (make empty-element gi: "br")
+ (literal "For questions about this documentation, e-mail <")
+ (make element gi: "a"
+ attributes: (list (list "href" "mailto:doc@FreeBSD.org"))
+ (literal "doc@FreeBSD.org"))
+ (literal ">.")))))
+
+
+ <!-- Convert " ... " to `` ... '' in the HTML output. -->
+ (element quote
+ (make sequence
+ (literal "``")
+ (process-children)
+ (literal "''")))
+ ]]>
+
+ (define %html-header-tags% '(("META" ("HTTP-EQUIV" "Content-Type") ("CONTENT" "text/html; charset=iso-8859-2"))))
+ </style-specification-body>
+ </style-specification>
+
+ <external-specification id="docbook" document="freebsd.dsl">
+</style-sheet>
+