- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 Apr 2007 08:35:42 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv11578/htdocs/docs
Modified Files:
install.html
Log Message:
Mention HTML-Tidy.
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- install.html 13 Nov 2006 04:13:52 -0000 1.17
+++ install.html 2 Apr 2007 08:35:39 -0000 1.18
@@ -126,7 +126,7 @@
above.</p>
<dl>
- <dt><a href="http://search.cpan.org/dist/SGML-Parser-OpenSP/">SGML::Parser::OpenSP</a></dt>
+ <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>
@@ -186,6 +186,21 @@
</dl>
+ <h5>List of optional Perl module distributions</h5>
+
+ <p>
+ The perl modules listed below are optional; the validator will use
+ them to provide some extra functionality if they're available.
+ </p>
+
+ <dl>
+ <dt><a href="http://search.cpan.org/dist/HTML-Tidy/">HTML-Tidy</a></dt>
+ <dd>
+ HTML-Tidy is used for generating a cleaned up version of the
+ submitted markup.
+ </dd>
+ </dl>
+
<h4><a id="install-components" name="install-components"></a>Install the various necessary components:</h4>
<ol>
<li><p>The installation guide assumes that you have a working Web server. We suggest
Received on Monday, 2 April 2007 08:36:37 UTC