Info: This AmigaDos command permit you to convert Ascii
text files to HTML document format. This is very
useful when you want make your web page from an
existing text file. Moreover you can include
HTML commands in the text files beacause with a
special flags this program don't convert the HTML
commands character (&, <, > and ").
Features:
- Very, Very Fast (Async read & write implemented).
- ISO Latin 1 Character Entities conversion.
- Skip non printable characters.
- Add a simple HTML header to output document.
- Definable linefeed output (standart "<P>").
Future Enhancements:
- ANSI codes conversion.
- Autorecognize HTML commands.
- Any suggestion is well accepted.
Usage:
TXT2HTML FROM in TO out SKIP=SKIP&<>" NOHTML PAR=PARAGRAPH HELP
FROM filein - Ascii Text input file.
TO fileout - HTML Format output file.
SKIP=SKIP&<>" - Don't convert &,<,>," characters.
NOHTML - Don't add standart <HTML> header.
PAR=PARAGRAPH - Define a custom user linefeed HTML command.
For default the value of this option is:
"<P>" but you can use also "<BR>".
HELP - This message.
MailWare:
This software is MailWare, so if you use it send a e-mail to:
Giambattista Bloisi (licgin@relay.income.it)
|