	DOCHTML : HP 200LX Memo to HTML Converter
        ==========================================
 
DOCHTML ver. 1.1 is a command line DOS application that converts 
a HP 200LX's Memo file to a HTML file  that can be directly 
publish on the web.  The formatting facilities available in memo editor 
can be used and they get translated to their HTML equivalent.  Additionaly, 
HTML tags can be embedded in the DOC file and they are also embedded into 
the HTML file.  Please note that no validation is performed on any embedded 
HTML tags.  So use it at your own risk!

Usage: DOCHTML <Doc File> <HTML File>

This reads the .DOC file and generates a new HTML file from it.

Installation Instructions
==========================

1.  Unzip the contents of the zip file in a separate directory, say f:\dochtml.  
2.  Make sure that the iso88591 file is in the same directory as the executable.
3.  Add the following setting to your AUTOEXEC.BAT file on the last line.
	SET PATH=%PATH%;f:\dochtml

Author
======

Vivek Venugopalan  email: vivek.venugopalan@usa.net

License
========

DOCHTML is copyrighted freeware. DOCHTML may not be distributed
commercially or bundled with commercial products without
license.

Users of DOCHTML must accept this disclaimer of warranty:

"DOCHTML is supplied as is. The author disclaims all warranties,
expressed or implied, including, without limitation, the
warranties of merchantability and of fitness for any purpose.
The author assumes no liability for damages, direct or
consequential, which may result from the use of DOCHTML."

Whats New
==========

1.1	This version is my first stab at internationalization.  It will currently support western European languages.  My thanks to Max Steger for providing all the help in building a German version.  For other language support, please contact me at vivek.venugopalan@usa.net

1.0	The program is not complete in its translation since I dont have the complete 
version of HP's DOC file format.  What I have is from a file on the HP's SDK 
which is very incomplete.  If anybody has more information please let me know 
so I can work on a better translator.

Known Bugs
==========

1.  DOCHTML cannot handle embedded TAB (ASCII 09) character in a memo doc file because HTML does not support TABs.
