diff options
Diffstat (limited to 'htdocs/index.html')
-rwxr-xr-x | htdocs/index.html | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 89991b5..b4c44bd 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.74 2005-08-08 00:27:39 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-08-08 00:27:39 $" +<!--#set var="revision" value="\$Id: index.html,v 1.75 2005-10-20 06:46:50 ot Exp $" +--><!--#set var="date" value="\$Date: 2005-10-20 06:46:50 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -87,22 +87,23 @@ <div id="recent"> <h2>Recent Updates</h2> <dl id="news"> + <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 + introducing performance enhancements and including minor fixes + 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> - <dt><a href="whatsnew.html#t2004-07-23">2004-07-23</a>: - Markup Validator v0.6.7 Released</dt> - <dd> - Released version 0.6.7, a maintenance release that fixes a few minor - bugs, improves authentication proxying, and makes some slight - tweaks to the website style and markup. - </dd> </dl> <p class="intro"> These are the most recent major changes to this service. See - "<a href="whatsnew.html">What's New</a>" for more details. + "<a href="whatsnew.html">What's New</a>" for more details. + News for this service are also available as <a href="whatsnew.atom">an ATOM feed</a>. </p> </div> |