summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--htdocs/config/validator.conf8
-rwxr-xr-xhtdocs/docs/install.html23
2 files changed, 19 insertions, 12 deletions
diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf
index 320ff5f..acde331 100644
--- a/htdocs/config/validator.conf
+++ b/htdocs/config/validator.conf
@@ -1,7 +1,7 @@
#
# Main Configuration File for the W3C Markup Validation Service.
#
-# $Id: validator.conf,v 1.25 2005-08-18 04:16:54 bjoern Exp $
+# $Id: validator.conf,v 1.26 2006-11-13 04:13:52 ot 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*',
@@ -48,8 +48,10 @@ Enable Debug = no
Allow Private IPs = no
#
-# Whether the (highly experimental!) SOAP support should be enabled.
-Enable SOAP = no
+# Enable (or not) the web service API for this validator
+# see http://validator.w3.org/docs/api.html
+Enable SOAP = yes
+
#
# Whether the validator will check its own output.
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html
index e03c5f7..9e77b90 100755
--- a/htdocs/docs/install.html
+++ b/htdocs/docs/install.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: install.html,v 1.16 2006-05-17 06:36:15 ot Exp $"
---><!--#set var="date" value="\$Date: 2006-05-17 06:36:15 $"
+<!--#set var="revision" value="\$Id: install.html,v 1.17 2006-11-13 04:13:52 ot Exp $"
+--><!--#set var="date" value="\$Date: 2006-11-13 04:13:52 $"
--><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -94,7 +94,7 @@
title="Comprehensive Perl Archive Network">CPAN</acronym></a>
(minimum versions in parenthesis after the name). The following
list was complete when CVS spit out:
- <code>$Date: 2006-05-17 06:36:15 $</code>. <tt>:-)</tt>
+ <code>$Date: 2006-11-13 04:13:52 $</code>. <tt>:-)</tt>
</p>
<p>
One easy - and strongly recommended - way to take care of all these
@@ -145,6 +145,10 @@
<dd>
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>
+ Determine the encoding of HTML/XML/XHTML documents.
+ </dd>
<dt><a href="http://search.cpan.org/dist/HTML-Template/">HTML-Template</a> &gt;= 2.6</dt>
<dd>
Template system which allows us to separate Validator's logic and
@@ -232,6 +236,13 @@
here is a short description to get you started.
</p>
<dl>
+ <dt>validator.conf</dt>
+ <dd>
+ The validator's <strong>main configuration file</strong>. This will
+ generally be the only file you need to edit. It sets various parameters, such as:
+ the address of the maintainer, the URL for the "Home Page", various file paths and locations,
+ whether the <a href="api.html">API</a> is enabled, etc.
+ </dd>
<dt>charset.cfg</dt>
<dd>
Maps character sets to conversion parameters for validator's
@@ -248,12 +259,6 @@
Maps MIME/HTTP Content-Types to an internal "document type" which
is used for treating HTML, XML, and XHTML in different ways.
</dd>
- <dt>validator.conf</dt>
- <dd>
- Main configuration file. Gives various parameters (such as the
- address of the maintainer and the URL for the "Home Page") and
- the locations of the other configuration files and mapping tables.
- </dd>
</dl>