- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 May 2007 03:38:27 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv22280/htdocs/docs
Modified Files:
install.html
Log Message:
* reordering prereq modules
* error and esis options obsolete - just use debug=1
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- install.html 24 Apr 2007 19:59:13 -0000 1.21
+++ install.html 24 May 2007 03:38:24 -0000 1.22
@@ -104,7 +104,7 @@
for more details.
</p>
- <p>The only current exception is SGML::Parser::OpenSP, for which at this point in time the development version
+ <p id="spo_cvs">The only current exception is SGML::Parser::OpenSP, for which at this point in time the development version
of the validator requires a not-yet-released version, which can be downloaded and installed
from <a href="http://sourceforge.net/projects/spo">SourceForge</a>. First make sure to have
<a href="#install-prereq-sp">OpenSP</a> installed, then get
@@ -126,14 +126,6 @@
above.</p>
<dl>
- <dt><a href="http://search.cpan.org/dist/SGML-Parser-OpenSP/">SGML-Parser-OpenSP</a></dt>
- <dd>
- Interface to the <a href="#install-prereq-sp">OpenSP parser</a>.
- </dd>
- <dt><a href="http://search.cpan.org/dist/XML-LibXML/">XML-LibXML</a></dt>
- <dd>
- The perl binding for libxml2, used to check the syntax of XML-based document types.
- </dd>
<dt><a href="http://search.cpan.org/dist/CGI.pm/">CGI.pm</a> >= 2.81</dt>
<dd>
The all-singing, all-dancing,
@@ -174,11 +166,18 @@
<dd>
IP address manipulation.
</dd>
+ <dt><a href="http://search.cpan.org/dist/SGML-Parser-OpenSP/">SGML-Parser-OpenSP</a></dt>
+ <dd>
+ Interface to the <a href="#install-prereq-sp">OpenSP parser</a>. The Validator currently requires a specific version of this module, see <a href="#spo_cvs">details on getting S::P::O from CVS</a> above.
+ </dd>
<dt><a href="http://search.cpan.org/dist/URI/">URI</a></dt>
<dd>
Library to handle URIs and escaping special characters in them.
</dd>
-
+ <dt><a href="http://search.cpan.org/dist/XML-LibXML/">XML-LibXML</a></dt>
+ <dd>
+ The perl binding for libxml2, used to check the syntax of XML-based document types.
+ </dd>
</dl>
<h5>List of optional Perl module distributions</h5>
@@ -367,7 +366,7 @@
<h4>The miracle debug options</h4>
<p>If the validator is misbehaving, you can try forcing various debug options by appending to
- the URL the following string: <kbd>&debug=1&errors=1&esis=1&verbose=1</kbd></p>
+ the URL the following string: <kbd>&debug=1</kbd></p>
<p>This can sometimes provide you with error messages that would not have appeared anywhere in
non-debug mode, and can be helpful to diagnose the problem</p>
Received on Thursday, 24 May 2007 03:38:32 UTC