diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-05-29 19:21:25 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-05-29 19:21:25 +0000 |
commit | c94df498edf3ce9d4cd0d83db7d187fe18649340 (patch) | |
tree | 23a24a2ce4f9696c24c621484d38e705bccf292a /pt_BR.ISO8859-1 | |
parent | 54acab8406fb30a96bd25c4d4baf06876de674e4 (diff) | |
download | doc-c94df498edf3ce9d4cd0d83db7d187fe18649340.tar.gz doc-c94df498edf3ce9d4cd0d83db7d187fe18649340.zip |
- Drop SGML catalogs
- Drop DSSSL stylesheets
- Drop some DSSSL-related comments and Makefile code
Notes
Notes:
svn path=/projects/db5/; revision=41774
Diffstat (limited to 'pt_BR.ISO8859-1')
-rw-r--r-- | pt_BR.ISO8859-1/share/xml/catalog | 2 | ||||
-rw-r--r-- | pt_BR.ISO8859-1/share/xml/freebsd.dsl | 74 |
2 files changed, 0 insertions, 76 deletions
diff --git a/pt_BR.ISO8859-1/share/xml/catalog b/pt_BR.ISO8859-1/share/xml/catalog deleted file mode 100644 index 2422c1740c..0000000000 --- a/pt_BR.ISO8859-1/share/xml/catalog +++ /dev/null @@ -1,2 +0,0 @@ -PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN" - "freebsd.dsl" diff --git a/pt_BR.ISO8859-1/share/xml/freebsd.dsl b/pt_BR.ISO8859-1/share/xml/freebsd.dsl deleted file mode 100644 index 287b6e6eb5..0000000000 --- a/pt_BR.ISO8859-1/share/xml/freebsd.dsl +++ /dev/null @@ -1,74 +0,0 @@ -<!-- - The FreeBSD Documentation Project - The FreeBSD Brazilian Portuguese Documentation Project - - Original revision: r38826 - $FreeBSD$ ---> - -<!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 % output.html "IGNORE"> -<!ENTITY % output.print "IGNORE"> -<!ENTITY % lang.ptbr.dsssl "IGNORE"> -]> - -<style-sheet> - <style-specification use="docbook"> - <style-specification-body> - - <!-- Brazilian Portuguese Localization--> - - (define %default-language% "pt_br") - - <![ %lang.ptbr.dsssl; [ - (define %gentext-language% "pt_br") - ]]> - - <![ %output.html; [ - - (define ($email-footer$) - (make sequence - (make element gi: "p" - attributes: (list (list "align" "center")) - (make element gi: "small" - (literal "Este, e outros documentos, podem ser obtidos em ") - (create-link - (list (list "HREF" "ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/")) - (literal "ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/")) - (literal "."))) - (make element gi: "p" - attributes: (list (list "align" "center")) - (make element gi: "small" - (literal "Para perguntas sobre FreeBSD, leia a ") - (create-link - (list (list "HREF" "http://www.FreeBSD.org/docs.html")) - (literal "documenta\U-00E7;\U-00E3;o")) - (literal " antes de contatar <") - (create-link - (list (list "HREF" "mailto:questions@FreeBSD.org")) - (literal "questions@FreeBSD.org")) - (literal ">.") - (make empty-element gi: "br") - (literal "Para perguntas sobre esta documenta\U-00E7;\U-00E3;o, envie e-mail para <") - (create-link (list (list "HREF" "mailto:doc@FreeBSD.org")) - (literal "doc@FreeBSD.org")) - (literal ">."))))) - (define (local-ptbr-label-title-sep) - (list - (list (normalize "warning") ": ") - (list (normalize "caution") ": ") - (list (normalize "chapter") " ") - (list (normalize "sect1") " ") - (list (normalize "sect2") " ") - (list (normalize "sect3") " ") - (list (normalize "sect4") " ") - (list (normalize "sect5") " ") - )) - ]]> - </style-specification-body> - </style-specification> - - <external-specification id="docbook" document="freebsd.dsl"> -</style-sheet> |