Move ($create-refentry-xref-link$) to share/sgml/freebsd.dsl
and the localized sysids to <langcode>/share/sgml/catalog. Since <langcode>/share/sgml/freebsd.dsl still include some language-neutral parameters and procedures for printable formats, I will work on assorting them similarly. I am sorry that this (and probably the next) commit may break the translation team's usual update procedure, but you can merge the language-specific freebsd.dsl from the English version as before. Discussed on: -doc
This commit is contained in:
parent
b60097d727
commit
ecd26f86b1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17071
20 changed files with 159 additions and 367 deletions
|
@ -13,6 +13,10 @@
|
||||||
<!-- HTML only .................................................... -->
|
<!-- HTML only .................................................... -->
|
||||||
|
|
||||||
<![ %output.html; [
|
<![ %output.html; [
|
||||||
|
|
||||||
|
<!-- Generate links to HTML man pages -->
|
||||||
|
(define %refentry-xref-link% #t)
|
||||||
|
|
||||||
(define ($email-footer$)
|
(define ($email-footer$)
|
||||||
(make sequence
|
(make sequence
|
||||||
(make element gi: "p"
|
(make element gi: "p"
|
||||||
|
@ -40,31 +44,6 @@
|
||||||
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
||||||
(literal "doc@FreeBSD.org"))
|
(literal "doc@FreeBSD.org"))
|
||||||
(literal ">.")))))
|
(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$ #!optional (n (current-node)))
|
|
||||||
(let* ((r (select-elements (children n) (normalize "refentrytitle")))
|
|
||||||
(m (select-elements (children n) (normalize "manvolnum")))
|
|
||||||
(v (attribute-string (normalize "vendor") n))
|
|
||||||
(u (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
|
|
||||||
(data r) "&" "sektion=" (data m))))
|
|
||||||
(case v
|
|
||||||
(("current") (string-append u "&" "manpath=FreeBSD+5.0-current"))
|
|
||||||
(("xfree86") (string-append u "&" "manpath=XFree86+4.2.0"))
|
|
||||||
(("netbsd") (string-append u "&" "manpath=NetBSD+1.5"))
|
|
||||||
(("ports") (string-append u "&" "manpath=FreeBSD+Ports"))
|
|
||||||
(else u))))
|
|
||||||
]]>
|
]]>
|
||||||
|
|
||||||
<!-- More aesthetically pleasing chapter headers for print output -->
|
<!-- More aesthetically pleasing chapter headers for print output -->
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
-- ...................................................................... --
|
-- ...................................................................... --
|
||||||
-- FreeBSD SGML Public Identifiers ...................................... --
|
-- FreeBSD SGML Public Identifiers ...................................... --
|
||||||
|
|
||||||
|
-- ...................................................................... --
|
||||||
|
-- German specific ...................................................... --
|
||||||
|
|
||||||
-- $FreeBSD$ --
|
-- $FreeBSD$ --
|
||||||
-- $FreeBSDde: de-docproj/share/sgml/catalog,v 1.5 2003/04/23 22:35:56 mheinen Exp $ --
|
-- $FreeBSDde: de-docproj/share/sgml/catalog,v 1.5 2003/04/23 22:35:56 mheinen Exp $ --
|
||||||
|
@ -8,11 +11,23 @@
|
||||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
"freebsd.dsl"
|
"freebsd.dsl"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DE"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DE"
|
||||||
"mailing-lists.ent"
|
"mailing-lists.ent"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//DE"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//DE"
|
||||||
"teams.ent"
|
"teams.ent"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//DE"
|
||||||
"l10n.ent"
|
"bookinfo.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//DE"
|
||||||
|
"freebsd.dsl"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Language Neutral Stylesheet//DE"
|
||||||
|
"freebsd.dsl"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DE"
|
||||||
|
"translators.ent"
|
||||||
|
|
|
@ -19,6 +19,10 @@
|
||||||
<style-specification-body>
|
<style-specification-body>
|
||||||
|
|
||||||
<![ %output.html; [
|
<![ %output.html; [
|
||||||
|
|
||||||
|
<!-- Generate links to HTML man pages -->
|
||||||
|
(define %refentry-xref-link% #t)
|
||||||
|
|
||||||
(define ($email-footer$)
|
(define ($email-footer$)
|
||||||
(make sequence
|
(make sequence
|
||||||
(make element gi: "p"
|
(make element gi: "p"
|
||||||
|
@ -35,31 +39,6 @@
|
||||||
attributes: (list (list "href" "mailto:de-bsd-translators@de.FreeBSD.org"))
|
attributes: (list (list "href" "mailto:de-bsd-translators@de.FreeBSD.org"))
|
||||||
(literal "de-bsd-translators@de.FreeBSD.org"))
|
(literal "de-bsd-translators@de.FreeBSD.org"))
|
||||||
(literal ">.")))))
|
(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$ #!optional (n (current-node)))
|
|
||||||
(let* ((r (select-elements (children n) (normalize "refentrytitle")))
|
|
||||||
(m (select-elements (children n) (normalize "manvolnum")))
|
|
||||||
(v (attribute-string (normalize "vendor") n))
|
|
||||||
(u (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
|
|
||||||
(data r) "&" "sektion=" (data m))))
|
|
||||||
(case v
|
|
||||||
(("current") (string-append u "&" "manpath=FreeBSD+5.0-current"))
|
|
||||||
(("xfree86") (string-append u "&" "manpath=XFree86+4.2.0"))
|
|
||||||
(("netbsd") (string-append u "&" "manpath=NetBSD+1.5"))
|
|
||||||
(("ports") (string-append u "&" "manpath=FreeBSD+Ports"))
|
|
||||||
(else u))))
|
|
||||||
]]>
|
]]>
|
||||||
</style-specification-body>
|
</style-specification-body>
|
||||||
</style-specification>
|
</style-specification>
|
||||||
|
|
|
@ -13,6 +13,10 @@
|
||||||
<!-- HTML only .................................................... -->
|
<!-- HTML only .................................................... -->
|
||||||
|
|
||||||
<![ %output.html; [
|
<![ %output.html; [
|
||||||
|
|
||||||
|
<!-- Generate links to HTML man pages -->
|
||||||
|
(define %refentry-xref-link% #t)
|
||||||
|
|
||||||
(define ($email-footer$)
|
(define ($email-footer$)
|
||||||
(make sequence
|
(make sequence
|
||||||
(make element gi: "p"
|
(make element gi: "p"
|
||||||
|
@ -40,30 +44,6 @@
|
||||||
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
||||||
(literal "doc@FreeBSD.org"))
|
(literal "doc@FreeBSD.org"))
|
||||||
(literal ">.")))))
|
(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$ #!optional (n (current-node)))
|
|
||||||
(let* ((r (select-elements (children n) (normalize "refentrytitle")))
|
|
||||||
(m (select-elements (children n) (normalize "manvolnum")))
|
|
||||||
(v (attribute-string (normalize "vendor") n))
|
|
||||||
(u (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
|
|
||||||
(data r) "&" "sektion=" (data m))))
|
|
||||||
(case v
|
|
||||||
(("xfree86") (string-append u "&" "manpath=XFree86+4.2.0"))
|
|
||||||
(("netbsd") (string-append u "&" "manpath=NetBSD+1.5"))
|
|
||||||
(("ports") (string-append u "&" "manpath=FreeBSD+Ports"))
|
|
||||||
(else u))))
|
|
||||||
]]>
|
]]>
|
||||||
|
|
||||||
<!-- More aesthetically pleasing chapter headers for print output -->
|
<!-- More aesthetically pleasing chapter headers for print output -->
|
||||||
|
|
|
@ -17,6 +17,10 @@
|
||||||
<!-- HTML only .................................................... -->
|
<!-- HTML only .................................................... -->
|
||||||
|
|
||||||
<![ %output.html; [
|
<![ %output.html; [
|
||||||
|
|
||||||
|
<!-- Generate links to HTML man pages -->
|
||||||
|
(define %refentry-xref-link% #t)
|
||||||
|
|
||||||
(define ($email-footer$)
|
(define ($email-footer$)
|
||||||
(make sequence
|
(make sequence
|
||||||
(make element gi: "p"
|
(make element gi: "p"
|
||||||
|
@ -44,31 +48,6 @@
|
||||||
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
||||||
(literal "doc@FreeBSD.org"))
|
(literal "doc@FreeBSD.org"))
|
||||||
(literal ">.")))))
|
(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$ #!optional (n (current-node)))
|
|
||||||
(let* ((r (select-elements (children n) (normalize "refentrytitle")))
|
|
||||||
(m (select-elements (children n) (normalize "manvolnum")))
|
|
||||||
(v (attribute-string (normalize "vendor") n))
|
|
||||||
(u (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
|
|
||||||
(data r) "&" "sektion=" (data m))))
|
|
||||||
(case v
|
|
||||||
(("current") (string-append u "&" "manpath=FreeBSD+5.0-current"))
|
|
||||||
(("xfree86") (string-append u "&" "manpath=XFree86+4.3.0"))
|
|
||||||
(("netbsd") (string-append u "&" "manpath=NetBSD+1.6.1"))
|
|
||||||
(("ports") (string-append u "&" "manpath=FreeBSD+Ports"))
|
|
||||||
(else u))))
|
|
||||||
]]>
|
]]>
|
||||||
|
|
||||||
<!-- More aesthetically pleasing chapter headers for print output -->
|
<!-- More aesthetically pleasing chapter headers for print output -->
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
-- ...................................................................... --
|
-- ...................................................................... --
|
||||||
-- FreeBSD SGML Public Identifiers ...................................... --
|
-- FreeBSD SGML Public Identifiers ...................................... --
|
||||||
|
|
||||||
|
-- ...................................................................... --
|
||||||
|
-- Spanish specific ..................................................... --
|
||||||
|
|
||||||
-- $FreeBSD: doc/es_ES.ISO8859-1/share/sgml/catalog,v 1.1 2000/09/28 23:29:45 nbm Exp $
|
-- $FreeBSD$
|
||||||
--
|
--
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
@ -9,3 +12,12 @@ PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//ES"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//ES"
|
||||||
"mailing-lists.ent"
|
"mailing-lists.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//ES"
|
||||||
|
"bookinfo.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//ES"
|
||||||
|
"mailing-lists.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//ES"
|
||||||
|
"freebsd.dsl"
|
||||||
|
|
|
@ -13,6 +13,10 @@
|
||||||
<!-- HTML only .................................................... -->
|
<!-- HTML only .................................................... -->
|
||||||
|
|
||||||
<![ %output.html; [
|
<![ %output.html; [
|
||||||
|
|
||||||
|
<!-- Generate links to HTML man pages -->
|
||||||
|
(define %refentry-xref-link% #t)
|
||||||
|
|
||||||
(define ($email-footer$)
|
(define ($email-footer$)
|
||||||
(make sequence
|
(make sequence
|
||||||
(make element gi: "p"
|
(make element gi: "p"
|
||||||
|
@ -40,22 +44,6 @@
|
||||||
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
||||||
(literal "doc@FreeBSD.org"))
|
(literal "doc@FreeBSD.org"))
|
||||||
(literal ">.")))))
|
(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))
|
|
||||||
]]>
|
]]>
|
||||||
|
|
||||||
<!-- More aesthetically pleasing chapter headers for print output -->
|
<!-- More aesthetically pleasing chapter headers for print output -->
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
-- ...................................................................... --
|
-- ...................................................................... --
|
||||||
-- FreeBSD SGML Public Identifiers ...................................... --
|
-- FreeBSD SGML Public Identifiers ...................................... --
|
||||||
|
|
||||||
|
-- ...................................................................... --
|
||||||
|
-- French specific ...................................................... --
|
||||||
|
|
||||||
-- $FreeBSD$
|
-- $FreeBSD$
|
||||||
--
|
--
|
||||||
|
@ -15,3 +18,27 @@ PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//FR"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//FR"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//FR"
|
||||||
"teams.ent"
|
"teams.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//FR"
|
||||||
|
"bookinfo.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES Common Document URL Entities//FR"
|
||||||
|
"urls.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//FR"
|
||||||
|
"translators.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Abstract Entities//FR"
|
||||||
|
"abstract.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook ArtHeader Entities//FR"
|
||||||
|
"artheader.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//FR"
|
||||||
|
"mailing-lists.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//FR"
|
||||||
|
"newsgroups.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//FR"
|
||||||
|
"teams.ent"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD French Documentation Project
|
The FreeBSD French Documentation Project
|
||||||
|
|
||||||
$Id: freebsd.dsl,v 1.11 2002-12-11 20:06:19 blackend Exp $
|
$Id: freebsd.dsl,v 1.12 2003-05-22 15:03:49 hrs Exp $
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
Original revision: 1.17
|
Original revision: 1.17
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@
|
||||||
<style-specification-body>
|
<style-specification-body>
|
||||||
|
|
||||||
<![ %output.html; [
|
<![ %output.html; [
|
||||||
|
|
||||||
|
<!-- Generate links to HTML man pages -->
|
||||||
|
(define %refentry-xref-link% #t)
|
||||||
|
|
||||||
<!-- Fix a problem with the French localisation. This should really
|
<!-- Fix a problem with the French localisation. This should really
|
||||||
be a patch to the dsssl-docbook-modular port, but this gets it
|
be a patch to the dsssl-docbook-modular port, but this gets it
|
||||||
more widely available sooner. A patch will be applied to the
|
more widely available sooner. A patch will be applied to the
|
||||||
|
@ -54,30 +58,6 @@
|
||||||
attributes: (list (list "href" "mailto:doc@FreeBSD.org"))
|
attributes: (list (list "href" "mailto:doc@FreeBSD.org"))
|
||||||
(literal "doc@FreeBSD.org"))
|
(literal "doc@FreeBSD.org"))
|
||||||
(literal ">.")))))
|
(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$ #!optional (n (current-node)))
|
|
||||||
(let* ((r (select-elements (children n) (normalize "refentrytitle")))
|
|
||||||
(m (select-elements (children n) (normalize "manvolnum")))
|
|
||||||
(v (attribute-string (normalize "vendor") n))
|
|
||||||
(u (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
|
|
||||||
(data r) "&" "sektion=" (data m))))
|
|
||||||
(case v
|
|
||||||
(("current") (string-append u "&" "manpath=FreeBSD+5.0-current"))
|
|
||||||
(("xfree86") (string-append u "&" "manpath=XFree86+4.2.0"))
|
|
||||||
(("netbsd") (string-append u "&" "manpath=NetBSD+1.5"))
|
|
||||||
(("ports") (string-append u "&" "manpath=FreeBSD+Ports"))
|
|
||||||
(else u))))
|
|
||||||
]]>
|
]]>
|
||||||
<!-- Fix a problem with the French localisation. The bug was
|
<!-- Fix a problem with the French localisation. The bug was
|
||||||
submitted to authors of docbook project -->
|
submitted to authors of docbook project -->
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
-- ...................................................................... --
|
-- ...................................................................... --
|
||||||
-- FreeBSD SGML Public Identifiers ...................................... --
|
-- FreeBSD SGML Public Identifiers ...................................... --
|
||||||
|
|
||||||
|
-- ...................................................................... --
|
||||||
|
-- Italian specific ..................................................... --
|
||||||
|
|
||||||
-- $FreeBSD$
|
-- $FreeBSD$
|
||||||
--
|
--
|
||||||
|
|
||||||
|
@ -9,3 +12,12 @@ PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//IT"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//IT"
|
||||||
"mailing-lists.ent"
|
"mailing-lists.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//IT"
|
||||||
|
"bookinfo.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//IT"
|
||||||
|
"freebsd.dsl"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//IT"
|
||||||
|
"translators.ent"
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
<!-- HTML only .................................................... -->
|
<!-- HTML only .................................................... -->
|
||||||
|
|
||||||
<![ %output.html; [
|
<![ %output.html; [
|
||||||
|
|
||||||
|
<!-- Generate links to HTML man pages -->
|
||||||
|
(define %refentry-xref-link% #t)
|
||||||
|
|
||||||
(define ($email-footer$)
|
(define ($email-footer$)
|
||||||
(make sequence
|
(make sequence
|
||||||
(make element gi: "p"
|
(make element gi: "p"
|
||||||
|
@ -45,31 +49,6 @@
|
||||||
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
||||||
(literal "doc@FreeBSD.org"))
|
(literal "doc@FreeBSD.org"))
|
||||||
(literal ">.")))))
|
(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$ #!optional (n (current-node)))
|
|
||||||
(let* ((r (select-elements (children n) (normalize "refentrytitle")))
|
|
||||||
(m (select-elements (children n) (normalize "manvolnum")))
|
|
||||||
(v (attribute-string (normalize "vendor") n))
|
|
||||||
(u (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
|
|
||||||
(data r) "&" "sektion=" (data m))))
|
|
||||||
(case v
|
|
||||||
(("current") (string-append u "&" "manpath=FreeBSD+5.0-current"))
|
|
||||||
(("xfree86") (string-append u "&" "manpath=XFree86+4.2.0"))
|
|
||||||
(("netbsd") (string-append u "&" "manpath=NetBSD+1.5"))
|
|
||||||
(("ports") (string-append u "&" "manpath=FreeBSD+Ports"))
|
|
||||||
(else u))))
|
|
||||||
]]>
|
]]>
|
||||||
|
|
||||||
<!-- Both sets of stylesheets ..................................... -->
|
<!-- Both sets of stylesheets ..................................... -->
|
||||||
|
|
|
@ -13,6 +13,10 @@
|
||||||
<!-- HTML only .................................................... -->
|
<!-- HTML only .................................................... -->
|
||||||
|
|
||||||
<![ %output.html; [
|
<![ %output.html; [
|
||||||
|
|
||||||
|
<!-- Generate links to HTML man pages -->
|
||||||
|
(define %refentry-xref-link% #t)
|
||||||
|
|
||||||
(define ($email-footer$)
|
(define ($email-footer$)
|
||||||
(make sequence
|
(make sequence
|
||||||
(make element gi: "p"
|
(make element gi: "p"
|
||||||
|
@ -40,30 +44,6 @@
|
||||||
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
||||||
(literal "doc@FreeBSD.org"))
|
(literal "doc@FreeBSD.org"))
|
||||||
(literal ">.")))))
|
(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$ #!optional (n (current-node)))
|
|
||||||
(let* ((r (select-elements (children n) (normalize "refentrytitle")))
|
|
||||||
(m (select-elements (children n) (normalize "manvolnum")))
|
|
||||||
(v (attribute-string (normalize "vendor") n))
|
|
||||||
(u (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
|
|
||||||
(data r) "&" "sektion=" (data m))))
|
|
||||||
(case v
|
|
||||||
(("xfree86") (string-append u "&" "manpath=XFree86+4.2.0"))
|
|
||||||
(("netbsd") (string-append u "&" "manpath=NetBSD+1.5"))
|
|
||||||
(("ports") (string-append u "&" "manpath=FreeBSD+Ports"))
|
|
||||||
(else u))))
|
|
||||||
]]>
|
]]>
|
||||||
|
|
||||||
<!-- More aesthetically pleasing chapter headers for print output -->
|
<!-- More aesthetically pleasing chapter headers for print output -->
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
<!-- HTML only .................................................... -->
|
<!-- HTML only .................................................... -->
|
||||||
|
|
||||||
<![ %output.html; [
|
<![ %output.html; [
|
||||||
|
|
||||||
|
<!-- Generate links to HTML man pages -->
|
||||||
|
(define %refentry-xref-link% #t)
|
||||||
|
|
||||||
(define ($email-footer$)
|
(define ($email-footer$)
|
||||||
(make sequence
|
(make sequence
|
||||||
(make element gi: "p"
|
(make element gi: "p"
|
||||||
|
@ -45,30 +49,6 @@
|
||||||
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
||||||
(literal "doc@FreeBSD.org"))
|
(literal "doc@FreeBSD.org"))
|
||||||
(literal ">.")))))
|
(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$ #!optional (n (current-node)))
|
|
||||||
(let* ((r (select-elements (children n) (normalize "refentrytitle")))
|
|
||||||
(m (select-elements (children n) (normalize "manvolnum")))
|
|
||||||
(v (attribute-string (normalize "vendor") n))
|
|
||||||
(u (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
|
|
||||||
(data r) "&" "sektion=" (data m))))
|
|
||||||
(case v
|
|
||||||
(("xfree86") (string-append u "&" "manpath=XFree86+4.2.0"))
|
|
||||||
(("netbsd") (string-append u "&" "manpath=NetBSD+1.5"))
|
|
||||||
(("ports") (string-append u "&" "manpath=FreeBSD+Ports"))
|
|
||||||
(else u))))
|
|
||||||
]]>
|
]]>
|
||||||
|
|
||||||
<!-- More aesthetically pleasing chapter headers for print output -->
|
<!-- More aesthetically pleasing chapter headers for print output -->
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
-- ...................................................................... --
|
-- ...................................................................... --
|
||||||
-- FreeBSD SGML Public Identifiers ...................................... --
|
-- FreeBSD SGML Public Identifiers ...................................... --
|
||||||
|
|
||||||
|
-- ...................................................................... --
|
||||||
|
-- Portuguese Brazilian specific ........................................ --
|
||||||
|
|
||||||
-- The FreeBSD Documentation Project
|
-- The FreeBSD Documentation Project
|
||||||
-- The FreeBSD Brazilian Portuguese Documentation Project
|
-- The FreeBSD Brazilian Portuguese Documentation Project
|
||||||
|
@ -25,3 +28,18 @@ PUBLIC "-//FreeBSD//ENTITIES DocBook Translators Entities//PTBR"
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Specific Word Translations Entities//PTBR"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Specific Word Translations Entities//PTBR"
|
||||||
"words.ent"
|
"words.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//PTBR"
|
||||||
|
"bookinfo.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//PTBR"
|
||||||
|
"freebsd.dsl"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//PTBR"
|
||||||
|
"mailing-lists.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//PTBR"
|
||||||
|
"teams.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//PTBR"
|
||||||
|
"translators.ent"
|
||||||
|
|
||||||
|
|
|
@ -29,6 +29,10 @@
|
||||||
<!-- HTML only .................................................... -->
|
<!-- HTML only .................................................... -->
|
||||||
|
|
||||||
<![ %output.html; [
|
<![ %output.html; [
|
||||||
|
|
||||||
|
<!-- Generate links to HTML man pages -->
|
||||||
|
(define %refentry-xref-link% #t)
|
||||||
|
|
||||||
(define ($email-footer$)
|
(define ($email-footer$)
|
||||||
(make sequence
|
(make sequence
|
||||||
(make element gi: "p"
|
(make element gi: "p"
|
||||||
|
@ -56,30 +60,6 @@
|
||||||
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
||||||
(literal "doc@FreeBSD.org"))
|
(literal "doc@FreeBSD.org"))
|
||||||
(literal ">.")))))
|
(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$ #!optional (n (current-node)))
|
|
||||||
(let* ((r (select-elements (children n) (normalize "refentrytitle")))
|
|
||||||
(m (select-elements (children n) (normalize "manvolnum")))
|
|
||||||
(v (attribute-string (normalize "vendor") n))
|
|
||||||
(u (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
|
|
||||||
(data r) "&" "sektion=" (data m))))
|
|
||||||
(case v
|
|
||||||
(("xfree86") (string-append u "&" "manpath=XFree86+4.2.0"))
|
|
||||||
(("netbsd") (string-append u "&" "manpath=NetBSD+1.5"))
|
|
||||||
(("ports") (string-append u "&" "manpath=FreeBSD+Ports"))
|
|
||||||
(else u))))
|
|
||||||
]]>
|
]]>
|
||||||
|
|
||||||
<!-- More aesthetically pleasing chapter headers for print output -->
|
<!-- More aesthetically pleasing chapter headers for print output -->
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
-- ...................................................................... --
|
-- ...................................................................... --
|
||||||
-- FreeBSD SGML Public Identifiers ...................................... --
|
-- FreeBSD SGML Public Identifiers ...................................... --
|
||||||
|
|
||||||
|
-- ...................................................................... --
|
||||||
|
-- Russian specific ...................................................... --
|
||||||
|
|
||||||
-- $FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/sgml/catalog,v 1.2 2001/06/30 12:44:46 phantom Exp $
|
-- $FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/sgml/catalog,v 1.2 2001/06/30 12:44:46 phantom Exp $
|
||||||
-- $FreeBSD$
|
-- $FreeBSD$
|
||||||
|
@ -11,3 +14,6 @@ PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//RU"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//RU"
|
||||||
"mailing-lists.ent"
|
"mailing-lists.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//RU"
|
||||||
|
"bookinfo.ent"
|
||||||
|
|
|
@ -57,93 +57,3 @@ PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"
|
||||||
"../../en_US.ISO8859-1/share/sgml/newsgroups.ent"
|
"../../en_US.ISO8859-1/share/sgml/newsgroups.ent"
|
||||||
|
|
||||||
-- ...................................................................... --
|
|
||||||
-- French specific ...................................................... --
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//FR"
|
|
||||||
"../../fr_FR.ISO8859-1/share/sgml/bookinfo.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES Common Document URL Entities//FR"
|
|
||||||
"../../fr_FR.ISO8859-1/share/sgml/urls.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//FR"
|
|
||||||
"../../fr_FR.ISO8859-1/share/sgml/translators.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Abstract Entities//FR"
|
|
||||||
"../../fr_FR.ISO8859-1/share/sgml/abstract.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook ArtHeader Entities//FR"
|
|
||||||
"../../fr_FR.ISO8859-1/share/sgml/artheader.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//FR"
|
|
||||||
"../../fr_FR.ISO8859-1/share/sgml/mailing-lists.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//FR"
|
|
||||||
"../../fr_FR.ISO8859-1/share/sgml/newsgroups.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//FR"
|
|
||||||
"../../fr_FR.ISO8859-1/share/sgml/teams.ent"
|
|
||||||
|
|
||||||
-- ...................................................................... --
|
|
||||||
-- Russian specific ...................................................... --
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//RU"
|
|
||||||
"../../ru_RU.KOI8-R/share/sgml/bookinfo.ent"
|
|
||||||
|
|
||||||
-- ...................................................................... --
|
|
||||||
-- German specific ...................................................... --
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//DE"
|
|
||||||
"../../de_DE.ISO8859-1/share/sgml/bookinfo.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//DE"
|
|
||||||
"../../de_DE.ISO8859-1/share/sgml/freebsd.dsl"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Language Neutral Stylesheet//DE"
|
|
||||||
"../../de_DE.ISO8859-1/share/sgml/freebsd.dsl"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DE"
|
|
||||||
"../../de_DE.ISO8859-1/share/sgml/translators.ent"
|
|
||||||
|
|
||||||
-- ...................................................................... --
|
|
||||||
-- Portuguese Brazilian specific ........................................ --
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//PTBR"
|
|
||||||
"../../pt_BR.ISO8859-1/share/sgml/bookinfo.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//PTBR"
|
|
||||||
"../../pt_BR.ISO8859-1/share/sgml/freebsd.dsl"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//PTBR"
|
|
||||||
"../../pt_BR.ISO8859-1/share/sgml/mailing-lists.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//PTBR"
|
|
||||||
"../../pt_BR.ISO8859-1/share/sgml/teams.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//PTBR"
|
|
||||||
"../../pt_BR.ISO8859-1/share/sgml/translators.ent"
|
|
||||||
|
|
||||||
-- ...................................................................... --
|
|
||||||
-- Spanish specific ..................................................... --
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//ES"
|
|
||||||
"../../es_ES.ISO8859-1/share/sgml/bookinfo.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//ES"
|
|
||||||
"../../es_ES.ISO8859-1/share/sgml/mailing-lists.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//ES"
|
|
||||||
"../../es_ES.ISO8859-1/share/sgml/freebsd.dsl"
|
|
||||||
|
|
||||||
-- ...................................................................... --
|
|
||||||
-- Italian specific ..................................................... --
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//IT"
|
|
||||||
"../../it_IT.ISO8859-15/share/sgml/bookinfo.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//IT"
|
|
||||||
"../../it_IT.ISO8859-15/share/sgml/freebsd.dsl"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//IT"
|
|
||||||
"../../it_IT.ISO8859-15/share/sgml/translators.ent"
|
|
||||||
|
|
|
@ -182,9 +182,19 @@
|
||||||
;; /REFENTRY
|
;; /REFENTRY
|
||||||
#f)
|
#f)
|
||||||
|
|
||||||
; Empty function to quiet warnings
|
<!-- Specify how to generate the man page link HREF -->
|
||||||
(define ($create-refentry-xref-link$)
|
(define ($create-refentry-xref-link$ #!optional (n (current-node)))
|
||||||
(literal ""))
|
(let* ((r (select-elements (children n) (normalize "refentrytitle")))
|
||||||
|
(m (select-elements (children n) (normalize "manvolnum")))
|
||||||
|
(v (attribute-string (normalize "vendor") n))
|
||||||
|
(u (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
|
||||||
|
(data r) "&" "sektion=" (data m))))
|
||||||
|
(case v
|
||||||
|
(("current") (string-append u "&" "manpath=FreeBSD+5.0-current"))
|
||||||
|
(("xfree86") (string-append u "&" "manpath=XFree86+4.3.0"))
|
||||||
|
(("netbsd") (string-append u "&" "manpath=NetBSD+1.6.1"))
|
||||||
|
(("ports") (string-append u "&" "manpath=FreeBSD+Ports"))
|
||||||
|
(else u))))
|
||||||
|
|
||||||
(element citerefentry
|
(element citerefentry
|
||||||
(let ((href ($create-refentry-xref-link$)))
|
(let ((href ($create-refentry-xref-link$)))
|
||||||
|
@ -214,6 +224,13 @@
|
||||||
;; textobject
|
;; textobject
|
||||||
(define preferred-mediaobject-notations
|
(define preferred-mediaobject-notations
|
||||||
'())
|
'())
|
||||||
|
|
||||||
|
<!-- Convert " ... " to `` ... '' in the HTML output. -->
|
||||||
|
(element quote
|
||||||
|
(make sequence
|
||||||
|
(literal "``")
|
||||||
|
(process-children)
|
||||||
|
(literal "''")))
|
||||||
]]>
|
]]>
|
||||||
|
|
||||||
<!-- HTML with images ............................................ -->
|
<!-- HTML with images ............................................ -->
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/share/sgml/freebsd.dsl,v 1.5 2001/02/20 19:41:41 nik Exp $ -->
|
<!-- $FreeBSD$ -->
|
||||||
|
|
||||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
<!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 freebsd.dsl PUBLIC "-//FreeBSD//DOCUMENT DocBook Language Neutral Stylesheet//EN" CDATA DSSSL>
|
||||||
|
@ -44,14 +44,6 @@
|
||||||
attributes: (list (list "href" "mailto:doc@FreeBSD.org"))
|
attributes: (list (list "href" "mailto:doc@FreeBSD.org"))
|
||||||
(literal "doc@FreeBSD.org"))
|
(literal "doc@FreeBSD.org"))
|
||||||
(literal ">.")))))
|
(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"))))
|
(define %html-header-tags% '(("META" ("HTTP-EQUIV" "Content-Type") ("CONTENT" "text/html; charset=iso-8859-2"))))
|
||||||
|
|
|
@ -13,6 +13,10 @@
|
||||||
<!-- HTML only .................................................... -->
|
<!-- HTML only .................................................... -->
|
||||||
|
|
||||||
<![ %output.html; [
|
<![ %output.html; [
|
||||||
|
|
||||||
|
<!-- Generate links to HTML man pages -->
|
||||||
|
(define %refentry-xref-link% #t)
|
||||||
|
|
||||||
(define ($email-footer$)
|
(define ($email-footer$)
|
||||||
(make sequence
|
(make sequence
|
||||||
(make element gi: "p"
|
(make element gi: "p"
|
||||||
|
@ -40,31 +44,6 @@
|
||||||
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
||||||
(literal "doc@FreeBSD.org"))
|
(literal "doc@FreeBSD.org"))
|
||||||
(literal ">.")))))
|
(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$ #!optional (n (current-node)))
|
|
||||||
(let* ((r (select-elements (children n) (normalize "refentrytitle")))
|
|
||||||
(m (select-elements (children n) (normalize "manvolnum")))
|
|
||||||
(v (attribute-string (normalize "vendor") n))
|
|
||||||
(u (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
|
|
||||||
(data r) "&" "sektion=" (data m))))
|
|
||||||
(case v
|
|
||||||
(("current") (string-append u "&" "manpath=FreeBSD+5.0-current"))
|
|
||||||
(("xfree86") (string-append u "&" "manpath=XFree86+4.2.0"))
|
|
||||||
(("netbsd") (string-append u "&" "manpath=NetBSD+1.5"))
|
|
||||||
(("ports") (string-append u "&" "manpath=FreeBSD+Ports"))
|
|
||||||
(else u))))
|
|
||||||
]]>
|
]]>
|
||||||
|
|
||||||
<!-- More aesthetically pleasing chapter headers for print output -->
|
<!-- More aesthetically pleasing chapter headers for print output -->
|
||||||
|
|
Loading…
Reference in a new issue