diff options
author | ville <ville@localhost> | 2009-09-16 19:15:19 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-09-16 19:15:19 +0000 |
commit | 3d5b8eb96047b10feee4c73be0027e9343c80c49 (patch) | |
tree | bfea3ef7ac839f64484772d65c1863cf406bb1a5 /htdocs/docs/install.html | |
parent | 69712514e950563b59c43cdbc04b4d4a4ef8f113 (diff) | |
download | markup-validator-3d5b8eb96047b10feee4c73be0027e9343c80c49.zip markup-validator-3d5b8eb96047b10feee4c73be0027e9343c80c49.tar.gz markup-validator-3d5b8eb96047b10feee4c73be0027e9343c80c49.tar.bz2 |
Remove fuzzy matching/"Did you mean ..." implementation due to too many
incorrect suggestions emitted. We'd need to be aware of which attributes
and/or elements are valid in the checked document in the particular position;
flat lists of all HTML elements and attributes results in too many false
positives. String::Approx usage would have probably needed some work as
well, or perhaps it wasn't the best choice for the task to begin with.
Diffstat (limited to 'htdocs/docs/install.html')
-rwxr-xr-x | htdocs/docs/install.html | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index ed82ec5..7d86ffe 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.54 2009-09-05 11:45:16 ville Exp $" ---><!--#set var="date" value="\$Date: 2009-09-05 11:45:16 $" +<!--#set var="revision" value="\$Id: install.html,v 1.55 2009-09-16 19:15:19 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-09-16 19:15:19 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -184,10 +184,6 @@ install Bundle::W3C::Validator <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> @@ -317,11 +313,6 @@ HTML5 = http://localhost:8888/html5/ Maps character sets to conversion parameters for validator's internal UTF-8 conversion. </dd> - <dt>eref.cfg</dt> - <dd> - Contains the mappings from element names to a URL path - (relative to a configurable URL) for their definitions. - </dd> <dt>types.conf</dt> <dd> Maps MIME/HTTP Content-Types to an internal "document type" which |