- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Nov 2006 04:13:54 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv6324/htdocs/docs
Modified Files:
install.html
Log Message:
porting 0.7.4 changes to HEAD:
* SOAP API can be disabled/enabled
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- install.html 17 May 2006 06:36:15 -0000 1.16
+++ install.html 13 Nov 2006 04:13:52 -0000 1.17
@@ -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> >= 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>
Received on Monday, 13 November 2006 04:14:07 UTC