diff options
author | ot <ot@localhost> | 2006-03-31 05:51:50 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2006-03-31 05:51:50 +0000 |
commit | 9b962b8ae7d461c8e7055b5c6e1b8ff3faa43d4e (patch) | |
tree | 94581f689f9a47e2ec94bb3be1b1df7cf8e2a2cb /htdocs/index.html | |
parent | c08423d66d5ff233fe7a9fdb4e8a3d915b7385ba (diff) | |
download | markup-validator-9b962b8ae7d461c8e7055b5c6e1b8ff3faa43d4e.zip markup-validator-9b962b8ae7d461c8e7055b5c6e1b8ff3faa43d4e.tar.gz markup-validator-9b962b8ae7d461c8e7055b5c6e1b8ff3faa43d4e.tar.bz2 |
merging from 0.7 branch into trunk at tag validator-0_7_2-release
Diffstat (limited to 'htdocs/index.html')
-rwxr-xr-x | htdocs/index.html | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index b2405f1..3dbc102 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.76 2005-11-15 05:17:25 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-11-15 05:17:25 $" +<!--#set var="revision" value="\$Id: index.html,v 1.77 2006-03-31 05:48:01 ot Exp $" +--><!--#set var="date" value="\$Date: 2006-03-31 05:48:01 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#set var="feeds" value="1" @@ -24,7 +24,13 @@ <p><a name="skip" id="skip"></a> This is the W3C Markup Validation Service, a free service that checks Web documents in formats like HTML and XHTML for conformance to W3C Recommendations - and other standards. + and other standards.</p> + <p> + if you wish to validate specific content such as + <a href="http://validator.w3.org/feed/">RSS/Atom feeds</a> or + <a href="http://jigsaw.w3.org/css-validator/">CSS stylesheets</a> + or to <a href="http://validator.w3.org/checklink">find broken links</a>, + there are <a href="http://www.w3.org/QA/Tools/">other validators and tools</a> available. </p> </div> @@ -88,6 +94,16 @@ <div id="recent"> <h2>Recent Updates</h2> <dl id="news"> + <dt><a href="whatsnew.html#t2006-02-20">2006-02-20</a>: Markup Validator v0.7.2 Released</dt> + <dd> + <p> + Releasing version 0.7.2 of the Markup Validator, a maintenance release + updating the codebase for compatibility issues with recent versions of the + Config::General perl module, as well as including minor fixes in + document types and character encoding support, and documentation. + </p> + </dd> + <dt><a href="whatsnew.html#t2005-10-18">2005-10-18</a>: Markup Validator v0.7.1 Released</dt> <dd> Released version 0.7.1 of the Markup Validator, a maintenance release @@ -95,11 +111,6 @@ in the user interface and in the "Direct Input" validation results. </dd> - <dt><a href="whatsnew.html#t2005-08-08">2005-08-08</a>: - Markup Validator v0.7.0 Released</dt> - <dd>Released version 0.7.0, including improvements in User Interface and feedback mechanisms, - support for installation on Windows platform, better support for both W3C and non-W3C document - types, usage of templates for validation results, and a number of bug fixes.</dd> </dl> <p class="intro"> These are the most recent major changes to this service. See |