diff options
-rwxr-xr-x | htdocs/about.html | 6 | ||||
-rw-r--r-- | htdocs/contribute.html | 6 | ||||
-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 | ||||
-rwxr-xr-x | htdocs/source/index.html | 8 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 6 |
7 files changed, 28 insertions, 28 deletions
diff --git a/htdocs/about.html b/htdocs/about.html index 3689f40..0707151 100755 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: about.html,v 1.44 2009-03-25 17:27:18 ot Exp $" ---><!--#set var="date" value="\$Date: 2009-03-25 17:27:18 $" +<!--#set var="revision" value="\$Id: about.html,v 1.45 2009-06-23 18:27:39 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-06-23 18:27:39 $" --><!--#set var="title" value="About the W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -157,7 +157,7 @@ </p> <ul> <li><a href="http://www.perl.org/">Perl</a> and many excellent open source - perl modules (see list in <a href="docs/install.html#install-prereq">installation documentation</a>)</li> + Perl modules (see list in <a href="docs/install.html#install-prereq">installation documentation</a>)</li> <li> A derivative version of <a href="http://www.jclark.com/">James Clark</a>'s excellent <a href="http://www.jclark.com/sp/"><acronym diff --git a/htdocs/contribute.html b/htdocs/contribute.html index a9bf175..0effd45 100644 --- a/htdocs/contribute.html +++ b/htdocs/contribute.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: contribute.html,v 1.4 2009-02-24 18:11:30 ot Exp $" ---><!--#set var="date" value="\$Date: 2009-02-24 18:11:30 $" +<!--#set var="revision" value="\$Id: contribute.html,v 1.5 2009-06-23 18:27:39 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-06-23 18:27:39 $" --><!--#set var="title" value="How to Contribute to the W3C Markup Validator" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -20,7 +20,7 @@ </li> <li> <p id="code"><strong>Code</strong>. The best way you can help the project is to get involved in the software development.</p> - <p><em>It only takes</em>: some knowledge of the perl + <p><em>It only takes</em>: some knowledge of the Perl programming language, a few hours to get familiar with the <a href="http://dev.w3.org/cvsweb/validator/">validator codebase</a>, and however much time you're comfortable dedicating to the project. See the <a href="docs/devel.html">Developer's Guide</a> for info on getting started, then browse <a href="http://www.w3.org/Bugs/Public/buglist.cgi?product=Validator&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">known bugs and enhancement requests</a> or look at the <a href="todo.html">architectural roadmap</a>. 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*', diff --git a/htdocs/source/index.html b/htdocs/source/index.html index 58c9d36..e282e0c 100755 --- a/htdocs/source/index.html +++ b/htdocs/source/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.50 2008-02-04 00:29:39 ot Exp $" ---><!--#set var="date" value="\$Date: 2008-02-04 00:29:39 $" +<!--#set var="revision" value="\$Id: index.html,v 1.51 2009-06-23 18:27:39 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-06-23 18:27:39 $" --><!--#set var="title" value="Source Code Availability for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -98,10 +98,10 @@ Additionally, you can also get these and other needed packages from the openSUSE Software Repository at <<a href="http://software.opensuse.org/download/validators/">http://software.opensuse.org/download/validators/</a>> - or from one of its mirrors, or (except needed perl packages) + or from one of its mirrors, or (except needed Perl packages) from sierkbornemann.de, <<a href="http://sierkbornemann.de/pub/tools/w3c-markup-validator/">http://sierkbornemann.de/pub/tools/w3c-markup-validator/</a>>. - Needed perl packages are provided through the openSUSE Software Repository at + Needed Perl packages are provided through the openSUSE Software Repository at <<a href="http://download.opensuse.org/repositories/devel:/languages:/perl/">http://download.opensuse.org/repositories/devel:/languages:/perl/</a>>. </p> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 94fe809..4a82968 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.81 2009-03-26 19:09:58 ot Exp $" ---><!--#set var="date" value="\$Date: 2009-03-26 19:09:58 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.82 2009-06-23 18:27:39 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-06-23 18:27:39 $" --><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#set var="feeds" value="1" @@ -38,7 +38,7 @@ in version 0.8.4. This is fixed in 0.8.5.</li> <li>New: the validator icon code, which one can add to web pages, now <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=65252">includes XHTML+RDFa</a> when applicable</li> <li>Bug Fix / New: implementing <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6329">XML::LibXML Structured Errors</a>. The validator uses libxml2 and the XML::LibXML for well-formedness check. - Recent versions of the perl library had bugs that made in backard-incompatible, causing the validator to not output all + Recent versions of the Perl library had bugs that made in backward incompatible, causing the validator to not output all well-formedness errors reliably. Some code was added to the validator to work with all future versions of that library, but we recommend not using XML::LibXML between versions 1.67 and 1.69 inclusive (<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6329#c15">see how</a>).</li> <li>Experimental: validation of SVG documents is now passed to the validator.nu engine. At the time of this release, neither validator.nu nor the DTD engine previously used are perfect for the validation of SVG, but the technologies used in the validator.nu engine (nvdl and relaxNG) makes it more promising.</li> |