home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / SGMLS / SGMLS.readme < prev    next >
PGP Signed Message  |  1999-11-25  |  9KB  |  183 lines

  1. -----BEGIN PGP SIGNED MESSAGE-----
  2.  
  3. Short:        SGMLS is THE SGML Parser!
  4. Version:      1.1.92
  5. Uploader:     hofmann@hofmann-int.de (Dipl.-Inform. Kai Hofmann)
  6. Author:       hofmann@hofmann-int.de (Dipl.-Inform. Kai Hofmann)
  7. Type:         dev/lang
  8.  
  9. This is the amiga port of SGMLS version 1.1.92
  10.  
  11. INFORMATION:
  12.  - This port was created with the SAS C 6.59 Compiler and optimizations!
  13.  - I slightly modified the original source to eliminate compiler warnings!
  14.  - The character that separates the filename templates is set as ';'
  15.  - Please create a assign named 'sgml:' to a directory where you use your
  16.    sgml documents!
  17.  - Spaces in filenames are translated by sgmls to underlines!
  18.  - The following characters are eliminated by sgmls from filenames '/:();#?'
  19.  
  20.  
  21. Now, before you go on, you should validate whether all files are unmodified,
  22. use the md5sum utility together with the checksums appended to this text.
  23. Just type:
  24.  
  25.         md5sum -cv SGMLS.readme
  26.  
  27. and all files in the distribution will be checked. This file itself is
  28. signed with my key, so a simple
  29.  
  30.         pgp -ka SGMLS.readme
  31.         pgp SGMLS.readme
  32.  
  33. will check the integrity of this text, too.
  34.  
  35.  
  36. Dipl.-Inform. Kai Hofmann
  37. hofmann@hofmann-int.de
  38.  
  39.  
  40.  
  41. fcc4060c60ee90a68cf8f7718e44d751  Install
  42. 8c82f56b81ccf8acd59e2d9e93af41c0  SGMLS.pi
  43. c63882acf7a3d90100f58e342f29712e  Docs/English/ChangeLog
  44. 22153dfd37c0fb3634e0a1de2e054bb2  Docs/English/LICENSE
  45. 9cfc498467134e2d4a9df962ea16055a  Docs/English/NEWS
  46. 2bc6328cd41256951d8978ee97dfbac0  Docs/English/README
  47. 0d7475197b744af8a5dee6c1700bcd55  Docs/English/TODO
  48. 8ab040ef5f32285522f5b7044f477c8e  Docs/English/SGML.faq
  49. d3ff8871268f182fa04e996822b32c32  Docs/English/sgmls.txt
  50. 08a78274dde7170d99cee7ef321aef64  Docs/English/sgmlsasp.txt
  51. 952631181b34047db8be50ddbe4e98c9  Docs/English/rast.txt
  52. b27a325fb0964c54349fb3132c006d31 *c/sgmls68000
  53. d9ac65d39176d757c09e46cac47d05c9 *c/sgmls68020
  54. 3631e0a2db6936d8b7d21e2e8c0ac873 *c/sgmls68040
  55. 271133659a52a90e29f9a5ac7a689fbb *c/sgmls68060
  56. 27e831d09a84fe68a30ffff93bcd2c1c *c/rast
  57. 82000ddb923fa9b9780f25fab8cfed5b *c/sgmlsasp
  58. b3d89bb0ead9e7244be25b14a0d160e2  Developer/Source/action.h
  59. 6038eeb1d6e0fe4fb08b1d4d06d4b2cf  Developer/Source/adl.h
  60. 8c4eaba53ce549ebb8ed159d1977c162  Developer/Source/alloc.h
  61. 926b8bb0507acc3a6957374d5fc1cf78  Developer/Source/ambig.c
  62. 1dc3be0b1523e036eae519d3e0ffc9b8  Developer/Source/appl.h
  63. 7ac842783efce91ac1858ab8ae689c94  Developer/Source/catalog.c
  64. 7a6d22ac9eb26546430089cf64d1ee2a  Developer/Source/catalog.h
  65. 3ba46c7e987257ecc566822aaa2db2b5  Developer/Source/config.h
  66. a1baab9cad48a2b7252ad2bfe2f51ebb  Developer/Source/context.c
  67. e8aaf7e6143f4da63aa7741d220f8ab6  Developer/Source/context.h
  68. 865f6779c129e2e16268f2fc153b5fc9  Developer/Source/dosproc.c
  69. d3f42f6a8a452a53b7fc2426451960a2  Developer/Source/ebcdic.c
  70. 213429eaeca799f1817f9906267838ec  Developer/Source/ebcdic.h
  71. a9b04bd19ab25e81b254034b6445e75b  Developer/Source/entgen.c
  72. d698cb7819f5a6c851cfb26c6e0a5344  Developer/Source/entity.h
  73. 45f40ec976de1fe5b389a608ba0f682f  Developer/Source/error.h
  74. c223d264f0bf55bd7dca1e913240139e  Developer/Source/etype.h
  75. 3ae2e75c9d58efbc8c6d64e15cbf2cff  Developer/Source/genlex.c
  76. f4722914c37cbb98ba7ff971c02babf2  Developer/Source/getopt.c
  77. 6129e7c643fb63911a5b7b5e1c634d96  Developer/Source/getopt.h
  78. ee743a7225eaf71afca7cc087b8ab1a3  Developer/Source/keyword.h
  79. 69c496ea41178fc87f64fd34b2401b9e  Developer/Source/latin1.h
  80. 0168fc0f8b12886fd988bea294ffae90  Developer/Source/lexcode.h
  81. bd2b43a5e16ac663e2f85b438b541438  Developer/Source/lexrf.c
  82. 28ee48c105c9dd82ec6817b96273a495  Developer/Source/lextaba.c
  83. ad84d96952b6918ec6aca993d8ff7f9c  Developer/Source/lextabe.c
  84. 4a79bb86a117721a69f39a26f8fc8b93  Developer/Source/lextoke.h
  85. 8e55f6f3d521e455e5b0e0106dda03a7  Developer/Source/lineout.c
  86. f207cce16dde71102bb3c28133f27eae  Developer/Source/lineout.h
  87. 4f34df3486ba676ed0c50f7765ac7843  Developer/Source/main.c
  88. 39808ea11a6c6f01ef876c3f84a27916  Developer/Source/md1.c
  89. 826a68802bc7f74ba7b7b48a511fddf6  Developer/Source/md2.c
  90. 4ccd138a2fe0274505cd88abe5407a10  Developer/Source/msg.h
  91. 46a333802839e28e0e4e1936ca534d61  Developer/Source/msgcat.c
  92. e9db5cdceb84a035a344fad0fd14aefa  Developer/Source/msgcat.h
  93. c0b8214f5d1439bef90fa0cf526afc94  Developer/Source/pars1.c
  94. 2f41a7e196a0f97b4f45fefa787eab1f  Developer/Source/pars2.c
  95. 2c70ddf529ccf4bce621b379840a4e87  Developer/Source/pcbrf.c
  96. cda566ba21e9c57e3b47a4e3c6e6fcf1  Developer/Source/portproc.c
  97. 40e217b06e63b5e4fade4cd505de15c1  Developer/Source/rast.c
  98. ba5dd8803097ce60a38a7e6162d72e3e  Developer/Source/replace.c
  99. 7d2850f2318350ec89c11ee901abb567  Developer/Source/replace.h
  100. b4fb82e72f6ef930d78e82f2a8fc2484  Developer/Source/scoptions
  101. 9cdfc01a90155f7538a1cc4a06f7782e  Developer/Source/serv.c
  102. f61dece6b0d5fae4c66d0465f0fde519  Developer/Source/sgml1.c
  103. 12291bd4b98a0a68ed0fdff118a68769  Developer/Source/sgml2.c
  104. ff1fa67164d5bcee46910c0d28853611  Developer/Source/sgmlaux.h
  105. 02af6f5c24e1c52a2db45b7111bdbc5b  Developer/Source/sgmldecl.c
  106. 1f413938a7ca2d47c71653679946c73c  Developer/Source/sgmldecl.h
  107. 6adcedf4fcc375ef239da4205afded02  Developer/Source/sgmlfnsm.h
  108. 1e34ce72c656fc0bfef2ca1e39ff742c  Developer/Source/sgmlincl.h
  109. b3ec999b914b43cb320082eec006ed69  Developer/Source/sgmlio.c
  110. 7fc6375149824ea4448861fdb3dd633a  Developer/Source/sgmlmain.h
  111. e56a4b0f39d9dc01eb83fe92b3401a29  Developer/Source/sgmlmsg.c
  112. 0944e0965a1bd3790554ac0bbd61c05e  Developer/Source/sgmls.c
  113. 5ca2c0ba13ed0b5fcb81108a81523030  Developer/Source/sgmls.h
  114. 4923a68aaeed271739d3d0d158ceadf7  Developer/Source/sgmlsasp.c
  115. d015c321b9ae7654fd5a40b36ce8c9c4  Developer/Source/sgmlsasp.h
  116. 9a232e38cd8b64fe2c0db8490aaeba41  Developer/Source/sgmlxtrn.c
  117. 768eceee7e1ba2259c0c29b392aae1f2  Developer/Source/sgmlxtrn.h
  118. e2390b48f19ed4a091196d49d749edab  Developer/Source/smakefile
  119. 2b444084c7227afc2556656f9b230583  Developer/Source/source.h
  120. 173d675824071b24c0e2dd1e80bdfd39  Developer/Source/std.h
  121. 710263a4632c2c6896978db64c8440a0  Developer/Source/stklen.c
  122. 3d81b92986c2c8109aaca8102aee5f47  Developer/Source/strerror.c
  123. 747b48ef04984f52d8f8ea2a1a9ce4c0  Developer/Source/synrf.c
  124. 3d87e10da8c030964993b70f74d5ce9c  Developer/Source/synxtrn.h
  125. 0601d58fc7b8a7f4b8cdddf85c2d8248  Developer/Source/tools.h
  126. 4cc3e47d9d889eb0a8dd3affa61dca62  Developer/Source/trace.h
  127. 719f19468d4bc52df09fc0827874fe61  Developer/Source/traceset.c
  128. 029f571973df08c5a2c1d8aeb5c583ac  Developer/Source/unixproc.c
  129. 73bb074a01c26eaa66223e46ed81aefb  Developer/Source/version.c
  130. 2ddcb3a00220b45e26ef99b964de06b4  Developer/Source/xfprintf.c
  131. ccdf27ddb34b4b68c266587cabef8c80  test/ambig.sgm
  132. 9a187a5e2d2e1557efb8e1d8b4dec6e4  test/basicdoc.sgm
  133. 166aa5a2bd84202a92beea544150cfef  test/CATALOG
  134. f46399d0a7303fe25c6d77a7e65ef02d  test/comment.sgm
  135. 7981407820fd596c73a602fd0cc960bd  test/conref.sgm
  136. cccc5e998fa580311277921bd936624f  test/default.sgm
  137. cfb94508ed6e87eedbfcf72d40a575f0  test/Eckhardt.gml
  138. bab1e4a42f7e01dea4069e6b3f6b046f  test/endless.sgm
  139. ffd7501095d2a22f1ed20768a790cf88  test/errexit.sgm
  140. 2869a1af2fb2e6a43434529fa784f004  test/esis.sgm
  141. 3d792bceea3a0a87a8d6ab39e9ac2402  test/ex.dtd
  142. eb668b860718bf44046c9d3c36e4476d  test/ibm$bas.dtd
  143. 32fd6b5a65dac0cf7d006422c22b8176  test/memo.dtd
  144. e505f82a97f9b00f09efd6eef0ed1394  test/memo2.dtd
  145. 11ea369e97e6529491d19aaec12391ef  test/exdtd.sgm
  146. 4e30b23011048acc0d534d61b8884e05  test/grplvl.sgm
  147. c0698b5d72310a1f26d845b26a25fa7b  test/idref.sgm
  148. 5beb2bf441e54beda1d755b07e2468a9  test/intent.sgm
  149. d3abd7519b1ba87a3769548189b82ce3  test/intent1.gml
  150. 1b3c6aa472ad9c537a60fda09346b5a7  test/intent2.gml
  151. 23805d5df65810bb74b3ea92cd9c1c0f  test/memo.sgm
  152. cc0ecfe9e57214d1e7758be1d5c90b65  test/memo2.sgm
  153. ba477ff05af92368a4f0ebccd546317f  test/names.sgm
  154. c29e69a1ffca847738d794dbcd6d6a34  test/nonsgml.sgm
  155. 097969d6b2a23e9b82e1dac8fc07cb2e  test/pubes.sgm
  156. 9171613d8fc40e4b7256342e34820591  test/sgmldecl.sgm
  157. bcbedb84120082f24b8d3f620b9c6e19  test/subdoc.sgm
  158.  
  159. -----BEGIN PGP SIGNATURE-----
  160. Version: 2.6.3ia
  161. Charset: latin1
  162. Comment: Requires PGP version 2.6 or later.
  163.  
  164. iQCVAgUBOD1tsPiw0jcNaWkBAQH9hQP9HR1NifefSKJg5YyBGqRiIFwKbTqjgWx4
  165. oAFgw+Ln73v3rqvsNM48TxDDT+fy4URbIreU0fylthgTBzujd+0gXdFgunkjVK0F
  166. EG40yem/6/qeaw/PQgjJnnnpuk6vKAkOqXziS/EBFns3dBVadY6ntB/KlYpTagmd
  167. Kz1JjUTt+3Q=
  168. =SQxQ
  169. -----END PGP SIGNATURE-----
  170. -----BEGIN PGP PUBLIC KEY BLOCK-----
  171. Version: 2.6.3ia
  172. Comment: Requires PGP version 2.6 or later.
  173.  
  174. mQCNAi+tJrEAAAEEAOKuSawrRwTVyKhrvt3tbS+V7JCiVYlHVXTwiK3bN9H8Nd2T
  175. UfwpMYW0RQUnlxP/BT46Y7zvpzEfkFCZxCVeOjfVpUxfsKK0nUdxhdrzrw4zSJQZ
  176. Rbc26sUhg8qciHXzg3NXPihSiCErl+k5HMNl62YVU9u8Tb2DRPiw0jcNaWkBAAUR
  177. tDJEaXBsLi1JbmZvcm0uIEthaSBIb2ZtYW5uIDxob2ZtYW5uQGhvZm1hbm4taW50
  178. LmRlPrQqSG9mbWFubiBTb2Z0d2FyZSBFbmdpbmVlcmluZyBJbnRlcm5hdGlvbmFs
  179. tDZEaXBsLi1JbmZvcm0uIEthaSBIb2ZtYW5uIDxodHRwOi8vd3d3LmhvZm1hbm4t
  180. aW50LmRlLz4=
  181. =N+AP
  182. -----END PGP PUBLIC KEY BLOCK-----
  183.