Introduction:
-------------

ReadRace is a freeware Java(tm) application that teaches speed reading. 
It reads any text file and displays its contents so that a particular 
fixation width and words per minute speed is maintained. 
In accordance with the principles of speed reading, you cannot skip back 
in the text (regression), it is recommended that you start out with a 
WPM rate that is convenient for you and work your way up gradually to 
faster reading by increasing WPM.

What's new in version 2.03?
---------------------------
. Improved robustness 
. Support for all Java versions, including JDK 1.2.x

Planned features
----------------
. Installation binary (.EXE file for Windows 9x/NT)

Installation instructions on Solaris:
-------------------------------------
We assume that you have JRE or JDK already installed and in your PATH.
If you need JRE or JDK, please download it for your platform from
http://java.sun.com


mkdir $HOME/ReadRace
cp ReadRace.tar $HOME/ReadRace
cd $HOME/ReadRace
tar xvf ReadRace.tar

Starting ReadRace
-----------------
in a terminal window, type

readrace <Enter>

-- or --

cd $HOME/ReadRace
java Controller 

-- or --

cd $HOME/ReadRace
jre -cp . Controller

Installation instructions on Windows 9x/NT:
-------------------------------------------
We assume that you have JRE or JDK already installed and in your PATH.
If you need JRE or JDK, please download it for your platform from
http://java.sun.com

c:
mkdir \readrace
cd \readrace
pkunzip ReadRace.zip
or use WinZip to unzip ReadRace.zip

java Controller

--- or ---

jre -cp . Controller

Author: Andras Cser <acser@yahoo.com>
