WMScript-1.0 - Public Release
--------------------------------------------------------------
Authors...:	Darren Greaves (darren@magma.dircon.co.uk) &
                Dave Clark (clarkd@skynet.ca) &
				Antoine Nulle (warp@xs4all.nl) &
				Martijn Pieterse (pieterse@xs4all.nl)

Credits...:	Mike Kershaw (dragorn@melchior.nerv-un.ml.org),
			Andy Roger (roger@roger.samond.ru) &
			Ulrik Kjems (uk@imm.dtu.dk)
			for their contributions to WMiNET (upon which WMScript is based)!
                        (see CHANGES file for details)				

			And all people out there who use this app
			and send in bugreports & feedback!


Description
--------------------------------------------------------------
WMScript is a customisable system monitoring app, it's mainly
designed for usage in WindowMaker's dock and gives you some
nice & nifty features like:

	* Configurable to monitor anything you like about your system
	* Selectable LED or LCD GUI;
	* Commandline options (-h for help);
	* Enable/disable monitoring through ~/.wmscriptrc;
    * Customs stats posistioning through ~/.wmscriptrc
	* User-definable scripts/commands through ~/.wmscriptrc;
	  
WMScript is heavily based on WMiNet (http://www.neotokyo.org/illusion/)
and that was tested on Alpha and x86 machines running
Linux (RedHat-5.1, RedHat-5.0 and SlackWare) and m68k Linux machines.
However, WMScript has only been tested on Slackware 3.6 and 7.0, so
it's possible some stuff I have introduced will not work on
other platforms.

The basic concept of WMScript is that it can display the numeric
output of up to five programs in the dock app.
For example, if you wanted to count the number of mails in your mail spool
you could use a command like -
grep -E '^Subject:' /var/spool/mail/$USER | wc -l
which would count the number of lines in your mail spool file
that began with 'Header' (a resonably reliable way of counting mails).
WMScript can be set to check this every (configurable number) of 
seconds, it can also be set to execute a command when you click
the corresponding display line in the window.


Files
--------------------------------------------------------------
README		This file.
INSTALL		Installation instructions.
HINTS 		Hints about what you can do with WMScript.
BUGS		Things you don't want to know ;-)
CHANGES		Description of changes.
TODO		Things we've already planned for WMScript.
COPYING		GNU General Public License Version 2.
	

Bugs
--------------------------------------------------------------
If you discover any bugs in this software, please send a 
bugreport to Darren Greaves <darren@magma.dircon.co.uk> and
describe the problem as detailed! as you can.


Copyright
--------------------------------------------------------------
WMScript is copyright (c) 2000 Darren Greaves and 1997/98 by Dave Clark,
Antoine Nulle and Martijn Pieterse.

WMScript is licensed through the GNU General Public License.
Read the COPYING file for the complete GNU license.
