diff options
Diffstat (limited to 'htdocs/docs/install.html')
-rwxr-xr-x | htdocs/docs/install.html | 10 |
1 files changed, 5 insertions, 5 deletions
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> |