File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird / doc / sbase / dtd / isoent
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Aug 22 12:33:54 2017 UTC (6 years, 10 months ago) by misho
Branches: bird, MAIN
CVS tags: v1_6_8p3, v1_6_3p0, v1_6_3, HEAD
bird 1.6.3

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

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