Installation procedure for Windows

Hello all,

I do not know if it is the right place to send this feedback.
I was trying to install the W3C validator on a windows machine.
I was following that document:

> http://validator.w3.org/docs/install_win.html

This doc is wonderfull, the installation was done quite quickly.
But there are several small inconsistencies in the doc:

The begin of the document refers to c:\\www
The end of the document speaks of d:\\www

There is a change misssing in cgi-bin/check (line 127)

[..]
       -DefaultConfig    => {
          Protocols => {Allow => 'http,https'},
          Paths => {
            Base => ($ENV{W3C_VALIDATOR_HOME} || '/usr/local/validator'),
            SGML => {Parser => '/usr/bin/onsgmls'},
          },
       },
[..]
            Base => ($ENV{W3C_VALIDATOR_HOME} || 'c:\\www\\validator'),

Marc

Received on Friday, 30 September 2005 15:38:18 UTC