Web In-site v1.1 by Uri Kerbel
==============================

	The current WWW address for the application is : 
		http://www.kalbi.demon.co.uk/winsite/win.htm

Contents:
	
	> Overview
	> System Requirements
	> Installation
	> Registration
	> Copyright Notice
	

Overview
---------

Web In-site is a fully-featured HTML editor developed using the
latest Java programming technology. This provides it with a unique
cross platform capability enabling it to be run with an identical
interface on any computer platform capable of running Java programs.
It has been designed to assist Web authors in the development of efficient
Web pages and in the creation of sophisticated Web Sites. 

In addition to the set of core features implemented in the application,
support is provided for some of the latest advancements in Web programming
such as the creation and use of style sheets using a cross browser
implementation of Cascading Style Sheets (CSS). 


System Requirements
-------------------

In order to run the software, you must have either the Java Development
Kit (JDK) 1.2 (or higher) or the Java 2 Runtime Environment installed on
your computer, both of which are available for free download from the
JavaSoft Homepage - http://www.javasoft.com . If you need any assistance
obtaining or installing either of these, please contact me and I'll do my
best to help.

Minimum recommended system requirements for running Java 2 applications on
all platforms are 32Mb of RAM with 48Mb recommended (the more the better). 


Installation
------------

	- Windows
	
		extract the contents of the win.zip file into the directory of your
		choice. A sub-directory called winsite will be created within that
		directory containing the application file and its help files (if you
		wish to install the program into C:\winsite - simply extract the
		contents of winsite.zip into C:\ and the winsite subdirectory will
		automatically be created for you).
		
		The program can be run by typing :
		
			java -jar win.jar
			
		from within that directory (or simply add the installation
		directory to your CLASSPATH variable).
		
			Note : It is sometimes possible to run a .jar file under
			a Win32 system by double clicking the .jar file icon.
			
	- UNIX/LINUX
		Change to the directory in which you'd like to install the 
		program and unzip the contents by using the following command:
		
			tar -zxpvf win.tar.gz
			
		This will create a sub-directory called winsite containing the
		application file and its help files.
		
		The program can be run by typing :
		
			java -jar win.jar
			
		from within that directory (or simply add the installation
		directory to your CLASSPATH variable).
		

Registration
------------

Web In-site is freeware and requires no registration fee. If you would
like to be notified of future upgrades and utilities, please send an
e-mail to the following address:

	winsite@excite.com
	
stating the version that you are currently using and your e-mail address.
I'd also appreciate it if you let me know how you came across the program
and what you think of it.

Copyright Notice
----------------

The author of 'Web In-site' accepts no responsibility for direct or
indirect damages resulting from use of this product and makes no
warranty or representation, either expressed or implied, including
but not limited to, any implied fitness for a particular purpose. 
This software is provided "as is", and you, the user, assume all
risks when using it. 

The user may not distribute, sublicense, resell, or otherwise
transfer for any consideration, or reproduce for any such purposes,
the 'Web In-site' software or any modification or derivation thereof,
either alone or in conjunction with any other product or program.
Further, the user may not modify the Web In-site software which is
protected by International Copyright. 


				-- Hope you enjoy the program --
						----- Uri -----
	