diff options
Diffstat (limited to 'htdocs/docs')
-rwxr-xr-x | htdocs/docs/api.html | 8 | ||||
-rwxr-xr-x | htdocs/docs/install.html | 10 | ||||
-rw-r--r-- | htdocs/docs/install_win.html | 12 |
3 files changed, 15 insertions, 15 deletions
diff --git a/htdocs/docs/api.html b/htdocs/docs/api.html index a297e25..5e74edb 100755 --- a/htdocs/docs/api.html +++ b/htdocs/docs/api.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: api.html,v 1.17 2009-06-23 18:20:37 ville Exp $" ---><!--#set var="date" value="\$Date: 2009-06-23 18:20:37 $" +<!--#set var="revision" value="\$Id: api.html,v 1.18 2009-06-23 18:27:39 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-06-23 18:27:39 $" --><!--#set var="title" value="Documentation of the Programmatic Interface (API) to The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -285,10 +285,10 @@ element, but also the <code>warning</code> element are <code>line</code>, <code> <h4>Known libraries for the W3C Markup Validator API</h4> <ul> - <li><a href="http://search.cpan.org/dist/WebService-Validator-HTML-W3C/">WebService::Validator::HTML::W3C</a> in perl, + <li><a href="http://search.cpan.org/dist/WebService-Validator-HTML-W3C/">WebService::Validator::HTML::W3C</a> in Perl, by Struan Donald.</li> <li><a href="http://pear.php.net/package/Services_W3C_HTMLValidator" title="PEAR Package : Services_W3C_HTMLValidator">Services_W3C_HTMLValidator</a> in PHP, a PEAR library by Brett Bieber.</li> - <li><a href="http://www.clickfind.com.au/developers-directory/code.cfm">ColdFusion (MX7) class</a> by the clickfind team</li> + <li><a href="http://www.clickfind.com.au/developers-directory/code.cfm">ColdFusion (MX7) class</a> by the clickfind team.</li> <li><a href="http://sourceforge.net/projects/w3cmarkupvalida/">C# library</a> by María Eugenia Fernández Menéndez. </ul> diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index f0a255b..cdf9526 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.49 2009-06-23 17:59:49 ville Exp $" ---><!--#set var="date" value="\$Date: 2009-06-23 17:59:49 $" +<!--#set var="revision" value="\$Id: install.html,v 1.50 2009-06-23 18:27:39 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-06-23 18:27:39 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -116,7 +116,7 @@ install Bundle::W3C::Validator <h5>For reference: List of required Perl module distributions</h5> <p><strong>You may skip this if you have successfully installed the bundle above</strong>.</p> - <p>Below are the perl modules required to run the Markup Validator. This list is informative, + <p>Below are the Perl modules required to run the Markup Validator. This list is informative, you do not need to install them individually if you follow the <a href="#install-prereq-perl">CPAN instructions</a> above.</p> @@ -178,7 +178,7 @@ install Bundle::W3C::Validator </dd> <dt><a href="http://search.cpan.org/dist/XML-LibXML/">XML-LibXML</a></dt> <dd> - The perl binding for libxml2, used to check the syntax of XML-based document types. + The Perl binding for libxml2, used to check the syntax of XML-based document types. </dd> <dt><a href="http://search.cpan.org/dist/String-Approx/">String-Approx</a></dt> <dd> @@ -189,7 +189,7 @@ install Bundle::W3C::Validator <h6>For reference: List of optional Perl module distributions</h6> <p> - The perl modules listed below are optional; the validator will use + The Perl modules listed below are optional; the validator will use them to provide some extra functionality if they're available. </p> diff --git a/htdocs/docs/install_win.html b/htdocs/docs/install_win.html index cc9ee2b..03e9d11 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.18 2009-02-18 15:17:53 ot Exp $" ---><!--#set var="date" value="\$Date: 2009-02-18 15:17:53 $" +<!--#set var="revision" value="\$Id: install_win.html,v 1.19 2009-06-23 18:27:39 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-06-23 18:27:39 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service (Windows, Apache)" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -13,7 +13,7 @@ <li><a href="#needed-programs">Needed programs and other prerequisites</a></li> <li><a href="#directory-structure">Directory Structure</a></li> <li><a href="#install-programs">Installation of the Programs</a></li> - <li><a href="#modules">Integration of the Perl-Modules</a></li> + <li><a href="#modules">Integration of the Perl Modules</a></li> <li><a href="#config-apache">Configuration of the Apache Web server</a></li> <li><a href="#adaption-of-hosts">Adaptation of the hosts-File</a></li> <li><a href="#config-validator">Configuration of the Validator</a></li> @@ -91,7 +91,7 @@ At <a href="http://ppm.activestate.com/">Active State</a>, <p>One suggested method is to have a directory <code>C:\www</code> in which all programs concerning the Web server are located (in subfolders, obviously). For instance, Apache is installed in - <code>C:\www\Apache2</code>, Perl in <code>C:\www\perl</code>, the perl modules unzipped in + <code>C:\www\Apache2</code>, Perl in <code>C:\www\perl</code>, the Perl modules unzipped in <code>C:\www\pmm</code>, the validator itself in <code>C:\www\validator</code> and finally the DTD-Collection in <code>C:\www\sgml-lib</code></p> @@ -111,7 +111,7 @@ own setup.</p> <code>C:\www</code> as installation directory, and Apache will be installed to <code>C:\www\Apache2</code>.</p> -<h3 id="modules">Adding the Perl-Modules</h3> +<h3 id="modules">Adding the Perl Modules</h3> <p>Since Perl 5.8.8 build 817.91 PPM has a <acronym title="Graphical User Interface">GUI</acronym>. It is quite easy to use, if you do have any problems have a look at its documentation.</p> <p>You can add the modules from the downloaded package or directly from the web. If you want @@ -269,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.18 2009-02-18 15:17:53 ot Exp $ +# $Id: install_win.html,v 1.19 2009-06-23 18:27:39 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*', |