cacofonix-dtds 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +11 -0
  3. data/.rspec +3 -0
  4. data/.travis.yml +7 -0
  5. data/CHANGELOG.md +10 -0
  6. data/CODE_OF_CONDUCT.md +74 -0
  7. data/Gemfile +4 -0
  8. data/Gemfile.lock +35 -0
  9. data/LICENSE.txt +21 -0
  10. data/README.md +70 -0
  11. data/Rakefile +6 -0
  12. data/bin/console +14 -0
  13. data/bin/setup +8 -0
  14. data/cacofonix-dtds.gemspec +34 -0
  15. data/data/2.0/onix-international.dtd +625 -0
  16. data/data/2.0/onix-international.elt +3267 -0
  17. data/data/2.0/xhtml-lat1.ent +196 -0
  18. data/data/2.0/xhtml-special.ent +79 -0
  19. data/data/2.0/xhtml-symbol.ent +242 -0
  20. data/data/2.1r1/iso-amsa.ent +173 -0
  21. data/data/2.1r1/iso-amsb.ent +146 -0
  22. data/data/2.1r1/iso-amsc.ent +49 -0
  23. data/data/2.1r1/iso-amsn.ent +117 -0
  24. data/data/2.1r1/iso-amso.ent +77 -0
  25. data/data/2.1r1/iso-amsr.ent +205 -0
  26. data/data/2.1r1/iso-box.ent +67 -0
  27. data/data/2.1r1/iso-cyr1.ent +94 -0
  28. data/data/2.1r1/iso-cyr2.ent +53 -0
  29. data/data/2.1r1/iso-dia.ent +41 -0
  30. data/data/2.1r1/iso-grk3.ent +70 -0
  31. data/data/2.1r1/iso-lat1.ent +89 -0
  32. data/data/2.1r1/iso-lat2.ent +148 -0
  33. data/data/2.1r1/iso-mfrk.ent +79 -0
  34. data/data/2.1r1/iso-mopf.ent +53 -0
  35. data/data/2.1r1/iso-mscr.ent +79 -0
  36. data/data/2.1r1/iso-num.ent +103 -0
  37. data/data/2.1r1/iso-pub.ent +110 -0
  38. data/data/2.1r1/iso-tech.ent +183 -0
  39. data/data/2.1r1/onix-international.dtd +953 -0
  40. data/data/2.1r1/onix-xhtml.elt +672 -0
  41. data/data/2.1r1/reference.elt +4504 -0
  42. data/data/2.1r1/xhtml-special.ent +79 -0
  43. data/data/2.1r1/xhtml-symbol.ent +242 -0
  44. data/data/2.1r2/iso-amsa.ent +173 -0
  45. data/data/2.1r2/iso-amsb.ent +146 -0
  46. data/data/2.1r2/iso-amsc.ent +49 -0
  47. data/data/2.1r2/iso-amsn.ent +117 -0
  48. data/data/2.1r2/iso-amso.ent +77 -0
  49. data/data/2.1r2/iso-amsr.ent +205 -0
  50. data/data/2.1r2/iso-box.ent +67 -0
  51. data/data/2.1r2/iso-cyr1.ent +94 -0
  52. data/data/2.1r2/iso-cyr2.ent +53 -0
  53. data/data/2.1r2/iso-dia.ent +41 -0
  54. data/data/2.1r2/iso-grk3.ent +70 -0
  55. data/data/2.1r2/iso-lat1.ent +89 -0
  56. data/data/2.1r2/iso-lat2.ent +148 -0
  57. data/data/2.1r2/iso-mfrk.ent +79 -0
  58. data/data/2.1r2/iso-mopf.ent +53 -0
  59. data/data/2.1r2/iso-mscr.ent +79 -0
  60. data/data/2.1r2/iso-num.ent +103 -0
  61. data/data/2.1r2/iso-pub.ent +110 -0
  62. data/data/2.1r2/iso-tech.ent +183 -0
  63. data/data/2.1r2/onix-international.dtd +987 -0
  64. data/data/2.1r2/onix-xhtml.elt +672 -0
  65. data/data/2.1r2/reference.elt +4664 -0
  66. data/data/2.1r2/xhtml-special.ent +79 -0
  67. data/data/2.1r2/xhtml-symbol.ent +242 -0
  68. data/data/2.1r3/reference/iso-amsa.ent +173 -0
  69. data/data/2.1r3/reference/iso-amsb.ent +146 -0
  70. data/data/2.1r3/reference/iso-amsc.ent +49 -0
  71. data/data/2.1r3/reference/iso-amsn.ent +117 -0
  72. data/data/2.1r3/reference/iso-amso.ent +77 -0
  73. data/data/2.1r3/reference/iso-amsr.ent +205 -0
  74. data/data/2.1r3/reference/iso-box.ent +67 -0
  75. data/data/2.1r3/reference/iso-cyr1.ent +94 -0
  76. data/data/2.1r3/reference/iso-cyr2.ent +53 -0
  77. data/data/2.1r3/reference/iso-dia.ent +41 -0
  78. data/data/2.1r3/reference/iso-grk3.ent +70 -0
  79. data/data/2.1r3/reference/iso-lat1.ent +89 -0
  80. data/data/2.1r3/reference/iso-lat2.ent +148 -0
  81. data/data/2.1r3/reference/iso-mfrk.ent +79 -0
  82. data/data/2.1r3/reference/iso-mopf.ent +53 -0
  83. data/data/2.1r3/reference/iso-mscr.ent +79 -0
  84. data/data/2.1r3/reference/iso-num.ent +103 -0
  85. data/data/2.1r3/reference/iso-num.old.ent +103 -0
  86. data/data/2.1r3/reference/iso-pub.ent +110 -0
  87. data/data/2.1r3/reference/iso-tech.ent +183 -0
  88. data/data/2.1r3/reference/onix-international.dtd +1012 -0
  89. data/data/2.1r3/reference/onix-xhtml.elt +672 -0
  90. data/data/2.1r3/reference/reference.elt +4758 -0
  91. data/data/2.1r3/reference/xhtml-special.ent +79 -0
  92. data/data/2.1r3/reference/xhtml-symbol.ent +242 -0
  93. data/data/2.1r3/short/iso-amsa.ent +173 -0
  94. data/data/2.1r3/short/iso-amsb.ent +146 -0
  95. data/data/2.1r3/short/iso-amsc.ent +49 -0
  96. data/data/2.1r3/short/iso-amsn.ent +117 -0
  97. data/data/2.1r3/short/iso-amso.ent +77 -0
  98. data/data/2.1r3/short/iso-amsr.ent +205 -0
  99. data/data/2.1r3/short/iso-box.ent +67 -0
  100. data/data/2.1r3/short/iso-cyr1.ent +94 -0
  101. data/data/2.1r3/short/iso-cyr2.ent +53 -0
  102. data/data/2.1r3/short/iso-dia.ent +41 -0
  103. data/data/2.1r3/short/iso-grk3.ent +70 -0
  104. data/data/2.1r3/short/iso-lat1.ent +89 -0
  105. data/data/2.1r3/short/iso-lat2.ent +148 -0
  106. data/data/2.1r3/short/iso-mfrk.ent +79 -0
  107. data/data/2.1r3/short/iso-mopf.ent +53 -0
  108. data/data/2.1r3/short/iso-mscr.ent +79 -0
  109. data/data/2.1r3/short/iso-num.ent +103 -0
  110. data/data/2.1r3/short/iso-num.old.ent +103 -0
  111. data/data/2.1r3/short/iso-pub.ent +110 -0
  112. data/data/2.1r3/short/iso-tech.ent +183 -0
  113. data/data/2.1r3/short/onix-international.dtd +1013 -0
  114. data/data/2.1r3/short/onix-xhtml.elt +672 -0
  115. data/data/2.1r3/short/short.elt +4758 -0
  116. data/data/2.1r3/short/xhtml-special.ent +79 -0
  117. data/data/2.1r3/short/xhtml-symbol.ent +242 -0
  118. data/data/2.1r4/reference/iso-amsa.ent +173 -0
  119. data/data/2.1r4/reference/iso-amsb.ent +146 -0
  120. data/data/2.1r4/reference/iso-amsc.ent +49 -0
  121. data/data/2.1r4/reference/iso-amsn.ent +117 -0
  122. data/data/2.1r4/reference/iso-amso.ent +77 -0
  123. data/data/2.1r4/reference/iso-amsr.ent +205 -0
  124. data/data/2.1r4/reference/iso-box.ent +67 -0
  125. data/data/2.1r4/reference/iso-cyr1.ent +94 -0
  126. data/data/2.1r4/reference/iso-cyr2.ent +53 -0
  127. data/data/2.1r4/reference/iso-dia.ent +41 -0
  128. data/data/2.1r4/reference/iso-grk3.ent +70 -0
  129. data/data/2.1r4/reference/iso-lat1.ent +89 -0
  130. data/data/2.1r4/reference/iso-lat2.ent +148 -0
  131. data/data/2.1r4/reference/iso-mfrk.ent +79 -0
  132. data/data/2.1r4/reference/iso-mopf.ent +53 -0
  133. data/data/2.1r4/reference/iso-mscr.ent +79 -0
  134. data/data/2.1r4/reference/iso-num.ent +103 -0
  135. data/data/2.1r4/reference/iso-num.old.ent +103 -0
  136. data/data/2.1r4/reference/iso-pub.ent +110 -0
  137. data/data/2.1r4/reference/iso-tech.ent +183 -0
  138. data/data/2.1r4/reference/onix-international.dtd +1024 -0
  139. data/data/2.1r4/reference/onix-xhtml.elt +699 -0
  140. data/data/2.1r4/reference/reference.elt +4801 -0
  141. data/data/2.1r4/reference/xhtml-special.ent +79 -0
  142. data/data/2.1r4/reference/xhtml-symbol.ent +242 -0
  143. data/data/2.1r4/short/iso-amsa.ent +173 -0
  144. data/data/2.1r4/short/iso-amsb.ent +146 -0
  145. data/data/2.1r4/short/iso-amsc.ent +49 -0
  146. data/data/2.1r4/short/iso-amsn.ent +117 -0
  147. data/data/2.1r4/short/iso-amso.ent +77 -0
  148. data/data/2.1r4/short/iso-amsr.ent +205 -0
  149. data/data/2.1r4/short/iso-box.ent +67 -0
  150. data/data/2.1r4/short/iso-cyr1.ent +94 -0
  151. data/data/2.1r4/short/iso-cyr2.ent +53 -0
  152. data/data/2.1r4/short/iso-dia.ent +41 -0
  153. data/data/2.1r4/short/iso-grk3.ent +70 -0
  154. data/data/2.1r4/short/iso-lat1.ent +89 -0
  155. data/data/2.1r4/short/iso-lat2.ent +148 -0
  156. data/data/2.1r4/short/iso-mfrk.ent +79 -0
  157. data/data/2.1r4/short/iso-mopf.ent +53 -0
  158. data/data/2.1r4/short/iso-mscr.ent +79 -0
  159. data/data/2.1r4/short/iso-num.ent +103 -0
  160. data/data/2.1r4/short/iso-num.old.ent +103 -0
  161. data/data/2.1r4/short/iso-pub.ent +110 -0
  162. data/data/2.1r4/short/iso-tech.ent +183 -0
  163. data/data/2.1r4/short/onix-international.dtd +1025 -0
  164. data/data/2.1r4/short/onix-xhtml.elt +699 -0
  165. data/data/2.1r4/short/short.elt +4801 -0
  166. data/data/2.1r4/short/xhtml-special.ent +79 -0
  167. data/data/2.1r4/short/xhtml-symbol.ent +242 -0
  168. data/data/catalog.xml +25 -0
  169. data/lib/cacofonix-dtds.rb +3 -0
  170. data/lib/cacofonix/dtds.rb +25 -0
  171. data/lib/cacofonix/dtds/version.rb +7 -0
  172. metadata +258 -0
@@ -0,0 +1,79 @@
1
+ <!-- Special characters for HTML -->
2
+
3
+ <!-- Character entity set. Typical invocation:
4
+ <!ENTITY % HTMLspecial PUBLIC
5
+ "-//W3C//ENTITIES Special for XHTML//EN"
6
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent">
7
+ %HTMLspecial;
8
+ -->
9
+
10
+ <!-- Portions (C) International Organization for Standardization 1986:
11
+ Permission to copy in any form is granted for use with
12
+ conforming SGML systems and applications as defined in
13
+ ISO 8879, provided this notice is included in all copies.
14
+ -->
15
+
16
+ <!-- Relevant ISO entity set is given unless names are newly introduced.
17
+ New names (i.e., not in ISO 8879 list) do not clash with any
18
+ existing ISO 8879 entity names. ISO 10646 character numbers
19
+ are given for each character, in hex. values are decimal
20
+ conversions of the ISO 10646 values and refer to the document
21
+ character set. Names are Unicode names.
22
+ -->
23
+
24
+ <!-- C0 Controls and Basic Latin -->
25
+ <!ENTITY quot "&#34;"> <!-- quotation mark = APL quote,
26
+ U+0022 ISOnum -->
27
+ <!ENTITY amp "&#38;#38;"> <!-- ampersand, U+0026 ISOnum -->
28
+ <!ENTITY lt "&#38;#60;"> <!-- less-than sign, U+003C ISOnum -->
29
+ <!ENTITY gt "&#62;"> <!-- greater-than sign, U+003E ISOnum -->
30
+ <!ENTITY apos "&#39;"> <!-- apostrophe mark, U+0027 ISOnum -->
31
+
32
+ <!-- Latin Extended-A -->
33
+ <!ENTITY OElig "&#338;"> <!-- latin capital ligature OE,
34
+ U+0152 ISOlat2 -->
35
+ <!ENTITY oelig "&#339;"> <!-- latin small ligature oe, U+0153 ISOlat2 -->
36
+ <!-- ligature is a misnomer, this is a separate character in some languages -->
37
+ <!ENTITY Scaron "&#352;"> <!-- latin capital letter S with caron,
38
+ U+0160 ISOlat2 -->
39
+ <!ENTITY scaron "&#353;"> <!-- latin small letter s with caron,
40
+ U+0161 ISOlat2 -->
41
+ <!ENTITY Yuml "&#376;"> <!-- latin capital letter Y with diaeresis,
42
+ U+0178 ISOlat2 -->
43
+
44
+ <!-- Spacing Modifier Letters -->
45
+ <!ENTITY circ "&#710;"> <!-- modifier letter circumflex accent,
46
+ U+02C6 ISOpub -->
47
+ <!ENTITY tilde "&#732;"> <!-- small tilde, U+02DC ISOdia -->
48
+
49
+ <!-- General Punctuation -->
50
+ <!ENTITY ensp "&#8194;"> <!-- en space, U+2002 ISOpub -->
51
+ <!ENTITY emsp "&#8195;"> <!-- em space, U+2003 ISOpub -->
52
+ <!ENTITY thinsp "&#8201;"> <!-- thin space, U+2009 ISOpub -->
53
+ <!ENTITY zwnj "&#8204;"> <!-- zero width non-joiner,
54
+ U+200C NEW RFC 2070 -->
55
+ <!ENTITY zwj "&#8205;"> <!-- zero width joiner, U+200D NEW RFC 2070 -->
56
+ <!ENTITY lrm "&#8206;"> <!-- left-to-right mark, U+200E NEW RFC 2070 -->
57
+ <!ENTITY rlm "&#8207;"> <!-- right-to-left mark, U+200F NEW RFC 2070 -->
58
+ <!ENTITY ndash "&#8211;"> <!-- en dash, U+2013 ISOpub -->
59
+ <!ENTITY mdash "&#8212;"> <!-- em dash, U+2014 ISOpub -->
60
+ <!ENTITY lsquo "&#8216;"> <!-- left single quotation mark,
61
+ U+2018 ISOnum -->
62
+ <!ENTITY rsquo "&#8217;"> <!-- right single quotation mark,
63
+ U+2019 ISOnum -->
64
+ <!ENTITY sbquo "&#8218;"> <!-- single low-9 quotation mark, U+201A NEW -->
65
+ <!ENTITY ldquo "&#8220;"> <!-- left double quotation mark,
66
+ U+201C ISOnum -->
67
+ <!ENTITY rdquo "&#8221;"> <!-- right double quotation mark,
68
+ U+201D ISOnum -->
69
+ <!ENTITY bdquo "&#8222;"> <!-- double low-9 quotation mark, U+201E NEW -->
70
+ <!ENTITY dagger "&#8224;"> <!-- dagger, U+2020 ISOpub -->
71
+ <!ENTITY Dagger "&#8225;"> <!-- double dagger, U+2021 ISOpub -->
72
+ <!ENTITY permil "&#8240;"> <!-- per mille sign, U+2030 ISOtech -->
73
+ <!ENTITY lsaquo "&#8249;"> <!-- single left-pointing angle quotation mark,
74
+ U+2039 ISO proposed -->
75
+ <!-- lsaquo is proposed but not yet ISO standardized -->
76
+ <!ENTITY rsaquo "&#8250;"> <!-- single right-pointing angle quotation mark,
77
+ U+203A ISO proposed -->
78
+ <!-- rsaquo is proposed but not yet ISO standardized -->
79
+ <!ENTITY euro "&#8364;"> <!-- euro sign, U+20AC NEW -->
@@ -0,0 +1,242 @@
1
+ <!-- Mathematical, Greek and Symbolic characters for HTML -->
2
+
3
+ <!-- Character entity set. Typical invocation:
4
+ <!ENTITY % HTMLsymbol PUBLIC
5
+ "-//W3C//ENTITIES Symbols for XHTML//EN"
6
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent">
7
+ %HTMLsymbol;
8
+ -->
9
+
10
+ <!-- Portions (C) International Organization for Standardization 1986:
11
+ Permission to copy in any form is granted for use with
12
+ conforming SGML systems and applications as defined in
13
+ ISO 8879, provided this notice is included in all copies.
14
+ -->
15
+
16
+ <!-- Relevant ISO entity set is given unless names are newly introduced.
17
+ New names (i.e., not in ISO 8879 list) do not clash with any
18
+ existing ISO 8879 entity names. ISO 10646 character numbers
19
+ are given for each character, in hex. values are decimal
20
+ conversions of the ISO 10646 values and refer to the document
21
+ character set. Names are Unicode names.
22
+ -->
23
+
24
+ <!-- Latin Extended-B -->
25
+ <!ENTITY fnof "&#402;"> <!-- latin small f with hook = function
26
+ = florin, U+0192 ISOtech -->
27
+
28
+ <!-- Greek -->
29
+ <!ENTITY Alpha "&#913;"> <!-- greek capital letter alpha, U+0391 -->
30
+ <!ENTITY Beta "&#914;"> <!-- greek capital letter beta, U+0392 -->
31
+ <!ENTITY Gamma "&#915;"> <!-- greek capital letter gamma,
32
+ U+0393 ISOgrk3 -->
33
+ <!ENTITY Delta "&#916;"> <!-- greek capital letter delta,
34
+ U+0394 ISOgrk3 -->
35
+ <!ENTITY Epsilon "&#917;"> <!-- greek capital letter epsilon, U+0395 -->
36
+ <!ENTITY Zeta "&#918;"> <!-- greek capital letter zeta, U+0396 -->
37
+ <!ENTITY Eta "&#919;"> <!-- greek capital letter eta, U+0397 -->
38
+ <!ENTITY Theta "&#920;"> <!-- greek capital letter theta,
39
+ U+0398 ISOgrk3 -->
40
+ <!ENTITY Iota "&#921;"> <!-- greek capital letter iota, U+0399 -->
41
+ <!ENTITY Kappa "&#922;"> <!-- greek capital letter kappa, U+039A -->
42
+ <!ENTITY Lambda "&#923;"> <!-- greek capital letter lambda,
43
+ U+039B ISOgrk3 -->
44
+ <!ENTITY Mu "&#924;"> <!-- greek capital letter mu, U+039C -->
45
+ <!ENTITY Nu "&#925;"> <!-- greek capital letter nu, U+039D -->
46
+ <!ENTITY Xi "&#926;"> <!-- greek capital letter xi, U+039E ISOgrk3 -->
47
+ <!ENTITY Omicron "&#927;"> <!-- greek capital letter omicron, U+039F -->
48
+ <!ENTITY Pi "&#928;"> <!-- greek capital letter pi, U+03A0 ISOgrk3 -->
49
+ <!ENTITY Rho "&#929;"> <!-- greek capital letter rho, U+03A1 -->
50
+ <!-- there is no Sigmaf, and no U+03A2 character either -->
51
+ <!ENTITY Sigma "&#931;"> <!-- greek capital letter sigma,
52
+ U+03A3 ISOgrk3 -->
53
+ <!ENTITY Tau "&#932;"> <!-- greek capital letter tau, U+03A4 -->
54
+ <!ENTITY Upsilon "&#933;"> <!-- greek capital letter upsilon,
55
+ U+03A5 ISOgrk3 -->
56
+ <!ENTITY Phi "&#934;"> <!-- greek capital letter phi,
57
+ U+03A6 ISOgrk3 -->
58
+ <!ENTITY Chi "&#935;"> <!-- greek capital letter chi, U+03A7 -->
59
+ <!ENTITY Psi "&#936;"> <!-- greek capital letter psi,
60
+ U+03A8 ISOgrk3 -->
61
+ <!ENTITY Omega "&#937;"> <!-- greek capital letter omega,
62
+ U+03A9 ISOgrk3 -->
63
+
64
+ <!ENTITY alpha "&#945;"> <!-- greek small letter alpha,
65
+ U+03B1 ISOgrk3 -->
66
+ <!ENTITY beta "&#946;"> <!-- greek small letter beta, U+03B2 ISOgrk3 -->
67
+ <!ENTITY gamma "&#947;"> <!-- greek small letter gamma,
68
+ U+03B3 ISOgrk3 -->
69
+ <!ENTITY delta "&#948;"> <!-- greek small letter delta,
70
+ U+03B4 ISOgrk3 -->
71
+ <!ENTITY epsilon "&#949;"> <!-- greek small letter epsilon,
72
+ U+03B5 ISOgrk3 -->
73
+ <!ENTITY zeta "&#950;"> <!-- greek small letter zeta, U+03B6 ISOgrk3 -->
74
+ <!ENTITY eta "&#951;"> <!-- greek small letter eta, U+03B7 ISOgrk3 -->
75
+ <!ENTITY theta "&#952;"> <!-- greek small letter theta,
76
+ U+03B8 ISOgrk3 -->
77
+ <!ENTITY iota "&#953;"> <!-- greek small letter iota, U+03B9 ISOgrk3 -->
78
+ <!ENTITY kappa "&#954;"> <!-- greek small letter kappa,
79
+ U+03BA ISOgrk3 -->
80
+ <!ENTITY lambda "&#955;"> <!-- greek small letter lambda,
81
+ U+03BB ISOgrk3 -->
82
+ <!ENTITY mu "&#956;"> <!-- greek small letter mu, U+03BC ISOgrk3 -->
83
+ <!ENTITY nu "&#957;"> <!-- greek small letter nu, U+03BD ISOgrk3 -->
84
+ <!ENTITY xi "&#958;"> <!-- greek small letter xi, U+03BE ISOgrk3 -->
85
+ <!ENTITY omicron "&#959;"> <!-- greek small letter omicron, U+03BF NEW -->
86
+ <!ENTITY pi "&#960;"> <!-- greek small letter pi, U+03C0 ISOgrk3 -->
87
+ <!ENTITY rho "&#961;"> <!-- greek small letter rho, U+03C1 ISOgrk3 -->
88
+ <!ENTITY sigmaf "&#962;"> <!-- greek small letter final sigma,
89
+ U+03C2 ISOgrk3 -->
90
+ <!ENTITY sigma "&#963;"> <!-- greek small letter sigma,
91
+ U+03C3 ISOgrk3 -->
92
+ <!ENTITY tau "&#964;"> <!-- greek small letter tau, U+03C4 ISOgrk3 -->
93
+ <!ENTITY upsilon "&#965;"> <!-- greek small letter upsilon,
94
+ U+03C5 ISOgrk3 -->
95
+ <!ENTITY phi "&#966;"> <!-- greek small letter phi, U+03C6 ISOgrk3 -->
96
+ <!ENTITY chi "&#967;"> <!-- greek small letter chi, U+03C7 ISOgrk3 -->
97
+ <!ENTITY psi "&#968;"> <!-- greek small letter psi, U+03C8 ISOgrk3 -->
98
+ <!ENTITY omega "&#969;"> <!-- greek small letter omega,
99
+ U+03C9 ISOgrk3 -->
100
+ <!ENTITY thetasym "&#977;"> <!-- greek small letter theta symbol,
101
+ U+03D1 NEW -->
102
+ <!ENTITY upsih "&#978;"> <!-- greek upsilon with hook symbol,
103
+ U+03D2 NEW -->
104
+ <!ENTITY piv "&#982;"> <!-- greek pi symbol, U+03D6 ISOgrk3 -->
105
+
106
+ <!-- General Punctuation -->
107
+ <!ENTITY bull "&#8226;"> <!-- bullet = black small circle,
108
+ U+2022 ISOpub -->
109
+ <!-- bullet is NOT the same as bullet operator, U+2219 -->
110
+ <!ENTITY hellip "&#8230;"> <!-- horizontal ellipsis = three dot leader,
111
+ U+2026 ISOpub -->
112
+ <!ENTITY prime "&#8242;"> <!-- prime = minutes = feet, U+2032 ISOtech -->
113
+ <!ENTITY Prime "&#8243;"> <!-- double prime = seconds = inches,
114
+ U+2033 ISOtech -->
115
+ <!ENTITY oline "&#8254;"> <!-- overline = spacing overscore,
116
+ U+203E NEW -->
117
+ <!ENTITY frasl "&#8260;"> <!-- fraction slash, U+2044 NEW -->
118
+
119
+ <!-- Letterlike Symbols -->
120
+ <!ENTITY weierp "&#8472;"> <!-- script capital P = power set
121
+ = Weierstrass p, U+2118 ISOamso -->
122
+ <!ENTITY image "&#8465;"> <!-- blackletter capital I = imaginary part,
123
+ U+2111 ISOamso -->
124
+ <!ENTITY real "&#8476;"> <!-- blackletter capital R = real part symbol,
125
+ U+211C ISOamso -->
126
+ <!ENTITY trade "&#8482;"> <!-- trade mark sign, U+2122 ISOnum -->
127
+ <!ENTITY alefsym "&#8501;"> <!-- alef symbol = first transfinite cardinal,
128
+ U+2135 NEW -->
129
+ <!-- alef symbol is NOT the same as hebrew letter alef,
130
+ U+05D0 although the same glyph could be used to depict both characters -->
131
+
132
+ <!-- Arrows -->
133
+ <!ENTITY larr "&#8592;"> <!-- leftwards arrow, U+2190 ISOnum -->
134
+ <!ENTITY uarr "&#8593;"> <!-- upwards arrow, U+2191 ISOnum-->
135
+ <!ENTITY rarr "&#8594;"> <!-- rightwards arrow, U+2192 ISOnum -->
136
+ <!ENTITY darr "&#8595;"> <!-- downwards arrow, U+2193 ISOnum -->
137
+ <!ENTITY harr "&#8596;"> <!-- left right arrow, U+2194 ISOamsa -->
138
+ <!ENTITY crarr "&#8629;"> <!-- downwards arrow with corner leftwards
139
+ = carriage return, U+21B5 NEW -->
140
+ <!ENTITY lArr "&#8656;"> <!-- leftwards double arrow, U+21D0 ISOtech -->
141
+ <!-- Unicode does not say that lArr is the same as the 'is implied by' arrow
142
+ but also does not have any other character for that function. So ? lArr can
143
+ be used for 'is implied by' as ISOtech suggests -->
144
+ <!ENTITY uArr "&#8657;"> <!-- upwards double arrow, U+21D1 ISOamsa -->
145
+ <!ENTITY rArr "&#8658;"> <!-- rightwards double arrow,
146
+ U+21D2 ISOtech -->
147
+ <!-- Unicode does not say this is the 'implies' character but does not have
148
+ another character with this function so ?
149
+ rArr can be used for 'implies' as ISOtech suggests -->
150
+ <!ENTITY dArr "&#8659;"> <!-- downwards double arrow, U+21D3 ISOamsa -->
151
+ <!ENTITY hArr "&#8660;"> <!-- left right double arrow,
152
+ U+21D4 ISOamsa -->
153
+
154
+ <!-- Mathematical Operators -->
155
+ <!ENTITY forall "&#8704;"> <!-- for all, U+2200 ISOtech -->
156
+ <!ENTITY part "&#8706;"> <!-- partial differential, U+2202 ISOtech -->
157
+ <!ENTITY exist "&#8707;"> <!-- there exists, U+2203 ISOtech -->
158
+ <!ENTITY empty "&#8709;"> <!-- empty set = null set = diameter,
159
+ U+2205 ISOamso -->
160
+ <!ENTITY nabla "&#8711;"> <!-- nabla = backward difference,
161
+ U+2207 ISOtech -->
162
+ <!ENTITY isin "&#8712;"> <!-- element of, U+2208 ISOtech -->
163
+ <!ENTITY notin "&#8713;"> <!-- not an element of, U+2209 ISOtech -->
164
+ <!ENTITY ni "&#8715;"> <!-- contains as member, U+220B ISOtech -->
165
+ <!-- should there be a more memorable name than 'ni'? -->
166
+ <!ENTITY prod "&#8719;"> <!-- n-ary product = product sign,
167
+ U+220F ISOamsb -->
168
+ <!-- prod is NOT the same character as U+03A0 'greek capital letter pi' though
169
+ the same glyph might be used for both -->
170
+ <!ENTITY sum "&#8721;"> <!-- n-ary sumation, U+2211 ISOamsb -->
171
+ <!-- sum is NOT the same character as U+03A3 'greek capital letter sigma'
172
+ though the same glyph might be used for both -->
173
+ <!ENTITY minus "&#8722;"> <!-- minus sign, U+2212 ISOtech -->
174
+ <!ENTITY lowast "&#8727;"> <!-- asterisk operator, U+2217 ISOtech -->
175
+ <!ENTITY radic "&#8730;"> <!-- square root = radical sign,
176
+ U+221A ISOtech -->
177
+ <!ENTITY prop "&#8733;"> <!-- proportional to, U+221D ISOtech -->
178
+ <!ENTITY infin "&#8734;"> <!-- infinity, U+221E ISOtech -->
179
+ <!ENTITY ang "&#8736;"> <!-- angle, U+2220 ISOamso -->
180
+ <!ENTITY and "&#8743;"> <!-- logical and = wedge, U+2227 ISOtech -->
181
+ <!ENTITY or "&#8744;"> <!-- logical or = vee, U+2228 ISOtech -->
182
+ <!ENTITY cap "&#8745;"> <!-- intersection = cap, U+2229 ISOtech -->
183
+ <!ENTITY cup "&#8746;"> <!-- union = cup, U+222A ISOtech -->
184
+ <!ENTITY int "&#8747;"> <!-- integral, U+222B ISOtech -->
185
+ <!ENTITY there4 "&#8756;"> <!-- therefore, U+2234 ISOtech -->
186
+ <!ENTITY sim "&#8764;"> <!-- tilde operator = varies with = similar to,
187
+ U+223C ISOtech -->
188
+ <!-- tilde operator is NOT the same character as the tilde, U+007E,
189
+ although the same glyph might be used to represent both -->
190
+ <!ENTITY cong "&#8773;"> <!-- approximately equal to, U+2245 ISOtech -->
191
+ <!ENTITY asymp "&#8776;"> <!-- almost equal to = asymptotic to,
192
+ U+2248 ISOamsr -->
193
+ <!ENTITY ne "&#8800;"> <!-- not equal to, U+2260 ISOtech -->
194
+ <!ENTITY equiv "&#8801;"> <!-- identical to, U+2261 ISOtech -->
195
+ <!ENTITY le "&#8804;"> <!-- less-than or equal to, U+2264 ISOtech -->
196
+ <!ENTITY ge "&#8805;"> <!-- greater-than or equal to,
197
+ U+2265 ISOtech -->
198
+ <!ENTITY sub "&#8834;"> <!-- subset of, U+2282 ISOtech -->
199
+ <!ENTITY sup "&#8835;"> <!-- superset of, U+2283 ISOtech -->
200
+ <!-- note that nsup, 'not a superset of, U+2283' is not covered by the Symbol
201
+ font encoding and is not included. Should it be, for symmetry?
202
+ It is in ISOamsn -->
203
+ <!ENTITY nsub "&#8836;"> <!-- not a subset of, U+2284 ISOamsn -->
204
+ <!ENTITY sube "&#8838;"> <!-- subset of or equal to, U+2286 ISOtech -->
205
+ <!ENTITY supe "&#8839;"> <!-- superset of or equal to,
206
+ U+2287 ISOtech -->
207
+ <!ENTITY oplus "&#8853;"> <!-- circled plus = direct sum,
208
+ U+2295 ISOamsb -->
209
+ <!ENTITY otimes "&#8855;"> <!-- circled times = vector product,
210
+ U+2297 ISOamsb -->
211
+ <!ENTITY perp "&#8869;"> <!-- up tack = orthogonal to = perpendicular,
212
+ U+22A5 ISOtech -->
213
+ <!ENTITY sdot "&#8901;"> <!-- dot operator, U+22C5 ISOamsb -->
214
+ <!-- dot operator is NOT the same character as U+00B7 middle dot -->
215
+
216
+ <!-- Miscellaneous Technical -->
217
+ <!ENTITY lceil "&#8968;"> <!-- left ceiling = apl upstile,
218
+ U+2308 ISOamsc -->
219
+ <!ENTITY rceil "&#8969;"> <!-- right ceiling, U+2309 ISOamsc -->
220
+ <!ENTITY lfloor "&#8970;"> <!-- left floor = apl downstile,
221
+ U+230A ISOamsc -->
222
+ <!ENTITY rfloor "&#8971;"> <!-- right floor, U+230B ISOamsc -->
223
+ <!ENTITY lang "&#9001;"> <!-- left-pointing angle bracket = bra,
224
+ U+2329 ISOtech -->
225
+ <!-- lang is NOT the same character as U+003C 'less than'
226
+ or U+2039 'single left-pointing angle quotation mark' -->
227
+ <!ENTITY rang "&#9002;"> <!-- right-pointing angle bracket = ket,
228
+ U+232A ISOtech -->
229
+ <!-- rang is NOT the same character as U+003E 'greater than'
230
+ or U+203A 'single right-pointing angle quotation mark' -->
231
+
232
+ <!-- Geometric Shapes -->
233
+ <!ENTITY loz "&#9674;"> <!-- lozenge, U+25CA ISOpub -->
234
+
235
+ <!-- Miscellaneous Symbols -->
236
+ <!ENTITY spades "&#9824;"> <!-- black spade suit, U+2660 ISOpub -->
237
+ <!-- black here seems to mean filled as opposed to hollow -->
238
+ <!ENTITY clubs "&#9827;"> <!-- black club suit = shamrock,
239
+ U+2663 ISOpub -->
240
+ <!ENTITY hearts "&#9829;"> <!-- black heart suit = valentine,
241
+ U+2665 ISOpub -->
242
+ <!ENTITY diams "&#9830;"> <!-- black diamond suit, U+2666 ISOpub -->
@@ -0,0 +1,25 @@
1
+ <?xml version='1.0'?>
2
+ <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
3
+ "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
4
+ <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
5
+ <!-- 2.0 -->
6
+ <system systemId="http://www.editeur.org/onix/2.0/reference/onix-international.dtd" uri="2.0/onix-international.dtd"/>
7
+
8
+ <!-- 2.1 (no release specified, use latest) -->
9
+ <system systemId="http://www.editeur.org/onix/2.1/reference/onix-international.dtd" uri="2.1r4/reference/onix-international.dtd"/>
10
+ <system systemId="http://www.editeur.org/onix/2.1/short/onix-international.dtd" uri="2.1r4/short/onix-international.dtd"/>
11
+
12
+ <!-- 2.1r1 -->
13
+ <system systemId="http://www.editeur.org/onix/2.1/01/reference/onix-international.dtd" uri="2.1r1/onix-international.dtd"/>
14
+
15
+ <!-- 2.1r2 -->
16
+ <system systemId="http://www.editeur.org/onix/2.1/02/reference/onix-international.dtd" uri="2.1r2/onix-international.dtd"/>
17
+
18
+ <!-- 2.1r3 -->
19
+ <system systemId="http://www.editeur.org/onix/2.1/03/reference/onix-international.dtd" uri="2.1r3/reference/onix-international.dtd"/>
20
+ <system systemId="http://www.editeur.org/onix/2.1/03/short/onix-international.dtd" uri="2.1r3/short/onix-international.dtd"/>
21
+
22
+ <!-- 2.1r4 -->
23
+ <system systemId="http://www.editeur.org/onix/2.1/04/reference/onix-international.dtd" uri="2.1r4/reference/onix-international.dtd"/>
24
+ <system systemId="http://www.editeur.org/onix/2.1/04/short/onix-international.dtd" uri="2.1r4/short/onix-international.dtd"/>
25
+ </catalog>
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "cacofonix/dtds"
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Cacofonix
4
+ module DTDs
5
+ Error = Class.new(StandardError)
6
+
7
+ def self.xml_catalog_path
8
+ File.expand_path("../../data/catalog.xml", __dir__)
9
+ end
10
+
11
+ def self.apply_libxml_env!(env = ENV)
12
+ existing_value = env[libxml_env_key]
13
+
14
+ if block_given? && existing_value && existing_value != xml_catalog_path
15
+ yield existing_value
16
+ end
17
+
18
+ env[libxml_env_key] = xml_catalog_path
19
+ end
20
+
21
+ def self.libxml_env_key
22
+ "XML_CATALOG_FILES"
23
+ end
24
+ end
25
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Cacofonix
4
+ module DTDs
5
+ VERSION = "0.1.0"
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,258 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cacofonix-dtds
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Tim Riley
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2019-07-04 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
55
+ description: XML catalog for locally accessible ONIX 2.0 and 2.1 DTDs
56
+ email:
57
+ - tim@icelab.com.au
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - ".gitignore"
63
+ - ".rspec"
64
+ - ".travis.yml"
65
+ - CHANGELOG.md
66
+ - CODE_OF_CONDUCT.md
67
+ - Gemfile
68
+ - Gemfile.lock
69
+ - LICENSE.txt
70
+ - README.md
71
+ - Rakefile
72
+ - bin/console
73
+ - bin/setup
74
+ - cacofonix-dtds.gemspec
75
+ - data/2.0/onix-international.dtd
76
+ - data/2.0/onix-international.elt
77
+ - data/2.0/xhtml-lat1.ent
78
+ - data/2.0/xhtml-special.ent
79
+ - data/2.0/xhtml-symbol.ent
80
+ - data/2.1r1/iso-amsa.ent
81
+ - data/2.1r1/iso-amsb.ent
82
+ - data/2.1r1/iso-amsc.ent
83
+ - data/2.1r1/iso-amsn.ent
84
+ - data/2.1r1/iso-amso.ent
85
+ - data/2.1r1/iso-amsr.ent
86
+ - data/2.1r1/iso-box.ent
87
+ - data/2.1r1/iso-cyr1.ent
88
+ - data/2.1r1/iso-cyr2.ent
89
+ - data/2.1r1/iso-dia.ent
90
+ - data/2.1r1/iso-grk3.ent
91
+ - data/2.1r1/iso-lat1.ent
92
+ - data/2.1r1/iso-lat2.ent
93
+ - data/2.1r1/iso-mfrk.ent
94
+ - data/2.1r1/iso-mopf.ent
95
+ - data/2.1r1/iso-mscr.ent
96
+ - data/2.1r1/iso-num.ent
97
+ - data/2.1r1/iso-pub.ent
98
+ - data/2.1r1/iso-tech.ent
99
+ - data/2.1r1/onix-international.dtd
100
+ - data/2.1r1/onix-xhtml.elt
101
+ - data/2.1r1/reference.elt
102
+ - data/2.1r1/xhtml-special.ent
103
+ - data/2.1r1/xhtml-symbol.ent
104
+ - data/2.1r2/iso-amsa.ent
105
+ - data/2.1r2/iso-amsb.ent
106
+ - data/2.1r2/iso-amsc.ent
107
+ - data/2.1r2/iso-amsn.ent
108
+ - data/2.1r2/iso-amso.ent
109
+ - data/2.1r2/iso-amsr.ent
110
+ - data/2.1r2/iso-box.ent
111
+ - data/2.1r2/iso-cyr1.ent
112
+ - data/2.1r2/iso-cyr2.ent
113
+ - data/2.1r2/iso-dia.ent
114
+ - data/2.1r2/iso-grk3.ent
115
+ - data/2.1r2/iso-lat1.ent
116
+ - data/2.1r2/iso-lat2.ent
117
+ - data/2.1r2/iso-mfrk.ent
118
+ - data/2.1r2/iso-mopf.ent
119
+ - data/2.1r2/iso-mscr.ent
120
+ - data/2.1r2/iso-num.ent
121
+ - data/2.1r2/iso-pub.ent
122
+ - data/2.1r2/iso-tech.ent
123
+ - data/2.1r2/onix-international.dtd
124
+ - data/2.1r2/onix-xhtml.elt
125
+ - data/2.1r2/reference.elt
126
+ - data/2.1r2/xhtml-special.ent
127
+ - data/2.1r2/xhtml-symbol.ent
128
+ - data/2.1r3/reference/iso-amsa.ent
129
+ - data/2.1r3/reference/iso-amsb.ent
130
+ - data/2.1r3/reference/iso-amsc.ent
131
+ - data/2.1r3/reference/iso-amsn.ent
132
+ - data/2.1r3/reference/iso-amso.ent
133
+ - data/2.1r3/reference/iso-amsr.ent
134
+ - data/2.1r3/reference/iso-box.ent
135
+ - data/2.1r3/reference/iso-cyr1.ent
136
+ - data/2.1r3/reference/iso-cyr2.ent
137
+ - data/2.1r3/reference/iso-dia.ent
138
+ - data/2.1r3/reference/iso-grk3.ent
139
+ - data/2.1r3/reference/iso-lat1.ent
140
+ - data/2.1r3/reference/iso-lat2.ent
141
+ - data/2.1r3/reference/iso-mfrk.ent
142
+ - data/2.1r3/reference/iso-mopf.ent
143
+ - data/2.1r3/reference/iso-mscr.ent
144
+ - data/2.1r3/reference/iso-num.ent
145
+ - data/2.1r3/reference/iso-num.old.ent
146
+ - data/2.1r3/reference/iso-pub.ent
147
+ - data/2.1r3/reference/iso-tech.ent
148
+ - data/2.1r3/reference/onix-international.dtd
149
+ - data/2.1r3/reference/onix-xhtml.elt
150
+ - data/2.1r3/reference/reference.elt
151
+ - data/2.1r3/reference/xhtml-special.ent
152
+ - data/2.1r3/reference/xhtml-symbol.ent
153
+ - data/2.1r3/short/iso-amsa.ent
154
+ - data/2.1r3/short/iso-amsb.ent
155
+ - data/2.1r3/short/iso-amsc.ent
156
+ - data/2.1r3/short/iso-amsn.ent
157
+ - data/2.1r3/short/iso-amso.ent
158
+ - data/2.1r3/short/iso-amsr.ent
159
+ - data/2.1r3/short/iso-box.ent
160
+ - data/2.1r3/short/iso-cyr1.ent
161
+ - data/2.1r3/short/iso-cyr2.ent
162
+ - data/2.1r3/short/iso-dia.ent
163
+ - data/2.1r3/short/iso-grk3.ent
164
+ - data/2.1r3/short/iso-lat1.ent
165
+ - data/2.1r3/short/iso-lat2.ent
166
+ - data/2.1r3/short/iso-mfrk.ent
167
+ - data/2.1r3/short/iso-mopf.ent
168
+ - data/2.1r3/short/iso-mscr.ent
169
+ - data/2.1r3/short/iso-num.ent
170
+ - data/2.1r3/short/iso-num.old.ent
171
+ - data/2.1r3/short/iso-pub.ent
172
+ - data/2.1r3/short/iso-tech.ent
173
+ - data/2.1r3/short/onix-international.dtd
174
+ - data/2.1r3/short/onix-xhtml.elt
175
+ - data/2.1r3/short/short.elt
176
+ - data/2.1r3/short/xhtml-special.ent
177
+ - data/2.1r3/short/xhtml-symbol.ent
178
+ - data/2.1r4/reference/iso-amsa.ent
179
+ - data/2.1r4/reference/iso-amsb.ent
180
+ - data/2.1r4/reference/iso-amsc.ent
181
+ - data/2.1r4/reference/iso-amsn.ent
182
+ - data/2.1r4/reference/iso-amso.ent
183
+ - data/2.1r4/reference/iso-amsr.ent
184
+ - data/2.1r4/reference/iso-box.ent
185
+ - data/2.1r4/reference/iso-cyr1.ent
186
+ - data/2.1r4/reference/iso-cyr2.ent
187
+ - data/2.1r4/reference/iso-dia.ent
188
+ - data/2.1r4/reference/iso-grk3.ent
189
+ - data/2.1r4/reference/iso-lat1.ent
190
+ - data/2.1r4/reference/iso-lat2.ent
191
+ - data/2.1r4/reference/iso-mfrk.ent
192
+ - data/2.1r4/reference/iso-mopf.ent
193
+ - data/2.1r4/reference/iso-mscr.ent
194
+ - data/2.1r4/reference/iso-num.ent
195
+ - data/2.1r4/reference/iso-num.old.ent
196
+ - data/2.1r4/reference/iso-pub.ent
197
+ - data/2.1r4/reference/iso-tech.ent
198
+ - data/2.1r4/reference/onix-international.dtd
199
+ - data/2.1r4/reference/onix-xhtml.elt
200
+ - data/2.1r4/reference/reference.elt
201
+ - data/2.1r4/reference/xhtml-special.ent
202
+ - data/2.1r4/reference/xhtml-symbol.ent
203
+ - data/2.1r4/short/iso-amsa.ent
204
+ - data/2.1r4/short/iso-amsb.ent
205
+ - data/2.1r4/short/iso-amsc.ent
206
+ - data/2.1r4/short/iso-amsn.ent
207
+ - data/2.1r4/short/iso-amso.ent
208
+ - data/2.1r4/short/iso-amsr.ent
209
+ - data/2.1r4/short/iso-box.ent
210
+ - data/2.1r4/short/iso-cyr1.ent
211
+ - data/2.1r4/short/iso-cyr2.ent
212
+ - data/2.1r4/short/iso-dia.ent
213
+ - data/2.1r4/short/iso-grk3.ent
214
+ - data/2.1r4/short/iso-lat1.ent
215
+ - data/2.1r4/short/iso-lat2.ent
216
+ - data/2.1r4/short/iso-mfrk.ent
217
+ - data/2.1r4/short/iso-mopf.ent
218
+ - data/2.1r4/short/iso-mscr.ent
219
+ - data/2.1r4/short/iso-num.ent
220
+ - data/2.1r4/short/iso-num.old.ent
221
+ - data/2.1r4/short/iso-pub.ent
222
+ - data/2.1r4/short/iso-tech.ent
223
+ - data/2.1r4/short/onix-international.dtd
224
+ - data/2.1r4/short/onix-xhtml.elt
225
+ - data/2.1r4/short/short.elt
226
+ - data/2.1r4/short/xhtml-special.ent
227
+ - data/2.1r4/short/xhtml-symbol.ent
228
+ - data/catalog.xml
229
+ - lib/cacofonix-dtds.rb
230
+ - lib/cacofonix/dtds.rb
231
+ - lib/cacofonix/dtds/version.rb
232
+ homepage: https://github.com/icelab/cacofonix-dtds
233
+ licenses:
234
+ - MIT
235
+ metadata:
236
+ homepage_uri: https://github.com/icelab/cacofonix-dtds
237
+ source_code_uri: https://github.com/icelab/cacofonix-dtds
238
+ changelog_uri: https://github.com/icelab/cacofonix-dtds/blob/master/CHANGELOG.md
239
+ post_install_message:
240
+ rdoc_options: []
241
+ require_paths:
242
+ - lib
243
+ required_ruby_version: !ruby/object:Gem::Requirement
244
+ requirements:
245
+ - - ">="
246
+ - !ruby/object:Gem::Version
247
+ version: '0'
248
+ required_rubygems_version: !ruby/object:Gem::Requirement
249
+ requirements:
250
+ - - ">="
251
+ - !ruby/object:Gem::Version
252
+ version: '0'
253
+ requirements: []
254
+ rubygems_version: 3.0.3
255
+ signing_key:
256
+ specification_version: 4
257
+ summary: XML catalog for locally accessible ONIX 2.0 and 2.1 DTDs
258
+ test_files: []