HTML2TXT Version 1.0

Copyright (C) Thomas Sahlin 1997

HTML2TXT can convert any HTML (HyperText Markup Language) file into a standard ASCII text file. The text file can then be imported by most text editors, word processors, DTP packages etc.

Once you have selected a HTML file you wish to convert, HTML2TXT will load in the file, remove all tags, and format the output text file to match the original HTML file.

This version of HTML2TXT does not support tables correctly, nor does it support numbered or nested lists, however it does support

centered text like this,

right justified text like this,

indented text like this,
     pre-formated
         text
             like
                 this,

The text file you're reading right now was actually created using HTML2TXT! The "HTML2TXT.HTM" is the original HTML file behind this text file.
If you have CAB you could try and convert the "EXAMPLE.HTM" file to get a clear picture of what HTML2TXT can and can not do.

HTML2TXT will not convert each and every character from ISO Latin-1 to match the Atari character set, however it supports most of the special characters that are constructed using the & and ; characters. For example É becomes É and é becomes é, this is in most cases enough. See Appendix A for all supported special characters.


Step by step guide to converting a HTML file


Installation

HTML2TXT does not require any installation, just put the program file were ever you think it's appropriate to keep it.

Distribution

HTML2TXT is FREEWARE, this means that you should feel free to spread the program as much as you like under the condition that you do not charge anyone for it, and that you make sure to pass this manual along with the program file.
You are not allowed to make any changes to the program or any of it's contents.


If you would like contact me, if you have any complains about the software, or if you simply want to keep your local post-office in business, you can send me a letter at:
             Thomas Sahlin
             Myrstigen 20
             151 60 S”dert„lje
             SWEDEN

Appendix A - special characters that are supported by HTML2TXT


In alphabetical order:
Capital characters:
ÀÀ
Æ Æ
Å Å
ÃÃ
Ä Ä
ÇÇ
ÉÉ
ÑÑ
ØØ
ÕÕ
Ö Ö
Þ Þ
Ü Ü
Small characters:
áá
â â
æ æ
àà
ãã
ä ä
çç
éé
ê ê
èè
ð ð
ë ë
íí
î î
ìì
ï ï
ññ
óó
ô ô
òò
øø
õõ
ö ö
ß ß
þ þ
úú
û û
ùù
ü ü
ÿ ÿ
Numeric and special graphic characters:
& &
> >
&lt; <
&quot; "

It's also possible to state the ASCII character number.
Example: &#33; becomes ! and &#34; becomes ".