aboutsummaryrefslogtreecommitdiff
path: root/pt_BR.ISO8859-1/share
diff options
context:
space:
mode:
Diffstat (limited to 'pt_BR.ISO8859-1/share')
-rw-r--r--pt_BR.ISO8859-1/share/sgml/catalog18
-rw-r--r--pt_BR.ISO8859-1/share/sgml/freebsd.dsl28
2 files changed, 22 insertions, 24 deletions
diff --git a/pt_BR.ISO8859-1/share/sgml/catalog b/pt_BR.ISO8859-1/share/sgml/catalog
index 8062c35fd6..d97045738a 100644
--- a/pt_BR.ISO8859-1/share/sgml/catalog
+++ b/pt_BR.ISO8859-1/share/sgml/catalog
@@ -1,5 +1,8 @@
-- ...................................................................... --
-- FreeBSD SGML Public Identifiers ...................................... --
+
+ -- ...................................................................... --
+ -- Portuguese Brazilian specific ........................................ --
-- The FreeBSD 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"
"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"
+
diff --git a/pt_BR.ISO8859-1/share/sgml/freebsd.dsl b/pt_BR.ISO8859-1/share/sgml/freebsd.dsl
index e58d0cd8da..42583fd922 100644
--- a/pt_BR.ISO8859-1/share/sgml/freebsd.dsl
+++ b/pt_BR.ISO8859-1/share/sgml/freebsd.dsl
@@ -29,6 +29,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"
@@ -56,30 +60,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$ #!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 -->