Annotation of embedaddon/bird/doc/sbase/dtd/catalog, revision 1.1.1.1

1.1       misho       1: -- This is a DTD, but will be read as -*- sgml -*-   --
                      2: -- ================================================= --
                      3: -- $Id$ 
                      4: 
                      5:    This is dtd/catalog for SGML-Tools.
                      6: 
                      7:    Initial revision June 23st, 1997, by B. Kreimeier
                      8: 
                      9:    $Log$
                     10:    Revision 1.1  2000-05-29 12:05:22  mj
                     11:    Renamed the DTD from linuxdoc to birddoc.
                     12: 
                     13:    Pavel, please check whether it builds in your environment as well.
                     14: 
                     15:    Revision 1.7  1998/10/13 12:12:09  cg
                     16:    * Clean up catalog file. (CdG)
                     17: 
                     18:    Revision 1.6  1998/03/09 21:10:14  cg
                     19:    * Removed sgmltool.dtd. (CdG)
                     20: 
                     21:    Revision 1.5  1998/01/08 19:59:54  cg
                     22:    * Add empty line, it gave problems. (CdG)
                     23: 
                     24:    Revision 1.4  1997/12/09 20:56:15  cg
                     25:    * Added html32.dtd (with a modified reference to ISOent) and updated
                     26:      catalog accordingly. You can now do sgmlcheck on HTML files. (CdG)
                     27: 
                     28:    Revision 1.3  1997/07/09 13:27:12  cg
                     29:    * Completely new DTD setup by Bernd (BK).
                     30: 
                     31: 
                     32:                                                        --
                     33: -- ================================================= --
                     34: -- Revision Comments                                 --
                     35: 
                     36: -- BK/97/06/23: added a header, changed for 0.99.12  --
                     37: -- ================================================= --
                     38: 
                     39: DOCTYPE "BIRDDOC"    "birddoc.dtd"
                     40: 
                     41: -- Linuxdoc96.dtd, frozen orignal Linuxdoc DTD --
                     42: DOCTYPE "LINUXDOC"    "linuxdoc.dtd"
                     43: PUBLIC "-//LinuxDoc//DTD LinuxDoc 96//EN" linuxdoc96.dtd
                     44: 
                     45: -- Linuxdoc97 Strict DTD --
                     46: PUBLIC "-//LinuxDoc//DTD LinuxDoc 97//EN" linuxdoc97.dtd
                     47: 
                     48: -- outdated and shared entities --
                     49: ENTITY %common            "common"
                     50: ENTITY %isoent            "isoent"
                     51: 
                     52: ENTITY %deprec96          "deprec96"
                     53: 
                     54: 
                     55: -- for development and debug, internal use only --
                     56: DOCTYPE "QWERTZ"      "qwertz.dtd"
                     57: DOCTYPE "TEST"        "test.dtd"
                     58: 
                     59: -- for SGML validation --
                     60: DOCTYPE "HTML"        "html32.dtd"
                     61: PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" html32.dtd
                     62: 
                     63: -- obsolete --
                     64: ENTITY %general           "general"
                     65: 
                     66: 
                     67: -- ================================================= --
                     68: -- end of dtd/catalog                                --
                     69: --
                     70:    Local Variables:
                     71:    mode: sgml
                     72:    End:                                              --
                     73: -- ================================================= --
                     74: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>