diff options
author | ot <ot@localhost> | 2006-11-13 04:13:52 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2006-11-13 04:13:52 +0000 |
commit | 919cbbb7d72037ea23f93aefed118f7696fb6cd2 (patch) | |
tree | ecb0fc3259af78bab89e85f36d3f952488fe0a09 /htdocs/docs/install.html | |
parent | 300627ae219f2f71c108a938e59a4e31ffd2eb26 (diff) | |
download | markup-validator-919cbbb7d72037ea23f93aefed118f7696fb6cd2.zip markup-validator-919cbbb7d72037ea23f93aefed118f7696fb6cd2.tar.gz markup-validator-919cbbb7d72037ea23f93aefed118f7696fb6cd2.tar.bz2 |
porting 0.7.4 changes to HEAD:
* SOAP API can be disabled/enabled
Diffstat (limited to 'htdocs/docs/install.html')
-rwxr-xr-x | htdocs/docs/install.html | 23 |
1 files changed, 14 insertions, 9 deletions
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> >= 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> |