summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordtibbe <dtibbe@localhost>2007-03-13 13:30:03 +0000
committerdtibbe <dtibbe@localhost>2007-03-13 13:30:03 +0000
commitc198fb139c0a2538d2c3c0a505d07a55c55a674e (patch)
tree85c38eb471dcc280236f4f0621ff48388ce270c0
parentc9ccbc99090ea0a836be108932cdd4404e052dd9 (diff)
downloadmarkup-validator-c198fb139c0a2538d2c3c0a505d07a55c55a674e.zip
markup-validator-c198fb139c0a2538d2c3c0a505d07a55c55a674e.tar.gz
markup-validator-c198fb139c0a2538d2c3c0a505d07a55c55a674e.tar.bz2
sgml-lib path
minor fixes
-rw-r--r--htdocs/docs/install_win.html17
1 files changed, 12 insertions, 5 deletions
diff --git a/htdocs/docs/install_win.html b/htdocs/docs/install_win.html
index 0b024e1..b335480 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.8 2006-12-08 07:19:37 dtibbe Exp $" -->
-<!--#set var="date" value="\$Date: 2006-12-08 07:19:37 $" -->
+<!--#set var="revision" value="\$Id: install_win.html,v 1.9 2007-03-13 13:30:03 dtibbe Exp $" -->
+<!--#set var="date" value="\$Date: 2007-03-13 13:30:03 $" -->
<!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service (Windows, Apache)" -->
<!--#set var="relroot" value="../" -->
<!--#include virtual="../header.html" -->
@@ -91,7 +91,7 @@ At <a href="http://ppm.activestate.com/">Active State</a>,
Web server are located (in subfolders, obviously). For instance, Apache is installed in
<code>C:\www\Apache2</code>, Perl in <code>C:\www\perl</code>, the perl modules unzipped in
<code>C:\www\pmm</code>, the validator itself in <code>C:\www\validator</code> and finally
- the DTD-Collection in <code>C:\www\validator\htdocs\sgml-lib</code></p>
+ the DTD-Collection in <code>C:\www\sgml-lib</code></p>
<p>The rest of this guide will assume that these paths are being used. If you want to use another
directory structure, you will have to adapt the instructions and sample configuration to your
@@ -282,7 +282,7 @@ Base = C:/www/validator
#
# Main Configuration File for the W3C Markup Validation Service.
#
-# $Id: install_win.html,v 1.8 2006-12-08 07:19:37 dtibbe Exp $
+# $Id: install_win.html,v 1.9 2007-03-13 13:30:03 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*',
@@ -423,7 +423,14 @@ Element Ref URI = http://www.htmlhelp.com/reference/html40/
<p>This is the path to the Perl interpreter, up to now in
Unix-style. So it has to be changed to Windows-style. The
parameter <code>-T</code> is replaced by that, too.</p>
-<p>In a next step, the script is told where to find the
+<p>For some configurations, the check-skript needs to know where
+ its root directory is. It tries to read it from the environment
+ variable W3C_VALIDATOR_HOME and uses a default directory if it is
+ not set. That is done within the line:</p>
+<pre> my $base_path = $ENV{W3C_VALIDATOR_HOME} || '/usr/local/validator';</pre>
+<p>So we change that line fixed to our path:</p>
+<pre>> my $base_path = 'C:/www/validator'</pre>.
+<p>In the following lines the script is told where to find the
configuration file. That is done after the comment in these lines</p>
<pre>
#