diff options
author | ot <ot@localhost> | 2008-08-07 20:16:23 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-08-07 20:16:23 +0000 |
commit | a6a551af58d42155f2af35bed83e7ce54e359168 (patch) | |
tree | 622c8e9dbe831ce657be94902d21e7c7f64a2250 | |
parent | bb7289b6fb7f931e358e91d94d5d988067ef9550 (diff) | |
download | markup-validator-a6a551af58d42155f2af35bed83e7ce54e359168.zip markup-validator-a6a551af58d42155f2af35bed83e7ce54e359168.tar.gz markup-validator-a6a551af58d42155f2af35bed83e7ce54e359168.tar.bz2 |
minor markup fixes in doc
-rwxr-xr-x | htdocs/docs/install.html | 8 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 13 |
2 files changed, 11 insertions, 10 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index a86082b..0883323 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.35 2008-04-30 06:57:15 ot Exp $" ---><!--#set var="date" value="\$Date: 2008-04-30 06:57:15 $" +<!--#set var="revision" value="\$Id: install.html,v 1.36 2008-08-07 20:16:23 ot Exp $" +--><!--#set var="date" value="\$Date: 2008-08-07 20:16:23 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -17,7 +17,7 @@ <ul> <li><a href="#install-prereq">Step 0: Prerequisites</a></li> <li><a href="#install-prereq-sp">Step 1: install OpenSP, the SGML (and XML) parser</a></li> - <li <a href="#install-prereq-perl">Step 2: install required Perl Modules</a></li> + <li><a href="#install-prereq-perl">Step 2: install required Perl Modules</a></li> <li><a href="#install-download">Step 3: Download the validator and DTDs</a></li> <li><a href="#install-components">Step 4: Unpack the validator</a></li> <li><a href="#install-configure">Step 5: Configure the Validator</a></li> @@ -251,7 +251,7 @@ install Bundle::W3C::Validator relatively straightforward. </p><p>In general you will only need to check that the Base path is set to where you have unpacked the validator - files. If you have used <code>/usr/local/validator</code> you do not need + files. If you have used <code>/usr/local/validator</code> you do not need to change anything </p> <pre> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 7173344..56ed375 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.74 2008-07-22 13:06:04 ot Exp $" ---><!--#set var="date" value="\$Date: 2008-07-22 13:06:04 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.75 2008-08-07 20:16:23 ot Exp $" +--><!--#set var="date" value="\$Date: 2008-08-07 20:16:23 $" --><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#set var="feeds" value="1" @@ -19,20 +19,21 @@ </p> </div> <dl id="news"> - <dt id="t2008-02-xx">2008-02-xx — 0.8.3 release:</dt> + <dt id="t2008-08-09">2008-08-08 — 0.8.3 release:</dt> <dd> <p>The 0.8.3 release of the W3C Markup Validator is a bug fix release, with a few small additional features. - Changes include: + Changes include:</p> <ul> <li>Bug Fix: in version 0.8.2, revalidation of an uploaded file was broken (missing markup in the HTML form)</li> - <li>Updates: Added support for XHTML Basic, XHTML Mobile Profiles (1.0, 1.1 and 1.2) and the historical HTML i18n</li> + <li>Updates: Added support for XHTML Basic 1.1, XHTML Mobile Profiles (1.0, 1.1 and 1.2) and the historical HTML i18n</li> <li>Bug Fix: the validator won't override a given document type with itself</li> <li>Conformance: The validator now warns about incorrect public/system identifiers combinations</li> <li>API: The <a href="docs/api.html#http_headers">custom HTTP headers in validator responses</a> now also include the number of warnings</li> <li>Experimental Feature: added the new option to send specific <code>Accept-Charset</code> and <code>User-Agent</code> headers, in addition to <code>Accept</code> and <code>Accept-Language</code> in version <a href="#t2007-10-11">0.8.2</a>.</li> <li>Experimental Feature: the validator can output its <a href="/docs/users.html#Output">results as JSON</a>.</li> - <li>Some documentation updates</li> + <li>Documentation: Some documentation updates</li> + <li>Development: New automated support and regression test suite</li> </ul> </dd> |