aboutsummaryrefslogtreecommitdiff
path: root/es_ES.ISO_8859-1/share/sgml/freebsd.dsl
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>2001-02-20 19:41:42 +0000
committerNik Clayton <nik@FreeBSD.org>2001-02-20 19:41:42 +0000
commit98ceabd7906d47e7ce52088bcc96d76e05623d88 (patch)
treeb879f73d02f7269c16ef56c73687c1d11e8b353f /es_ES.ISO_8859-1/share/sgml/freebsd.dsl
parent2aa8b87288480ff5d4b07e9a41d930be40b622ce (diff)
downloaddoc-98ceabd7906d47e7ce52088bcc96d76e05623d88.tar.gz
doc-98ceabd7906d47e7ce52088bcc96d76e05623d88.zip
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.
Notes
Notes: svn path=/head/; revision=8809
Diffstat (limited to 'es_ES.ISO_8859-1/share/sgml/freebsd.dsl')
-rw-r--r--es_ES.ISO_8859-1/share/sgml/freebsd.dsl39
1 files changed, 27 insertions, 12 deletions
diff --git a/es_ES.ISO_8859-1/share/sgml/freebsd.dsl b/es_ES.ISO_8859-1/share/sgml/freebsd.dsl
index 899594b4f6..7edc07eaac 100644
--- a/es_ES.ISO_8859-1/share/sgml/freebsd.dsl
+++ b/es_ES.ISO_8859-1/share/sgml/freebsd.dsl
@@ -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>