diff options
author | dtibbe <dtibbe@localhost> | 2005-10-01 11:25:44 +0000 |
---|---|---|
committer | dtibbe <dtibbe@localhost> | 2005-10-01 11:25:44 +0000 |
commit | 87e42b17b04a408ae999412adc9c185d751623ee (patch) | |
tree | abee410d6324ea73785be88405d05878165a0a54 | |
parent | 3a4076bee211e299a8d708d7a3d3b8a271d14b5c (diff) | |
download | markup-validator-87e42b17b04a408ae999412adc9c185d751623ee.zip markup-validator-87e42b17b04a408ae999412adc9c185d751623ee.tar.gz markup-validator-87e42b17b04a408ae999412adc9c185d751623ee.tar.bz2 |
fixed drive-letters
-rw-r--r-- | htdocs/docs/install_win.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/htdocs/docs/install_win.html b/htdocs/docs/install_win.html index 86025b0..b90aeb8 100644 --- a/htdocs/docs/install_win.html +++ b/htdocs/docs/install_win.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install_win.html,v 1.4 2005-08-25 08:15:12 ot Exp $" --> -<!--#set var="date" value="\$Date: 2005-08-25 08:15:12 $" --> +<!--#set var="revision" value="\$Id: install_win.html,v 1.5 2005-10-01 11:25:44 dtibbe Exp $" --> +<!--#set var="date" value="\$Date: 2005-10-01 11:25:44 $" --> <!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service (Windows, Apache)" --> <!--#set var="relroot" value="../" --> <!--#include virtual="../header.html" --> @@ -330,7 +330,7 @@ Parser = C:/www/opensp/onsgmls.exe # # Main Configuration File for the W3C Markup Validation Service. # -# $Id: install_win.html,v 1.4 2005-08-25 08:15:12 ot Exp $ +# $Id: install_win.html,v 1.5 2005-10-01 11:25:44 dtibbe Exp $ # # See 'perldoc Config::General' for the syntax, and be aware that the # 'SplitPolicy' is 'equalsign', ie. keys and values are separated by '\s*=\s*', @@ -350,7 +350,7 @@ Parser = C:/www/opensp/onsgmls.exe # # 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 @@ Parser = C:/www/opensp/onsgmls.exe # # 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 @@ eval { # 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> |