Checkurl - a URL validator
Copyright (C) 1998  Bruhat Patrice (bruhat@geocities.com) , Alexandre Martin (amartin@aws.fr)

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.



///////////////////////////////////////
//  READ THIS BEFORE USING CheckUrl ///
///////////////////////////////////////


1. Requierements

CheckUrl need JDK >= 1.1.5 to run

It have been successfully tested on Dos and Solaris.



2. Installation


- Gunzip the archive with gunzip Checkurl.tgz


- tar -xvf Checkurl.tar


- set your path to the java/bin directory et your current path

  On Unix: export PATH=$PATH:/your/path/to/jdk/bin/;.

  On Dos:  set PATH=$PATH;drive:\path\to\jdk\bin\;.


- set your classpath to java/lib/classes.zip and Checkurl/adc.jar

  On Unix: export CLASSPATH=$CLASSPATH:/your/path/to/Checkurl/adc.jar:your/path/to/jdk/lib/classes.zip:.

  On Dos:  set CLASSPATH=$CLASSPATH;drive:\your\path\to\Checkurl\adc.jar;drive:\your\path\to\jdk\lib\classes.zip


- If you want to use the CGI script, you have to change the path in the Checkurl.cgi file. (path and 
classpath)

-Checkurl is installed ! Congratulations ! If it doesn't work, e-mail us at bruhat@geocities.com or
amartin@aws.fr




3. Usage

See index.html for all options and examples of Checkurl utilisation.

