Annotation of embedaddon/bird/doc/sbase/dtd/isoent, revision 1.1

1.1     ! misho       1: <!-- This is a DTD, but will be read as -*- sgml -*-   -->
        !             2: <!-- ================================================= -->
        !             3: <!-- $Id$ 
        !             4: 
        !             5:      This is dtd/isoent for SGML-Tools.
        !             6: 
        !             7:      Initial revision June 23st, 1997, by B. Kreimeier
        !             8: 
        !             9:      $Log$
        !            10:      Revision 1.1  2000-05-31 14:27:50  mj
        !            11:      This should be enough from the SGMLtools distribution to make the
        !            12:      SGMLtools happy.
        !            13: 
        !            14:      The only symlink you need now is dist/birddoc -> dist/sgmltool. I'm
        !            15:      convinced it could be avoided by renaming the directory instead, but I'd
        !            16:      rather avoid it due to CVS pecularities.
        !            17: 
        !            18:      Revision 1.1  1997/07/09 13:27:16  cg
        !            19:      * Completely new DTD setup by Bernd (BK).
        !            20: 
        !            21: 
        !            22:                                                        -->
        !            23: <!-- ================================================= -->
        !            24: <!-- Revision Comments                                 -->
        !            25: <!-- BK/97/06/22: installed 0.99.12, applied changes
        !            26:      made for new entity mapping.                      -->
        !            27: <!-- ================================================= -->
        !            28: 
        !            29: 
        !            30: <!-- ================================================= -->
        !            31: <!-- ISO entities                                      -->
        !            32: <!-- ================================================= -->
        !            33: 
        !            34: 
        !            35: <!ENTITY % ISOdia PUBLIC
        !            36:   "ISO 8879:1986//ENTITIES Diacritical Marks//EN">
        !            37: %ISOdia;
        !            38: 
        !            39: <!ENTITY % ISOgrk3 PUBLIC
        !            40:   "ISO 8879:1986//ENTITIES Greek Symbols//EN">
        !            41: %ISOgrk3;
        !            42: 
        !            43: <!ENTITY % ISOlat1 PUBLIC
        !            44:   "ISO 8879:1986//ENTITIES Added Latin 1//EN">
        !            45: %ISOlat1;
        !            46: 
        !            47: <!ENTITY % ISOnum PUBLIC
        !            48:   "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN">
        !            49: %ISOnum;
        !            50: 
        !            51: <!ENTITY % ISOpub PUBLIC
        !            52:   "ISO 8879:1986//ENTITIES Publishing//EN">
        !            53: %ISOpub;
        !            54: 
        !            55: 
        !            56: 
        !            57: <!-- ================================================= -->
        !            58: <!-- end of dtd/isoent                                 -->
        !            59: <!--
        !            60:      Local Variables:
        !            61:      mode: sgml
        !            62:      End:                                              -->
        !            63: <!-- ================================================= -->

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