summaryrefslogtreecommitdiffstats
path: root/htdocs/docs/install_win.html
diff options
context:
space:
mode:
authorville <ville@localhost>2009-09-16 19:15:19 +0000
committerville <ville@localhost>2009-09-16 19:15:19 +0000
commit3d5b8eb96047b10feee4c73be0027e9343c80c49 (patch)
treebfea3ef7ac839f64484772d65c1863cf406bb1a5 /htdocs/docs/install_win.html
parent69712514e950563b59c43cdbc04b4d4a4ef8f113 (diff)
downloadmarkup-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_win.html')
-rw-r--r--htdocs/docs/install_win.html13
1 files changed, 3 insertions, 10 deletions
diff --git a/htdocs/docs/install_win.html b/htdocs/docs/install_win.html
index 2a2a3c9..1d70d0b 100644
--- a/htdocs/docs/install_win.html
+++ b/htdocs/docs/install_win.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: install_win.html,v 1.21 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_win.html,v 1.22 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 (Windows, Apache)"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -71,7 +71,6 @@ At <a href="http://ppm.activestate.com/">Active State</a>,
<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>
@@ -270,7 +269,7 @@ Include conf/extra/httpd-manual.conf
<pre>#
# Main Configuration File for the W3C Markup Validation Service.
#
-# $Id: install_win.html,v 1.21 2009-09-05 11:45:16 ville Exp $
+# $Id: install_win.html,v 1.22 2009-09-16 19:15:19 ville Exp $
#
# See 'perldoc Config::General' for the syntax, and be aware that the
# 'SplitPolicy' is 'equalsign', ie. keys and values are separated by '\s*=\s*',
@@ -357,12 +356,6 @@ Languages = en
#
#
-# Maps element names to URLs.
-&lt;Elements&gt;
- Include eref.cfg
-&lt;/Elements&gt;
-
-#
# Main document Type Registry; contains all information on the types
# of documents we support and how they are processed.
&lt;Types&gt;