diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-31 16:27:49 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-31 16:27:49 +0200 |
commit | 1c1f1b6c0a9012aaf0d3b94275895cb87b5ff695 (patch) | |
tree | 3720cbf8d2a6ae72904cf749264721b5df63dc3a /doc/sbase/dtd | |
parent | 1885aa8ce33e6617d45dbc2f5ee2852bf5f72e88 (diff) | |
download | bird-1c1f1b6c0a9012aaf0d3b94275895cb87b5ff695.tar bird-1c1f1b6c0a9012aaf0d3b94275895cb87b5ff695.zip |
This should be enough from the SGMLtools distribution to make the
SGMLtools happy.
The only symlink you need now is dist/birddoc -> dist/sgmltool. I'm
convinced it could be avoided by renaming the directory instead, but I'd
rather avoid it due to CVS pecularities.
Diffstat (limited to 'doc/sbase/dtd')
-rw-r--r-- | doc/sbase/dtd/common | 98 | ||||
-rw-r--r-- | doc/sbase/dtd/isoent | 63 |
2 files changed, 161 insertions, 0 deletions
diff --git a/doc/sbase/dtd/common b/doc/sbase/dtd/common new file mode 100644 index 0000000..4476d84 --- /dev/null +++ b/doc/sbase/dtd/common @@ -0,0 +1,98 @@ +<!-- This is a DTD, but will be read as -*- sgml -*- --> +<!-- ================================================= --> +<!-- $Id$ + + This is COMMON ENTITY for SGML-Tools. + + The definitions herein are used by both + LINUXDOC97 Strict DTD and SGMLTOOL DTD. + + Initial revision May 16, 1997, by B. Kreimeier + + &Log:$ + + --> +<!-- ================================================= --> +<!-- Revision Comments --> + +<!-- BK/97/05/16: created from linuxdoc97.dtd --> +<!-- BK/97/07/17: Moved <descrip> to linuxdoc97.dtd. --> +<!-- BK/97/05/18: removed quote and code back from + "common", as I want to modify them (caption) --> +<!-- ================================================= --> + + + + + +<!-- ================================================= --> +<!-- TITLE, TITLEPAGE --> +<!-- MDW: hacked, abstract now part of titlepag --> +<!-- ================================================= --> + +<!element titlepag o o (title, author, date?, abstract?)> +<!element title - o (%inline) > + +<!usemap oneline titlepag> + +<!element author - o + (name, (and, name )*)> + +<!element name o o (%inline) > +<!element and - o empty> +<!element date - o (#pcdata) > + + +<!element abstract - o (%inline)> +<!usemap oneline abstract> + +<!element toc - o empty> + +<!-- ================================================= --> +<!-- SECTion - section hierarchy --> +<!-- ================================================= --> + +<!element header - - (lhead, rhead) > +<!element lhead - o (%inline)> +<!element rhead - o (%inline)> + +<!entity % sect "heading, header?, p* " > + +<!element heading o o (%inline)> +<!element sect - o (%sect, sect1*)> +<!element sect1 - o (%sect, sect2*)> +<!element sect2 - o (%sect, sect3*)> +<!element sect3 - o (%sect, sect4*)> +<!element sect4 - o (%sect)> + +<!usemap oneline (sect,sect1,sect2,sect3,sect4)> + +<!-- ================================================= --> +<!-- LIST elements --> +<!-- Group of all list elements, except descrip --> +<!-- ================================================= --> + +<!element itemize - - (item+)> +<!element enum - - (item+)> +<!element item o o ((%inline; | %sectpar;)*, p*) > + +<!usemap global (itemize,enum)> + + + +<!-- ================================================= --> +<!-- P - paragraph, smallest block of text --> +<!-- ================================================= --> + +<!element p o o (( %inline | %sectpar )+) > +<!usemap pmap p> + + + +<!-- ================================================= --> +<!-- end of COMMON ENTITY --> +<!-- + Local Variables: + mode: sgml + End: --> +<!-- ================================================= -->
\ No newline at end of file diff --git a/doc/sbase/dtd/isoent b/doc/sbase/dtd/isoent new file mode 100644 index 0000000..acec982 --- /dev/null +++ b/doc/sbase/dtd/isoent @@ -0,0 +1,63 @@ +<!-- This is a DTD, but will be read as -*- sgml -*- --> +<!-- ================================================= --> +<!-- $Id$ + + This is dtd/isoent for SGML-Tools. + + Initial revision June 23st, 1997, by B. Kreimeier + + $Log$ + Revision 1.1 2000-05-31 14:27:50 mj + This should be enough from the SGMLtools distribution to make the + SGMLtools happy. + + The only symlink you need now is dist/birddoc -> dist/sgmltool. I'm + convinced it could be avoided by renaming the directory instead, but I'd + rather avoid it due to CVS pecularities. + + Revision 1.1 1997/07/09 13:27:16 cg + * Completely new DTD setup by Bernd (BK). + + + --> +<!-- ================================================= --> +<!-- Revision Comments --> +<!-- BK/97/06/22: installed 0.99.12, applied changes + made for new entity mapping. --> +<!-- ================================================= --> + + +<!-- ================================================= --> +<!-- ISO entities --> +<!-- ================================================= --> + + +<!ENTITY % ISOdia PUBLIC + "ISO 8879:1986//ENTITIES Diacritical Marks//EN"> +%ISOdia; + +<!ENTITY % ISOgrk3 PUBLIC + "ISO 8879:1986//ENTITIES Greek Symbols//EN"> +%ISOgrk3; + +<!ENTITY % ISOlat1 PUBLIC + "ISO 8879:1986//ENTITIES Added Latin 1//EN"> +%ISOlat1; + +<!ENTITY % ISOnum PUBLIC + "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN"> +%ISOnum; + +<!ENTITY % ISOpub PUBLIC + "ISO 8879:1986//ENTITIES Publishing//EN"> +%ISOpub; + + + +<!-- ================================================= --> +<!-- end of dtd/isoent --> +<!-- + Local Variables: + mode: sgml + End: --> +<!-- ================================================= -->
\ No newline at end of file |