diff options
Diffstat (limited to 'share')
| -rw-r--r-- | share/sgml/catalog | 4 | ||||
| -rw-r--r-- | share/sgml/freebsd.dsl | 140 | ||||
| -rw-r--r-- | share/sgml/freebsd.dtd | 139 |
3 files changed, 0 insertions, 283 deletions
diff --git a/share/sgml/catalog b/share/sgml/catalog deleted file mode 100644 index a71a6b9665..0000000000 --- a/share/sgml/catalog +++ /dev/null @@ -1,4 +0,0 @@ --- Catalog file for FreeBSD Extended DocBook DTD -- - -PUBLIC "-//FreeBSD//DTD DocBook V3.0-Based Extension//EN" "freebsd.dtd" - diff --git a/share/sgml/freebsd.dsl b/share/sgml/freebsd.dsl deleted file mode 100644 index 7edf5bc11a..0000000000 --- a/share/sgml/freebsd.dsl +++ /dev/null @@ -1,140 +0,0 @@ -<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [ -<!ENTITY % output.html "IGNORE"> -<!ENTITY % output.print "IGNORE"> -<![ %output.html; [ -<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL> -]]> -<![ %output.print; [ -<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" CDATA DSSSL> -]]> -]> - -<style-sheet> - <style-specification use="docbook"> - <style-specification-body> - - <!-- HTML only .................................................... --> - - <![ %output.html; [ - <!-- Configure the stylesheet using documented variables --> - - (define %gentext-nav-use-tables% - ;; Use tables to build the navigation headers and footers? - #t) - - (define %html-ext% - ;; Default extension for HTML output files - ".html") - - (define %shade-verbatim% - ;; Should verbatim environments be shaded? - #f) - - (define %use-id-as-filename% - ;; Use ID attributes as name for component HTML files? - #t) - - (define %root-filename% - ;; Name for the root HTML document - "index") - - (define html-manifest - ;; Write a manifest? - #f) - - <!-- This replaces the existing mechanism for showing verbatim - blocks of text (programlistings, screens, and so forth. - - Norm's stylesheet renders these in a table, with optional - shading if %shade-verbatim% is set. Previous practice for - the LinuxDoc DTD (and John Fieber's stylesheet) was to - indent them using <blockquote>. Stick with previous practice. - - Norm says he will introduce a tweakable knob to affect this - in the future. --> -(define ($verbatim-display$ line-numbers?) - (let ((content (make element gi: "BLOCKQUOTE" - attributes: (list - (list "CLASS" (gi))) - (make element gi: "PRE" - (if line-numbers? - ($verbatim-content-with-linenumbers$) - ($verbatim-content$)))))) - (if %shade-verbatim% - (make element gi: "TABLE" - attributes: ($shade-verbatim-attr$) - (make element gi: "TR" - (make element gi: "TD" - content))) - content))) - ]]> - - <!-- Print only ................................................... --> - <![ %output.print; [ - - ]]> - - <!-- Both sets of stylesheets .................................... --> - - <!-- Slightly deeper customisations --> - - <!-- I want things marked up with 'sgmltag' eg., - - <para>You can use <sgmltag>para</sgmltag> to indicate - paragraphs.</para> - - to automatically have the opening and closing braces inserted, - and it should be in a mono-spaced font. --> - - (element sgmltag ($mono-seq$ - (make sequence - (literal "<") - (process-children) - (literal ">")))) - - <!-- John Fieber's 'instant' translation specification had - '<command>' rendered in a mono-space font, and '<application>' - rendered in bold. - - Norm's stylesheet doesn't do this (although '<command>' is - rendered in bold). - - Configure the stylesheet to behave more like John's. --> - - (element command ($mono-seq$)) - - (element application ($bold-seq$)) - - <!-- Warnings and cautions are put in boxed tables to make them stand - out. The same effect can be better achieved using CSS or similar, - so have them treated the same as <important>, <note>, and <tip> - --> - (element warning ($admonition$)) - (element (warning title) (empty-sosofo)) - (element (warning para) ($admonpara$)) - (element (warning simpara) ($admonpara$)) - (element caution ($admonition$)) - (element (caution title) (empty-sosofo)) - (element (caution para) ($admonpara$)) - (element (caution simpara) ($admonpara$)) - - (define usen-warning-label-title-sep ": ") - (define usen-caution-label-title-sep ": ") - - <!-- Tell the stylesheet about our local customisations --> - - (element hostid ($mono-seq$)) - (element username ($mono-seq$)) - (element devicename ($mono-seq$)) - (element maketarget ($mono-seq$)) - (element makevar ($mono-seq$)) - - <!-- FAQList can wait. I've been drinking, and a brief glance at - /usr/local/share/sgml/docbook/dsssl/modular/html/dblist.dsl is - enough to bring me out in cold, Lisp induced sweats. . . --> - - </style-specification-body> - </style-specification> - - <external-specification id="docbook" document="docbook.dsl"> -</style-sheet> diff --git a/share/sgml/freebsd.dtd b/share/sgml/freebsd.dtd deleted file mode 100644 index 33c3da8e8a..0000000000 --- a/share/sgml/freebsd.dtd +++ /dev/null @@ -1,139 +0,0 @@ -<!-- FreeBSD Documentation Project, Extended DocBook DTD - - This DTD builds upon the DocBook 3.0 DTD. It extends it in order to - add some new elements. - - The comment style and section headings are drawn from the DocBook DTD. - - The FPI for this DTD is "-//FreeBSD//DTD DocBook V3.0-Based Extension//EN" - - $Id: freebsd.dtd,v 1.1 1999-01-25 21:58:59 nik Exp $ ---> - -<!-- ..................................................................... --> -<!-- Parameter entities .................................................. --> - -<!-- These parameter entities have specific meanings, and default to - "IGNORE". The SGML parser is free to redefine them to "INCLUDE" to - cause special processing. --> - -<!ENTITY % output.html "IGNORE"> <!-- HTML output is being generated --> -<!ENTITY % output.print "IGNORE"> <!-- Print output is being generated --> - -<!-- ..................................................................... --> -<!-- Entities for element classes and mixtures ........................... --> - -<!-- Object-level classes ................................................ --> - -<!ENTITY % local.list.class "|FAQList"> - -<!-- Character level classes --> -<!ENTITY % local.tech.char.class "|HostID|Username|Devicename|MakeTarget|MakeVar"> - -<!-- Altered general entities ............................................ - - The HTML 4.0 DTD includes some new ISO entities. Most browsers don't - support them yet. Change the definition of some of these entities to - character strings that the browsers will support. - - This does not apply when generating printed output, so these are - contained within a %output.html; marked section. - - As browser technology improves, these definitions can be removed. --> - -<![ %output.html; [ -<!ENTITY ldquo "``"> -<!ENTITY rdquo "''"> -<!ENTITY mdash "---"> -<!ENTITY ndash "--"> -<!ENTITY hellip "..."> -<!ENTITY dollar "$"> -]]> - -<!-- Pull in the original DTD --> -<!ENTITY % orig-docbook PUBLIC "-//Davenport//DTD DocBook V3.0//EN"> -%orig-docbook; - -<!-- ...................................................................... --> -<!-- Lists ................................................................ --> - -<!ELEMENT FAQList - - (FAQListItem+)> -<!ATTLIST FAQList - -- - Mark: Keyword, e.g., bullet, dash, checkbox, none; - list of keywords and defaults are implementation specific - -- - %mark.attrib; - %common.attrib; -> - -<!-- FAQ Question/Answers ................................................. --> - -<!ELEMENT FAQListItem - O (FAQQuestion, FAQAnswer)> -<!ATTLIST FAQListItem - -- - Override: Indicates the mark to be used for this FAQListItem - instead of the default mark or the mark specified by - the Mark attribute on the enclosing FAQList - -- - Override CDATA #IMPLIED - %common.attrib; -> - -<!ELEMENT FAQQuestion - - ((%component.mix;)+)> -<!ATTLIST FAQQuestion - %common.attrib; -> - -<!ELEMENT FAQAnswer - - ((%component.mix;)+)> -<!ATTLIST FAQAnswer - %common.attrib; -> - - -<!-- ...................................................................... --> -<!-- Inline, link, and ubiquitous elements ................................ --> - -<!-- Technical and computer terms ......................................... --> - -<!ELEMENT HostID - - ((%cptr.char.mix;)+)> -<!ATTLIST HostID - -- - Role: More specific information about this hostname. - If not specified then the default is 'hostname'. - -- - Role (Hostname - |Domainname - |FQDN - |IPAddr - |Netmask - |MAC) #IMPLIED - %common.attrib; -> - -<!ELEMENT Username - - ((%cptr.char.mix;)+)> -<!ATTLIST Username - %common.attrib; -> - -<!ELEMENT Devicename - - ((%cptr.char.mix;)+)> -<!ATTLIST Devicename - %common.attrib; -> - -<!ELEMENT MakeTarget - - ((%cptr.char.mix;)+)> -<!ATTLIST MakeTarget - %common.attrib; -> - -<!ELEMENT MakeVar - - ((%cptr.char.mix;)+)> -<!ATTLIST MakeVar - %common.attrib; -> - -<!-- ...................................................................... --> -<!-- General entities for reuse ........................................... --> - -<!ENTITY prompt.root "<prompt>#</prompt>"> -<!ENTITY prompt.user "<prompt>%</prompt>"> - |
