Mercurial > hg > xemacs-beta
comparison etc/sgml/webtechs.catalog @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
1 -- catalog: SGML Open style entity catalog for HTML -- | |
2 -- $Id: webtechs.catalog,v 1.1.1.1 1996/12/18 03:43:03 steve Exp $ -- | |
3 -- well that $id is messed up now cos I edited the file! -- | |
4 | |
5 -- ISO latin 1 entity set for HTML -- = | |
6 PUBLIC "-//IETF//ENTITIES Added Latin 1 for HTML//EN" ISOlat1.sgml | |
7 PUBLIC "ISO 8879-1986//ENTITIES Added Latin 1//EN//HTML" ISOlat1.sgml | |
8 | |
9 -- fake HTMLicons reference -- | |
10 PUBLIC "-//IETF//ENTITIES icons for HTML//EN" html-icons.sgml | |
11 | |
12 -- fake HTMLmath reference -- | |
13 PUBLIC "-//IETF//ENTITIES Math and Greek for HTML//EN" html-math.sgml | |
14 | |
15 -- Ways to refer to Level 3.2: most general to most specific -- | |
16 PUBLIC "-//W3C//DTD HTML 3.2//EN" html-3.2.dtd | |
17 | |
18 -- Ways to refer to Level 3: most general to most specific -- | |
19 PUBLIC "-//IETF//DTD HTML//EN//3.0" html-3.dtd | |
20 PUBLIC "-//W3O//DTD W3 HTML 3.0//EN//" html-3.dtd | |
21 PUBLIC "-//W3O//DTD W3 HTML 3.0//EN" html-3.dtd | |
22 PUBLIC "-//IETF//DTD HTML 3.0//EN" html-3.dtd | |
23 PUBLIC "-//IETF//DTD HTML 3.0//EN//" html-3.dtd | |
24 PUBLIC "-//IETF//DTD HTML Level 3//EN" html-3.dtd | |
25 PUBLIC "-//IETF//DTD HTML Level 3//EN//3.0" html-3.dtd | |
26 | |
27 -- Ways to refer to strict Level 3: most general to most specific -- | |
28 PUBLIC "-//IETF//DTD HTML Strict//EN//3.0" html-3s.dtd | |
29 PUBLIC "-//W3O//DTD W3 HTML Strict 3.0//EN//" html-3s.dtd | |
30 PUBLIC "-//IETF//DTD HTML Strict Level 3//EN" html-3s.dtd | |
31 PUBLIC "-//IETF//DTD HTML Strict Level 3//EN//3.0" html-3s.dtd | |
32 | |
33 -- Ways to refer to Level 2: most general to most specific -- | |
34 PUBLIC "HTML" html.dtd | |
35 PUBLIC "-//IETF//DTD HTML//EN" html.dtd | |
36 PUBLIC "-//IETF//DTD HTML//EN//2.0" html.dtd | |
37 PUBLIC "-//IETF//DTD HTML 2.0//EN" html.dtd | |
38 PUBLIC "-//IETF//DTD HTML Level 2//EN" html.dtd | |
39 PUBLIC "-//IETF//DTD HTML Level 2//EN//2.0" html.dtd | |
40 | |
41 -- Ways to refer to Level 1: most general to most specific -- | |
42 PUBLIC "-//IETF//DTD HTML Level 1//EN" html-1.dtd | |
43 PUBLIC "-//IETF//DTD HTML Level 1//EN//2.0" html-1.dtd | |
44 | |
45 -- Ways to refer to Level 0: most general to most specific -- | |
46 PUBLIC "-//IETF//DTD HTML Level 0//EN" html-0.dtd | |
47 PUBLIC "-//IETF//DTD HTML Level 0//EN//2.0" html-0.dtd | |
48 | |
49 -- Ways to refer to Strict Level 2 -- | |
50 PUBLIC "-//IETF//DTD HTML Strict//EN" html-s.dtd | |
51 PUBLIC "-//IETF//DTD HTML Strict//EN//2.0" html-s.dtd | |
52 PUBLIC "-//IETF//DTD HTML Strict Level 2//EN" html-s.dtd | |
53 PUBLIC "-//IETF//DTD HTML Strict Level 2//EN//2.0" html-s.dtd | |
54 | |
55 -- Ways to refer to Strict Level 1 -- | |
56 PUBLIC "-//IETF//DTD HTML Strict Level 1//EN" html-1s.dtd | |
57 PUBLIC "-//IETF//DTD HTML Strict Level 1//EN//2.0" html-1s.dtd | |
58 | |
59 -- Ways to refer to Strict Level 0 -- | |
60 PUBLIC "-//IETF//DTD HTML Strict Level 0//EN" html-0s.dtd | |
61 PUBLIC "-//IETF//DTD HTML Strict Level 0//EN//2.0" html-0s.dtd | |
62 | |
63 -- Ways to refer to Netscape extensions HTML -- | |
64 PUBLIC "-//Netscape Comm. Corp.//DTD HTML//EN" html-mcom.dtd | |
65 PUBLIC "-//WebTechs//DTD Mozilla HTML//EN" html-mcom.dtd | |
66 PUBLIC "-//WebTechs//DTD Mozilla HTML 2.0//EN" html-mcom.dtd | |
67 PUBLIC "-//Netscape Comm. Corp.//DTD Strict HTML//EN" html-mcoms.dtd | |
68 PUBLIC "-//WebTechs//DTD Strict HTML//EN" html-mcoms.dtd | |
69 PUBLIC "-//WebTechs//DTD Strict HTML 2.0//EN" html-mcoms.dtd | |
70 | |
71 -- Ways to refer to Sun Microsystems HotJava extensions -- | |
72 PUBLIC "-//Sun Microsystems Corp.//DTD HotJava HTML//EN" html-hj.dtd | |
73 PUBLIC "-//Sun Microsystems Corp.//DTD HotJava Strict HTML//EN" html-hjs.dtd | |
74 | |
75 -- Ways to refer to PUML -- | |
76 PUBLIC "-//WebTechs//DTD PUML 1.0//EN" puml.dtd | |
77 | |
78 -- Ways to Refer to SoftQuad HTML 2.0 + extensions -- | |
79 PUBLIC "-//SQ//DTD HTML 2.0 HoTMetaL + extensions//EN" SQ.dtd | |
80 | |
81 -- Ways to refer to Microsoft extensions HTML -- | |
82 PUBLIC "-//Microsoft//DTD Internet Explorer 2.0 HTML//EN" iehtml.dtd | |
83 PUBLIC "-//Microsoft//DTD Internet Explorer 2.0 HTML Strict//EN" iehtml-s.dtd | |
84 PUBLIC "-//Microsoft//DTD Internet Explorer 2.0 Tables//EN" ietables.dtd | |
85 | |
86 PUBLIC "-//W3C//DTD HTML 3.2//EN" html-3.2.dtd | |
87 |