Short:     Converts txt files to HTML Docs (+GUI)
Author:    Krzysztof "ssnake" Olsztynski (ssnake@interia.pl)
Uploader:  Krzysztof "ssnake" Olsztynski (ssnake@interia.pl)
Type:      util/conv
Version:   1.2
Requires:  Amiga, some mem.
           wizard.library for GUI.


This is simple TXT to HTML converter.It`s very useful
when You make a web site and want to add there Your
text files.

Usage: TxtToHTML <inputfile> [outputfile] [options]

OPTIONS:
   -centre             Center all text
   -iso2               Convert AmigaPL -> ISO-8859-2
   -fsize <size>       Font size (1-7) [Default is 3]
   -fcolour <colour>   Font colour 
   -bgcolour <colour>  BackGround colour
   -pre                Preformated bloks !!! 
   -nbsp               Non-breaking space
   -pf                 Paragraph formatting


Only inputfile is require.

 inputfile      text file to convert
 outputfile     path to html file (converted inputfile)



TxtToHTML history:

 1.2 (21-03-2002)  -  Speed up.
                   -  Add paragraph formatting option.
                   -  Optimalized source code.
                   -  Fixed some small bugs.
                   -  Add GUI (wizard).

 1.1 (01-01-2002)  -  Rewrite all source code.
                   -  Add font colour, background colour and font size
                      options.
                   -  Add preformated blocks option.
                   -  Add non-breaking space option.
                   -  Change status on E-MAILWARE.

 1.0 (16-07-2001)  -  First release.
 
