- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Feb 2009 15:17:55 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv4248
Modified Files:
install.html install_win.html
Log Message:
documenting new dependencies
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- install.html 4 Feb 2009 20:01:39 -0000 1.45
+++ install.html 18 Feb 2009 15:17:53 -0000 1.46
@@ -181,6 +181,10 @@
<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/String-Approx/">String-Approx</a></dt>
+ <dd>
+ A library for fuzzy matching of text used to make the validator suggest automated corrections.
+ </dd>
</dl>
<h6>For reference: List of optional Perl module distributions</h6>
Index: install_win.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install_win.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- install_win.html 4 Feb 2009 20:01:39 -0000 1.17
+++ install_win.html 18 Feb 2009 15:17:53 -0000 1.18
@@ -70,6 +70,7 @@
<li>XML-NamespaceSupport</li>
<li>XML-SAX</li>
<li>XML-LibXML-Common</li>
+ <li>String-Approx</li>
</ul>
<p>...and the following are optional:</p>
<ul>
Received on Wednesday, 18 February 2009 15:18:05 UTC