- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Mar 2010 19:13:31 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv3242/htdocs/docs
Modified Files:
install.html
Log Message:
Drop support for HTML-(Head)Parser < 3.60.
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- install.html 14 Dec 2009 22:03:54 -0000 1.58
+++ install.html 3 Mar 2010 19:13:29 -0000 1.59
@@ -137,11 +137,9 @@
<dd>
Support for multiple character encodings.
</dd>
- <dt><a href="http://search.cpan.org/dist/HTML-Parser/">HTML-Parser</a> >= 3.24</dt>
+ <dt><a href="http://search.cpan.org/dist/HTML-Parser/">HTML-Parser</a> >= 3.60</dt>
<dd>
- Minimal HTML parser used for preparse and finding metadata. Version
- 3.24 or newer is required, but the full feature set is available
- only if version 3.60 or newer is installed.
+ Minimal HTML parser used for preparse and finding metadata.
</dd>
<dt><a href="http://search.cpan.org/dist/HTML-Encoding/">HTML-Encoding</a></dt>
<dd>
Received on Wednesday, 3 March 2010 19:13:32 UTC