validator/htdocs/docs install_win.html,1.3,1.3.2.1

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

Modified Files:
      Tag: validator-0_7-branch
	install_win.html 
Log Message:
fixes, as reported by Stuart Roe

Index: install_win.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install_win.html,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- install_win.html	8 Aug 2005 01:12:33 -0000	1.3
+++ install_win.html	25 Aug 2005 08:13:56 -0000	1.3.2.1
@@ -94,8 +94,8 @@
 
 <p>One suggested method is to  have a directory <code>C:\www</code> in which all programs concerning the 
 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>, OpenSP in <code>C:\www\opensp</code>, the DTD-Collection in <code>C:\www\sgml-lib</code> and finally the validator itself
-in <code>C:\www\validator</code>.</p>
+<code>C:\www\Apache2</code>, Perl in <code>C:\www\perl</code>, the perl modules unzipped in <code>C:\www\pmm</code>, OpenSP in <code>C:\www\opensp</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>
 
 <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
@@ -303,7 +303,7 @@
 </pre>
 <p>and changing it to</p>
 <pre>
-Base = D:/www/validator
+Base = C:/www/validator
 </pre>
 <p>For the SGML <code>Library</code>, <code>c:/www/sgml-lib</code>
   is declared. Notice that slashes are used here instead of 
@@ -316,7 +316,7 @@
 </pre>
 <p>to</p>
 <pre>
-Parser = D:/www/opensp/onsgmls.exe  
+Parser = C:/www/opensp/onsgmls.exe  
 </pre>
 <p>The option <code>Home Page</code> has to be changed to the URL of 
   the validator, http://validator.example.org/ in our case.</p>

Received on Thursday, 25 August 2005 08:14:03 UTC