- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 07 Oct 2005 02:39:37 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv27829
Modified Files:
Tag: validator-0_7-branch
install_win.html
Log Message:
porting David's changes of drive letters from HEAD (rev 1.5) to BRANCH
for upcoming release of 0.7.1
Index: install_win.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install_win.html,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -d -r1.3.2.1 -r1.3.2.2
--- install_win.html 25 Aug 2005 08:13:56 -0000 1.3.2.1
+++ install_win.html 7 Oct 2005 02:39:35 -0000 1.3.2.2
@@ -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 Friday, 7 October 2005 02:39:41 UTC