- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Nov 2006 03:14:09 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv15847/docs
Modified Files:
Tag: validator-0_7-branch
install.html
Log Message:
validator.conf is generally the only config file needing edition
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.3
diff -u -d -r1.13.2.2 -r1.13.2.3
--- install.html 18 Aug 2005 19:21:41 -0000 1.13.2.2
+++ install.html 13 Nov 2006 03:14:07 -0000 1.13.2.3
@@ -208,6 +208,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
@@ -224,12 +231,7 @@
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 03:14:27 UTC