- From: Brian Gilkison <gilkison@one.net>
- Date: Sun, 23 Aug 1998 21:21:05 -0400
- To: <www-validator@w3.org>
I have attempted to makes some changes to the check script to bring it
inline with using of LWP for servicing the HTTP requests and responses.
However, since I am a Win32 user, I am unable to verify its functionality on
a wider set of platforms (UNIX, LINUX, etc.). I have posted a list of
changes to the following file:
http://w3.one.net/~gilkison/ftp/check.changes.txt
Format of the file looks like this:
****** check.original
166: if ( ! $parameters ) {
167: if ( $ENV{REQUEST_URI} =~ /check/ ) {
168: &redirect_to_home_page;
****** check.cgi
168: if ( ! $parameters ) {
169: if ( $ENV{REQUEST_URI} =~ $check ) {
170: &redirect_to_home_page;
******
Where check.original is the script as originally downloaded... Any comments
are appreciated...
- Brian Gilkison
> Brian Gilkison | http://w3.one.net/~gilkison/ <
> gilkison@one.net | finger for PGP Public key <
> <
> Barney: what happens when you feed a Smurf after midnite <
Received on Sunday, 23 August 1998 21:22:11 UTC