Reflect the change in doc/share/sgml/freebsd.dsl to allow multiple
paragraphs in the footer. For the English translation, alter the text to include some additional links to the downloadable documentation. Reflect this change in the translations *if* they have not translated the English text.
This commit is contained in:
parent
2aa8b87288
commit
98ceabd790
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8809
8 changed files with 198 additions and 98 deletions
de_DE.ISO8859-1/share/sgml
de_DE.ISO_8859-1/share/sgml
en_US.ISO8859-1/share/sgml
en_US.ISO_8859-1/share/sgml
es_ES.ISO8859-1/share/sgml
es_ES.ISO_8859-1/share/sgml
fr_FR.ISO8859-1/share/sgml
fr_FR.ISO_8859-1/share/sgml
|
@ -1,5 +1,5 @@
|
|||
<!-- $FreeBSDde: de-docproj/share/sgml/freebsd.dsl,v 1.4 2001/01/06 18:15:53 alex Exp $
|
||||
$FreeBSD: doc/de_DE.ISO_8859-1/share/sgml/freebsd.dsl,v 1.2 2000/09/28 23:29:44 nbm Exp $ -->
|
||||
$FreeBSD: doc/de_DE.ISO_8859-1/share/sgml/freebsd.dsl,v 1.3 2001/01/06 18:16:18 alex 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>
|
||||
|
@ -12,17 +12,20 @@
|
|||
<![ %output.html; [
|
||||
(define ($email-footer$)
|
||||
(make sequence
|
||||
(literal "Wenn Sie Fragen zu FreeBSD haben, schicken Sie eine EMail an <")
|
||||
(make element gi: "a"
|
||||
attributes: (list (list "href" "mailto:de-bsd-questions@de.FreeBSD.org"))
|
||||
(literal "de-bsd-questions@de.FreeBSD.org"))
|
||||
(literal ">.")
|
||||
(make empty-element gi: "br")
|
||||
(literal "Wenn Sie Fragen zu dieser Dokumentation haben, schicken Sie eine Email an <")
|
||||
(make element gi: "a"
|
||||
attributes: (list (list "href" "mailto:de-bsd-translators@de.FreeBSD.org"))
|
||||
(literal "de-bsd-translators@de.FreeBSD.org"))
|
||||
(literal ">.")))
|
||||
(make element gi: "p"
|
||||
attributes: (list (list "align" "center"))
|
||||
(make element gi: "small"
|
||||
(literal "Wenn Sie Fragen zu FreeBSD haben, schicken Sie eine EMail an <")
|
||||
(make element gi: "a"
|
||||
attributes: (list (list "href" "mailto:de-bsd-questions@de.FreeBSD.org"))
|
||||
(literal "de-bsd-questions@de.FreeBSD.org"))
|
||||
(literal ">.")
|
||||
(make empty-element gi: "br")
|
||||
(literal "Wenn Sie Fragen zu dieser Dokumentation haben, schicken Sie eine Email an <")
|
||||
(make element gi: "a"
|
||||
attributes: (list (list "href" "mailto:de-bsd-translators@de.FreeBSD.org"))
|
||||
(literal "de-bsd-translators@de.FreeBSD.org"))
|
||||
(literal ">.")))))
|
||||
]]>
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!-- $FreeBSDde: de-docproj/share/sgml/freebsd.dsl,v 1.4 2001/01/06 18:15:53 alex Exp $
|
||||
$FreeBSD: doc/de_DE.ISO_8859-1/share/sgml/freebsd.dsl,v 1.2 2000/09/28 23:29:44 nbm Exp $ -->
|
||||
$FreeBSD: doc/de_DE.ISO_8859-1/share/sgml/freebsd.dsl,v 1.3 2001/01/06 18:16:18 alex 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>
|
||||
|
@ -12,17 +12,20 @@
|
|||
<![ %output.html; [
|
||||
(define ($email-footer$)
|
||||
(make sequence
|
||||
(literal "Wenn Sie Fragen zu FreeBSD haben, schicken Sie eine EMail an <")
|
||||
(make element gi: "a"
|
||||
attributes: (list (list "href" "mailto:de-bsd-questions@de.FreeBSD.org"))
|
||||
(literal "de-bsd-questions@de.FreeBSD.org"))
|
||||
(literal ">.")
|
||||
(make empty-element gi: "br")
|
||||
(literal "Wenn Sie Fragen zu dieser Dokumentation haben, schicken Sie eine Email an <")
|
||||
(make element gi: "a"
|
||||
attributes: (list (list "href" "mailto:de-bsd-translators@de.FreeBSD.org"))
|
||||
(literal "de-bsd-translators@de.FreeBSD.org"))
|
||||
(literal ">.")))
|
||||
(make element gi: "p"
|
||||
attributes: (list (list "align" "center"))
|
||||
(make element gi: "small"
|
||||
(literal "Wenn Sie Fragen zu FreeBSD haben, schicken Sie eine EMail an <")
|
||||
(make element gi: "a"
|
||||
attributes: (list (list "href" "mailto:de-bsd-questions@de.FreeBSD.org"))
|
||||
(literal "de-bsd-questions@de.FreeBSD.org"))
|
||||
(literal ">.")
|
||||
(make empty-element gi: "br")
|
||||
(literal "Wenn Sie Fragen zu dieser Dokumentation haben, schicken Sie eine Email an <")
|
||||
(make element gi: "a"
|
||||
attributes: (list (list "href" "mailto:de-bsd-translators@de.FreeBSD.org"))
|
||||
(literal "de-bsd-translators@de.FreeBSD.org"))
|
||||
(literal ">.")))))
|
||||
]]>
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/share/sgml/freebsd.dsl,v 1.3 2000/06/08 01:58:59 jim Exp $ -->
|
||||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/share/sgml/freebsd.dsl,v 1.4 2000/09/28 23:29:45 nbm 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>
|
||||
|
@ -13,17 +13,33 @@
|
|||
<![ %output.html; [
|
||||
(define ($email-footer$)
|
||||
(make sequence
|
||||
(literal "For questions about FreeBSD, e-mail <")
|
||||
(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 ">.")))
|
||||
(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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/share/sgml/freebsd.dsl,v 1.3 2000/06/08 01:58:59 jim Exp $ -->
|
||||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/share/sgml/freebsd.dsl,v 1.4 2000/09/28 23:29:45 nbm 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>
|
||||
|
@ -13,17 +13,33 @@
|
|||
<![ %output.html; [
|
||||
(define ($email-footer$)
|
||||
(make sequence
|
||||
(literal "For questions about FreeBSD, e-mail <")
|
||||
(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 ">.")))
|
||||
(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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/es_ES.ISO_8859-1/share/sgml/freebsd.dsl,v 1.1 2000/03/23 09:00:07 nik Exp $ -->
|
||||
<!-- $FreeBSD: doc/es_ES.ISO_8859-1/share/sgml/freebsd.dsl,v 1.2 2000/09/28 23:29:45 nbm 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>
|
||||
|
@ -11,17 +11,32 @@
|
|||
<![ %output.html; [
|
||||
(define ($email-footer$)
|
||||
(make sequence
|
||||
(literal "For questions about FreeBSD, e-mail <")
|
||||
(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 ">.")))
|
||||
(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 ">.")))))
|
||||
]]>
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/es_ES.ISO_8859-1/share/sgml/freebsd.dsl,v 1.1 2000/03/23 09:00:07 nik Exp $ -->
|
||||
<!-- $FreeBSD: doc/es_ES.ISO_8859-1/share/sgml/freebsd.dsl,v 1.2 2000/09/28 23:29:45 nbm 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>
|
||||
|
@ -11,17 +11,32 @@
|
|||
<![ %output.html; [
|
||||
(define ($email-footer$)
|
||||
(make sequence
|
||||
(literal "For questions about FreeBSD, e-mail <")
|
||||
(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 ">.")))
|
||||
(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 ">.")))))
|
||||
]]>
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/fr_FR.ISO_8859-1/share/sgml/freebsd.dsl,v 1.1 2000/03/23 09:00:08 nik Exp $ -->
|
||||
<!-- $FreeBSD: doc/fr_FR.ISO_8859-1/share/sgml/freebsd.dsl,v 1.2 2000/09/28 23:29:46 nbm 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>
|
||||
|
@ -16,19 +16,35 @@
|
|||
(define (gentext-fr-nav-prev prev)
|
||||
(make sequence (literal "Pr\U-00E9;c\U-00E9;dent")))
|
||||
|
||||
(define ($email-footer$)
|
||||
(define ($email-footer$)
|
||||
(make sequence
|
||||
(literal "For questions about FreeBSD, e-mail <")
|
||||
(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 ">.")))
|
||||
(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 ">.")))))
|
||||
|
||||
]]>
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/fr_FR.ISO_8859-1/share/sgml/freebsd.dsl,v 1.1 2000/03/23 09:00:08 nik Exp $ -->
|
||||
<!-- $FreeBSD: doc/fr_FR.ISO_8859-1/share/sgml/freebsd.dsl,v 1.2 2000/09/28 23:29:46 nbm 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>
|
||||
|
@ -16,19 +16,35 @@
|
|||
(define (gentext-fr-nav-prev prev)
|
||||
(make sequence (literal "Pr\U-00E9;c\U-00E9;dent")))
|
||||
|
||||
(define ($email-footer$)
|
||||
(define ($email-footer$)
|
||||
(make sequence
|
||||
(literal "For questions about FreeBSD, e-mail <")
|
||||
(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 ">.")))
|
||||
(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 ">.")))))
|
||||
|
||||
]]>
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
|
Loading…
Reference in a new issue