- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 23 Jun 2009 18:27:41 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs In directory hutz:/tmp/cvs-serv554/docs Modified Files: api.html install.html install_win.html Log Message: Doc fine tuning. Index: install.html =================================================================== RCS file: /sources/public/validator/htdocs/docs/install.html,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- install.html 23 Jun 2009 17:59:49 -0000 1.49 +++ install.html 23 Jun 2009 18:27:39 -0000 1.50 @@ -116,7 +116,7 @@ <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 @@ </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 @@ <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> Index: install_win.html =================================================================== RCS file: /sources/public/validator/htdocs/docs/install_win.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- install_win.html 18 Feb 2009 15:17:53 -0000 1.18 +++ install_win.html 23 Jun 2009 18:27:39 -0000 1.19 @@ -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 @@ <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 @@ <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 Index: api.html =================================================================== RCS file: /sources/public/validator/htdocs/docs/api.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- api.html 23 Jun 2009 18:20:37 -0000 1.17 +++ api.html 23 Jun 2009 18:27:39 -0000 1.18 @@ -285,10 +285,10 @@ <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>
Received on Tuesday, 23 June 2009 18:27:50 UTC