validator/htdocs/docs install_win.html,1.4,1.5

Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv4492/htdocs/docs

Modified Files:
	install_win.html 
Log Message:
fixed drive-letters

Index: install_win.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install_win.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- install_win.html	25 Aug 2005 08:15:12 -0000	1.4
+++ install_win.html	1 Oct 2005 11:25:44 -0000	1.5
@@ -350,7 +350,7 @@
     #
     # Base path. Defaults to the value of the W3C_VALIDATOR_HOME environment
     # variable or /usr/local/validator if the variable does not exist.
-    Base = D:/www/validator
+    Base = C:/www/validator
     
     #
     # Location of template files
@@ -363,7 +363,7 @@
         
         #
         # The SGML Parser to use. Defaults to /usr/bin/onsgmls.
-        Parser = D:/www/opensp/onsgmls.exe
+        Parser = C:/www/opensp/onsgmls.exe
     </SGML>
 </Paths>
 
@@ -489,7 +489,7 @@
 # Read Config Files.
 eval {
   my %config_opts = (
-     -ConfigFile => ('D:/www/validator/htdocs/config/validator.conf'),
+     -ConfigFile => ('C:/www/validator/htdocs/config/validator.conf'),
 </pre>     
 <p>Later in the script, the command line parameters for OpenSP are
   defined:</p>

Received on Saturday, 1 October 2005 11:25:54 UTC