---------------------------------------------------------
         NextRace, the Online Tracker v1.00
---------------------------------------------------------

NextRace is a tracker that can be managed and displayed 
within LFS via Insim. It can track multiple events. 
Events can be arranged in "calendars" (e.g: you can make a 
calendar for GFC league and another one for GTTC league
to keep the event lists separated).
Events can be created so that users can self-register for them.
You can read more about it here:
http://www.lfsforum.net/showthread.php?t=39551

---------------------------------------------------------
  Installation
---------------------------------------------------------
You need to have a Java Virtual Machine installed to make
NextRace run on your computer.
A "run.bat" is provided to launch the program.

1) Before launching the program, edit the "config.ini" file
and add your LFSWorld idKey there to let the program
download PBs and Hotlaps from LFSWorld with it.
E.g.
idKey=This_Should_Be_Your_IdKey_Value

2) Edit the "hosts.txt" file and put there the hosts you want
NextRace to connect to. One host per line, following 
this format: IP_Address;Insim_Port;Admin_Password
E.g.
127.0.0.1;17464;NextRace
127.0.0.2;29000;MyPassword

---------------------------------------------------------
  Log
---------------------------------------------------------
NextRace produces a log using Log4j.
The log file is by default named NextRace.log, but if 
you know how to use Log4j you can change it by using the
configuration file "log4j.properties".
In the default configuration file the log is limited to
a maximum size of 1000KB plus a backup file of the same
maximum size, so they shouldn't use more than 2Mb space.

---------------------------------------------------------
  Disclaimer & Licence
---------------------------------------------------------
This program is distributed without any warranty.
The author takes no responsibility for any damages this 
program may cause, use at your own risk.

This program uses third party libraries like:
commons-codec-1.3.jar
commons-httpclient-3.0.1.jar
commons-logging-1.0.4.jar
jinsim-0.5.rc4.jar
log4j-1.2.8.jar
These libraries have their own licence.