-----------------------------------------------------------
Any problems, contact Nick Williams: njw@cs.city.ac.uk
For new releases, check out ftp.cs.city.ac.uk:/pub/htmltext
This is version 1.4
-----------------------------------------------------------

This is a standalone version of the Andrew EZ editor,
built with support for editing HTML documents in a
WYSIWYG fashion.  

To get going:
set the environment variable ANDREWDIR to have the
absolute pathname of the toplevel of this distribution.
YOU MUST SET THE ANDREWDIR VARIABLE FOR THE
EDITOR TO WORK.

From then, you will able to run the program "ez"
in the "bin" directory.  Any file with an extension of
.html will cause the html "mode" to be invoked.
example: to edit a file called "Home.html", use th
following command line
	ez Home.html

If you do not specify a ".html" extension, then normal
WYSIWYG text editing will be in operation, with NO 
HTML understanding.

Note: you should also change the two variables webPath
and defaultImage, specified in the file lib/global.prf.

Read the file help/htmlview.help to find out more 
(view it using this editor)

