Home » Archimedes archive » Acorn User » AU 1997-12.adf » Regulars » StarInfo/Mellor/!HTML>Imp/!Help/helptext
StarInfo/Mellor/!HTML>Imp/!Help/helptext
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1997-12.adf » Regulars |
Filename: | StarInfo/Mellor/!HTML>Imp/!Help/helptext |
Read OK: | ✔ |
File size: | 0C06 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
HTML -> Impression Programmed by Philip Mellor Email: yr92pm4@hors4th.demon.co.uk This program supports Interactive Help. What is it? This application converts HTML files into Impression format, retaining the appearance of the document, which doesn't occur when saving a textfile from a web browser. Also, HTML -> Impression formats the text to look (and print) better than it appears in many browsers. How do I use it? Simply drag a HTML file to the iconbar icon then, after a short pause while the program converts the file, a save box will pop up. You can save the resulting file in the standard way. Note that the filename is usually the same as the HTML file - but if the original HTML file has a DOS extension of /htm or /html then this will automatically be changed to /txt . Clicking Menu on the iconbar icon opens the main menu. The File submenu If there is no file loaded, then this submenu will be greyed out. Otherwise, it contains three options: About This shows a little information about the HTML and Impression files. Save Impression This lets you save (or re-save) the Impression file. Save HTML This lets you save (or re-save) the original HTML file. Clear This removes the data stored by the program, freeing application memory. Supported tags HTML -> Impression can convert the following tags: <h1></h1> <h2></h2> <h3></h3> <h4></h4> <h5></h5> <h6></h6> <br> <p> <hr> <b></b> <i></i> <sup></sup> <sub></sub> <img> <a></a> <ul></ul> <ol></ol> <li> <pre></pre> <listing></listing> <samp></samp> <address></address> <code></code> <kbd></kbd> <tt></tt> <quote></quote> <em></em> <cite></cite> <dfn></dfn> <center></center> <title></title> <dl></dl> <dd> <dt> <font></font> Supported characters HTML -> Impression can convert the following &characters (including upper/lower cases where appropriate): Aelig, aacute, acirc, agrave, aring, atilde, auml, ccedil, cedilla, eth, eacute, ecirc, egrave, euml, iacute, icirc, igrave, iuml, ntilde, oacute, ocirc, ograve, oslash, otilde, ouml, thorn, uacute, ucirc, ugrave, grave, uuml, yacute, acute, amp, brvbar, cent, copy, curren, degree, die, divide, fish, frac14, frac12, frac34, gt, iexcl, iquest, laquo, lt, macron, micro, middot, nbsp, not, ordf, ordm, para, plusmn, pound, quot, raquo, reg, sect, shy, sup1, sup2, sup3, szlig, times, trade, yen, yuml History Version ?.?? (??/??/????) Simple application that strips tags from HTML files, converting them into plain text. Version 1.00 (29/07/1997) Decided to switch my brain on today, and realised that most web browsers can export HTML as plain text anyway! Set about adapting the program to convert the tags into Impression format. Version 1.02 (30/07/1997) Included options to re-save the file in Impression or HTML formats, and include an 'About this file' submenu. Version 1.05 (31/07/1997) Added more tags and characters. Also fixed the <font size> tag interpretation. Version 1.06 (01/08/1997) Fixed a bug in the Save/SaveAck/Load/LoadAck messages, so that importing from/exporting to other applications works properly!
00000000 14 48 54 4d 4c 20 2d 3e 20 49 6d 70 72 65 73 73 |.HTML -> Impress| 00000010 69 6f 6e 0a 50 72 6f 67 72 61 6d 6d 65 64 20 62 |ion.Programmed b| 00000020 79 20 50 68 69 6c 69 70 20 4d 65 6c 6c 6f 72 0a |y Philip Mellor.| 00000030 45 6d 61 69 6c 3a 20 79 72 39 32 70 6d 34 40 68 |Email: yr92pm4@h| 00000040 6f 72 73 34 74 68 2e 64 65 6d 6f 6e 2e 63 6f 2e |ors4th.demon.co.| 00000050 75 6b 0a 0a 02 54 68 69 73 20 70 72 6f 67 72 61 |uk...This progra| 00000060 6d 20 73 75 70 70 6f 72 74 73 20 49 6e 74 65 72 |m supports Inter| 00000070 61 63 74 69 76 65 20 48 65 6c 70 2e 0a 0a 14 57 |active Help....W| 00000080 68 61 74 20 69 73 20 69 74 3f 0a 54 68 69 73 20 |hat is it?.This | 00000090 61 70 70 6c 69 63 61 74 69 6f 6e 20 63 6f 6e 76 |application conv| 000000a0 65 72 74 73 20 48 54 4d 4c 20 66 69 6c 65 73 20 |erts HTML files | 000000b0 69 6e 74 6f 20 49 6d 70 72 65 73 73 69 6f 6e 20 |into Impression | 000000c0 66 6f 72 6d 61 74 2c 20 72 65 74 61 69 6e 69 6e |format, retainin| 000000d0 67 20 74 68 65 20 61 70 70 65 61 72 61 6e 63 65 |g the appearance| 000000e0 20 6f 66 20 74 68 65 20 64 6f 63 75 6d 65 6e 74 | of the document| 000000f0 2c 20 77 68 69 63 68 20 64 6f 65 73 6e 27 74 20 |, which doesn't | 00000100 6f 63 63 75 72 20 77 68 65 6e 20 73 61 76 69 6e |occur when savin| 00000110 67 20 61 20 74 65 78 74 66 69 6c 65 20 66 72 6f |g a textfile fro| 00000120 6d 20 61 20 77 65 62 20 62 72 6f 77 73 65 72 2e |m a web browser.| 00000130 20 41 6c 73 6f 2c 20 48 54 4d 4c 20 2d 3e 20 49 | Also, HTML -> I| 00000140 6d 70 72 65 73 73 69 6f 6e 20 66 6f 72 6d 61 74 |mpression format| 00000150 73 20 74 68 65 20 74 65 78 74 20 74 6f 20 6c 6f |s the text to lo| 00000160 6f 6b 20 28 61 6e 64 20 70 72 69 6e 74 29 20 62 |ok (and print) b| 00000170 65 74 74 65 72 20 74 68 61 6e 20 69 74 20 61 70 |etter than it ap| 00000180 70 65 61 72 73 20 69 6e 20 6d 61 6e 79 20 62 72 |pears in many br| 00000190 6f 77 73 65 72 73 2e 0a 0a 14 48 6f 77 20 64 6f |owsers....How do| 000001a0 20 49 20 75 73 65 20 69 74 3f 0a 53 69 6d 70 6c | I use it?.Simpl| 000001b0 79 20 64 72 61 67 20 61 20 48 54 4d 4c 20 66 69 |y drag a HTML fi| 000001c0 6c 65 20 74 6f 20 74 68 65 20 69 63 6f 6e 62 61 |le to the iconba| 000001d0 72 20 69 63 6f 6e 20 74 68 65 6e 2c 20 61 66 74 |r icon then, aft| 000001e0 65 72 20 61 20 73 68 6f 72 74 20 70 61 75 73 65 |er a short pause| 000001f0 20 77 68 69 6c 65 20 74 68 65 20 70 72 6f 67 72 | while the progr| 00000200 61 6d 20 63 6f 6e 76 65 72 74 73 20 74 68 65 20 |am converts the | 00000210 66 69 6c 65 2c 20 61 20 73 61 76 65 20 62 6f 78 |file, a save box| 00000220 20 77 69 6c 6c 20 70 6f 70 20 75 70 2e 20 59 6f | will pop up. Yo| 00000230 75 20 63 61 6e 20 73 61 76 65 20 74 68 65 20 72 |u can save the r| 00000240 65 73 75 6c 74 69 6e 67 20 66 69 6c 65 20 69 6e |esulting file in| 00000250 20 74 68 65 20 73 74 61 6e 64 61 72 64 20 77 61 | the standard wa| 00000260 79 2e 20 4e 6f 74 65 20 74 68 61 74 20 74 68 65 |y. Note that the| 00000270 20 66 69 6c 65 6e 61 6d 65 20 69 73 20 75 73 75 | filename is usu| 00000280 61 6c 6c 79 20 74 68 65 20 73 61 6d 65 20 61 73 |ally the same as| 00000290 20 74 68 65 20 48 54 4d 4c 20 66 69 6c 65 20 2d | the HTML file -| 000002a0 20 62 75 74 20 69 66 20 74 68 65 20 6f 72 69 67 | but if the orig| 000002b0 69 6e 61 6c 20 48 54 4d 4c 20 66 69 6c 65 20 68 |inal HTML file h| 000002c0 61 73 20 61 20 44 4f 53 20 65 78 74 65 6e 73 69 |as a DOS extensi| 000002d0 6f 6e 20 6f 66 20 2f 68 74 6d 20 6f 72 20 2f 68 |on of /htm or /h| 000002e0 74 6d 6c 20 74 68 65 6e 20 74 68 69 73 20 77 69 |tml then this wi| 000002f0 6c 6c 20 61 75 74 6f 6d 61 74 69 63 61 6c 6c 79 |ll automatically| 00000300 20 62 65 20 63 68 61 6e 67 65 64 20 74 6f 20 2f | be changed to /| 00000310 74 78 74 20 2e 0a 0a 43 6c 69 63 6b 69 6e 67 20 |txt ...Clicking | 00000320 4d 65 6e 75 20 6f 6e 20 74 68 65 20 69 63 6f 6e |Menu on the icon| 00000330 62 61 72 20 69 63 6f 6e 20 6f 70 65 6e 73 20 74 |bar icon opens t| 00000340 68 65 20 6d 61 69 6e 20 6d 65 6e 75 2e 0a 0a 14 |he main menu....| 00000350 54 68 65 20 46 69 6c 65 20 73 75 62 6d 65 6e 75 |The File submenu| 00000360 0a 49 66 20 74 68 65 72 65 20 69 73 20 6e 6f 20 |.If there is no | 00000370 66 69 6c 65 20 6c 6f 61 64 65 64 2c 20 74 68 65 |file loaded, the| 00000380 6e 20 74 68 69 73 20 73 75 62 6d 65 6e 75 20 77 |n this submenu w| 00000390 69 6c 6c 20 62 65 20 67 72 65 79 65 64 20 6f 75 |ill be greyed ou| 000003a0 74 2e 20 4f 74 68 65 72 77 69 73 65 2c 20 69 74 |t. Otherwise, it| 000003b0 20 63 6f 6e 74 61 69 6e 73 20 74 68 72 65 65 20 | contains three | 000003c0 6f 70 74 69 6f 6e 73 3a 0a 0a 02 41 62 6f 75 74 |options:...About| 000003d0 0a 54 68 69 73 20 73 68 6f 77 73 20 61 20 6c 69 |.This shows a li| 000003e0 74 74 6c 65 20 69 6e 66 6f 72 6d 61 74 69 6f 6e |ttle information| 000003f0 20 61 62 6f 75 74 20 74 68 65 20 48 54 4d 4c 20 | about the HTML | 00000400 61 6e 64 20 49 6d 70 72 65 73 73 69 6f 6e 20 66 |and Impression f| 00000410 69 6c 65 73 2e 0a 0a 02 53 61 76 65 20 49 6d 70 |iles....Save Imp| 00000420 72 65 73 73 69 6f 6e 0a 54 68 69 73 20 6c 65 74 |ression.This let| 00000430 73 20 79 6f 75 20 73 61 76 65 20 28 6f 72 20 72 |s you save (or r| 00000440 65 2d 73 61 76 65 29 20 74 68 65 20 49 6d 70 72 |e-save) the Impr| 00000450 65 73 73 69 6f 6e 20 66 69 6c 65 2e 0a 0a 02 53 |ession file....S| 00000460 61 76 65 20 48 54 4d 4c 0a 54 68 69 73 20 6c 65 |ave HTML.This le| 00000470 74 73 20 79 6f 75 20 73 61 76 65 20 28 6f 72 20 |ts you save (or | 00000480 72 65 2d 73 61 76 65 29 20 74 68 65 20 6f 72 69 |re-save) the ori| 00000490 67 69 6e 61 6c 20 48 54 4d 4c 20 66 69 6c 65 2e |ginal HTML file.| 000004a0 0a 0a 02 43 6c 65 61 72 0a 54 68 69 73 20 72 65 |...Clear.This re| 000004b0 6d 6f 76 65 73 20 74 68 65 20 64 61 74 61 20 73 |moves the data s| 000004c0 74 6f 72 65 64 20 62 79 20 74 68 65 20 70 72 6f |tored by the pro| 000004d0 67 72 61 6d 2c 20 66 72 65 65 69 6e 67 20 61 70 |gram, freeing ap| 000004e0 70 6c 69 63 61 74 69 6f 6e 20 6d 65 6d 6f 72 79 |plication memory| 000004f0 2e 0a 0a 14 53 75 70 70 6f 72 74 65 64 20 74 61 |....Supported ta| 00000500 67 73 0a 48 54 4d 4c 20 2d 3e 20 49 6d 70 72 65 |gs.HTML -> Impre| 00000510 73 73 69 6f 6e 20 63 61 6e 20 63 6f 6e 76 65 72 |ssion can conver| 00000520 74 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 |t the following | 00000530 74 61 67 73 3a 0a 09 3c 68 31 3e 3c 2f 68 31 3e |tags:..<h1></h1>| 00000540 20 3c 68 32 3e 3c 2f 68 32 3e 20 3c 68 33 3e 3c | <h2></h2> <h3><| 00000550 2f 68 33 3e 20 3c 68 34 3e 3c 2f 68 34 3e 20 3c |/h3> <h4></h4> <| 00000560 68 35 3e 3c 2f 68 35 3e 20 3c 68 36 3e 3c 2f 68 |h5></h5> <h6></h| 00000570 36 3e 20 3c 62 72 3e 20 3c 70 3e 20 3c 68 72 3e |6> <br> <p> <hr>| 00000580 20 3c 62 3e 3c 2f 62 3e 20 3c 69 3e 3c 2f 69 3e | <b></b> <i></i>| 00000590 20 3c 73 75 70 3e 3c 2f 73 75 70 3e 20 3c 73 75 | <sup></sup> <su| 000005a0 62 3e 3c 2f 73 75 62 3e 20 3c 69 6d 67 3e 20 3c |b></sub> <img> <| 000005b0 61 3e 3c 2f 61 3e 20 3c 75 6c 3e 3c 2f 75 6c 3e |a></a> <ul></ul>| 000005c0 20 3c 6f 6c 3e 3c 2f 6f 6c 3e 20 3c 6c 69 3e 20 | <ol></ol> <li> | 000005d0 3c 70 72 65 3e 3c 2f 70 72 65 3e 20 3c 6c 69 73 |<pre></pre> <lis| 000005e0 74 69 6e 67 3e 3c 2f 6c 69 73 74 69 6e 67 3e 20 |ting></listing> | 000005f0 3c 73 61 6d 70 3e 3c 2f 73 61 6d 70 3e 20 3c 61 |<samp></samp> <a| 00000600 64 64 72 65 73 73 3e 3c 2f 61 64 64 72 65 73 73 |ddress></address| 00000610 3e 20 3c 63 6f 64 65 3e 3c 2f 63 6f 64 65 3e 20 |> <code></code> | 00000620 3c 6b 62 64 3e 3c 2f 6b 62 64 3e 20 3c 74 74 3e |<kbd></kbd> <tt>| 00000630 3c 2f 74 74 3e 20 3c 71 75 6f 74 65 3e 3c 2f 71 |</tt> <quote></q| 00000640 75 6f 74 65 3e 20 3c 65 6d 3e 3c 2f 65 6d 3e 20 |uote> <em></em> | 00000650 3c 63 69 74 65 3e 3c 2f 63 69 74 65 3e 20 3c 64 |<cite></cite> <d| 00000660 66 6e 3e 3c 2f 64 66 6e 3e 20 3c 63 65 6e 74 65 |fn></dfn> <cente| 00000670 72 3e 3c 2f 63 65 6e 74 65 72 3e 20 3c 74 69 74 |r></center> <tit| 00000680 6c 65 3e 3c 2f 74 69 74 6c 65 3e 20 3c 64 6c 3e |le></title> <dl>| 00000690 3c 2f 64 6c 3e 20 3c 64 64 3e 20 3c 64 74 3e 20 |</dl> <dd> <dt> | 000006a0 3c 66 6f 6e 74 3e 3c 2f 66 6f 6e 74 3e 0a 0a 14 |<font></font>...| 000006b0 53 75 70 70 6f 72 74 65 64 20 63 68 61 72 61 63 |Supported charac| 000006c0 74 65 72 73 0a 48 54 4d 4c 20 2d 3e 20 49 6d 70 |ters.HTML -> Imp| 000006d0 72 65 73 73 69 6f 6e 20 63 61 6e 20 63 6f 6e 76 |ression can conv| 000006e0 65 72 74 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e |ert the followin| 000006f0 67 20 26 63 68 61 72 61 63 74 65 72 73 20 28 69 |g &characters (i| 00000700 6e 63 6c 75 64 69 6e 67 20 75 70 70 65 72 2f 6c |ncluding upper/l| 00000710 6f 77 65 72 20 63 61 73 65 73 20 77 68 65 72 65 |ower cases where| 00000720 20 61 70 70 72 6f 70 72 69 61 74 65 29 3a 0a 09 | appropriate):..| 00000730 41 65 6c 69 67 2c 20 61 61 63 75 74 65 2c 20 61 |Aelig, aacute, a| 00000740 63 69 72 63 2c 20 61 67 72 61 76 65 2c 20 61 72 |circ, agrave, ar| 00000750 69 6e 67 2c 20 61 74 69 6c 64 65 2c 20 61 75 6d |ing, atilde, aum| 00000760 6c 2c 20 63 63 65 64 69 6c 2c 20 63 65 64 69 6c |l, ccedil, cedil| 00000770 6c 61 2c 20 65 74 68 2c 20 65 61 63 75 74 65 2c |la, eth, eacute,| 00000780 20 65 63 69 72 63 2c 20 65 67 72 61 76 65 2c 20 | ecirc, egrave, | 00000790 65 75 6d 6c 2c 20 69 61 63 75 74 65 2c 20 69 63 |euml, iacute, ic| 000007a0 69 72 63 2c 20 69 67 72 61 76 65 2c 20 69 75 6d |irc, igrave, ium| 000007b0 6c 2c 20 6e 74 69 6c 64 65 2c 20 6f 61 63 75 74 |l, ntilde, oacut| 000007c0 65 2c 20 6f 63 69 72 63 2c 20 6f 67 72 61 76 65 |e, ocirc, ograve| 000007d0 2c 20 6f 73 6c 61 73 68 2c 20 6f 74 69 6c 64 65 |, oslash, otilde| 000007e0 2c 20 6f 75 6d 6c 2c 20 74 68 6f 72 6e 2c 20 75 |, ouml, thorn, u| 000007f0 61 63 75 74 65 2c 20 75 63 69 72 63 2c 20 75 67 |acute, ucirc, ug| 00000800 72 61 76 65 2c 20 67 72 61 76 65 2c 20 75 75 6d |rave, grave, uum| 00000810 6c 2c 20 79 61 63 75 74 65 2c 20 61 63 75 74 65 |l, yacute, acute| 00000820 2c 20 61 6d 70 2c 20 62 72 76 62 61 72 2c 20 63 |, amp, brvbar, c| 00000830 65 6e 74 2c 20 63 6f 70 79 2c 20 63 75 72 72 65 |ent, copy, curre| 00000840 6e 2c 20 64 65 67 72 65 65 2c 20 64 69 65 2c 20 |n, degree, die, | 00000850 64 69 76 69 64 65 2c 20 66 69 73 68 2c 20 66 72 |divide, fish, fr| 00000860 61 63 31 34 2c 20 66 72 61 63 31 32 2c 20 66 72 |ac14, frac12, fr| 00000870 61 63 33 34 2c 20 67 74 2c 20 69 65 78 63 6c 2c |ac34, gt, iexcl,| 00000880 20 69 71 75 65 73 74 2c 20 6c 61 71 75 6f 2c 20 | iquest, laquo, | 00000890 6c 74 2c 20 6d 61 63 72 6f 6e 2c 20 6d 69 63 72 |lt, macron, micr| 000008a0 6f 2c 20 6d 69 64 64 6f 74 2c 20 6e 62 73 70 2c |o, middot, nbsp,| 000008b0 20 6e 6f 74 2c 20 6f 72 64 66 2c 20 6f 72 64 6d | not, ordf, ordm| 000008c0 2c 20 70 61 72 61 2c 20 70 6c 75 73 6d 6e 2c 20 |, para, plusmn, | 000008d0 70 6f 75 6e 64 2c 20 71 75 6f 74 2c 20 72 61 71 |pound, quot, raq| 000008e0 75 6f 2c 20 72 65 67 2c 20 73 65 63 74 2c 20 73 |uo, reg, sect, s| 000008f0 68 79 2c 20 73 75 70 31 2c 20 73 75 70 32 2c 20 |hy, sup1, sup2, | 00000900 73 75 70 33 2c 20 73 7a 6c 69 67 2c 20 74 69 6d |sup3, szlig, tim| 00000910 65 73 2c 20 74 72 61 64 65 2c 0a 09 79 65 6e 2c |es, trade,..yen,| 00000920 20 79 75 6d 6c 0a 0a 14 48 69 73 74 6f 72 79 0a | yuml...History.| 00000930 02 56 65 72 73 69 6f 6e 20 3f 2e 3f 3f 20 28 3f |.Version ?.?? (?| 00000940 3f 2f 3f 3f 2f 3f 3f 3f 3f 29 0a 53 69 6d 70 6c |?/??/????).Simpl| 00000950 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 74 68 |e application th| 00000960 61 74 20 73 74 72 69 70 73 20 74 61 67 73 20 66 |at strips tags f| 00000970 72 6f 6d 20 48 54 4d 4c 20 66 69 6c 65 73 2c 20 |rom HTML files, | 00000980 63 6f 6e 76 65 72 74 69 6e 67 20 74 68 65 6d 20 |converting them | 00000990 69 6e 74 6f 20 70 6c 61 69 6e 20 74 65 78 74 2e |into plain text.| 000009a0 0a 0a 02 56 65 72 73 69 6f 6e 20 31 2e 30 30 20 |...Version 1.00 | 000009b0 28 32 39 2f 30 37 2f 31 39 39 37 29 0a 44 65 63 |(29/07/1997).Dec| 000009c0 69 64 65 64 20 74 6f 20 73 77 69 74 63 68 20 6d |ided to switch m| 000009d0 79 20 62 72 61 69 6e 20 6f 6e 20 74 6f 64 61 79 |y brain on today| 000009e0 2c 20 61 6e 64 20 72 65 61 6c 69 73 65 64 20 74 |, and realised t| 000009f0 68 61 74 20 6d 6f 73 74 20 77 65 62 20 62 72 6f |hat most web bro| 00000a00 77 73 65 72 73 20 63 61 6e 20 65 78 70 6f 72 74 |wsers can export| 00000a10 20 48 54 4d 4c 20 61 73 20 70 6c 61 69 6e 20 74 | HTML as plain t| 00000a20 65 78 74 20 61 6e 79 77 61 79 21 20 53 65 74 20 |ext anyway! Set | 00000a30 61 62 6f 75 74 20 61 64 61 70 74 69 6e 67 20 74 |about adapting t| 00000a40 68 65 20 70 72 6f 67 72 61 6d 20 74 6f 20 63 6f |he program to co| 00000a50 6e 76 65 72 74 20 74 68 65 20 74 61 67 73 20 69 |nvert the tags i| 00000a60 6e 74 6f 20 49 6d 70 72 65 73 73 69 6f 6e 20 66 |nto Impression f| 00000a70 6f 72 6d 61 74 2e 0a 0a 02 56 65 72 73 69 6f 6e |ormat....Version| 00000a80 20 31 2e 30 32 20 28 33 30 2f 30 37 2f 31 39 39 | 1.02 (30/07/199| 00000a90 37 29 0a 49 6e 63 6c 75 64 65 64 20 6f 70 74 69 |7).Included opti| 00000aa0 6f 6e 73 20 74 6f 20 72 65 2d 73 61 76 65 20 74 |ons to re-save t| 00000ab0 68 65 20 66 69 6c 65 20 69 6e 20 49 6d 70 72 65 |he file in Impre| 00000ac0 73 73 69 6f 6e 20 6f 72 20 48 54 4d 4c 20 66 6f |ssion or HTML fo| 00000ad0 72 6d 61 74 73 2c 20 61 6e 64 20 69 6e 63 6c 75 |rmats, and inclu| 00000ae0 64 65 20 61 6e 20 27 41 62 6f 75 74 20 74 68 69 |de an 'About thi| 00000af0 73 20 66 69 6c 65 27 20 73 75 62 6d 65 6e 75 2e |s file' submenu.| 00000b00 0a 0a 02 56 65 72 73 69 6f 6e 20 31 2e 30 35 20 |...Version 1.05 | 00000b10 28 33 31 2f 30 37 2f 31 39 39 37 29 0a 41 64 64 |(31/07/1997).Add| 00000b20 65 64 20 6d 6f 72 65 20 74 61 67 73 20 61 6e 64 |ed more tags and| 00000b30 20 63 68 61 72 61 63 74 65 72 73 2e 20 41 6c 73 | characters. Als| 00000b40 6f 20 66 69 78 65 64 20 74 68 65 20 3c 66 6f 6e |o fixed the <fon| 00000b50 74 20 73 69 7a 65 3e 20 74 61 67 20 69 6e 74 65 |t size> tag inte| 00000b60 72 70 72 65 74 61 74 69 6f 6e 2e 0a 0a 02 56 65 |rpretation....Ve| 00000b70 72 73 69 6f 6e 20 31 2e 30 36 20 28 30 31 2f 30 |rsion 1.06 (01/0| 00000b80 38 2f 31 39 39 37 29 0a 46 69 78 65 64 20 61 20 |8/1997).Fixed a | 00000b90 62 75 67 20 69 6e 20 74 68 65 20 53 61 76 65 2f |bug in the Save/| 00000ba0 53 61 76 65 41 63 6b 2f 4c 6f 61 64 2f 4c 6f 61 |SaveAck/Load/Loa| 00000bb0 64 41 63 6b 20 6d 65 73 73 61 67 65 73 2c 20 73 |dAck messages, s| 00000bc0 6f 20 74 68 61 74 20 69 6d 70 6f 72 74 69 6e 67 |o that importing| 00000bd0 20 66 72 6f 6d 2f 65 78 70 6f 72 74 69 6e 67 20 | from/exporting | 00000be0 74 6f 20 6f 74 68 65 72 20 61 70 70 6c 69 63 61 |to other applica| 00000bf0 74 69 6f 6e 73 20 77 6f 72 6b 73 20 70 72 6f 70 |tions works prop| 00000c00 65 72 6c 79 21 0a |erly!.| 00000c06