aboutsummaryrefslogtreecommitdiff
path: root/es_ES.ISO8859-1
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2003-05-22 15:03:50 +0000
committerHiroki Sato <hrs@FreeBSD.org>2003-05-22 15:03:50 +0000
commitecd26f86b1c4375fe912750e3e4f0c3d948db2d2 (patch)
treeda5d564e5f91927718fe879fd357eeb5a4608ed9 /es_ES.ISO8859-1
parentb60097d727ee3e39812bfb63b228322346080881 (diff)
Notes
Diffstat (limited to 'es_ES.ISO8859-1')
-rw-r--r--es_ES.ISO8859-1/share/sgml/catalog14
-rw-r--r--es_ES.ISO8859-1/share/sgml/freebsd.dsl20
2 files changed, 17 insertions, 17 deletions
diff --git a/es_ES.ISO8859-1/share/sgml/catalog b/es_ES.ISO8859-1/share/sgml/catalog
index a3628f677f..8468fc3385 100644
--- a/es_ES.ISO8859-1/share/sgml/catalog
+++ b/es_ES.ISO8859-1/share/sgml/catalog
@@ -1,7 +1,10 @@
-- ...................................................................... --
-- 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"
@@ -9,3 +12,12 @@ PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//ES"
"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"
diff --git a/es_ES.ISO8859-1/share/sgml/freebsd.dsl b/es_ES.ISO8859-1/share/sgml/freebsd.dsl
index 92b19e2794..36cd43f8c0 100644
--- a/es_ES.ISO8859-1/share/sgml/freebsd.dsl
+++ b/es_ES.ISO8859-1/share/sgml/freebsd.dsl
@@ -13,6 +13,10 @@
<!-- HTML only .................................................... -->
<![ %output.html; [
+
+ <!-- Generate links to HTML man pages -->
+ (define %refentry-xref-link% #t)
+
(define ($email-footer$)
(make sequence
(make element gi: "p"
@@ -40,22 +44,6 @@
(create-link (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 "''")))
-
- <!-- 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 -->