diff options
author | ot <ot@localhost> | 2006-10-24 06:43:24 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2006-10-24 06:43:24 +0000 |
commit | 1d9e6140ec83ee76967f22eebb6688205fb4c844 (patch) | |
tree | 6035195f2ce68405a8a9529b05744ddc8d6b5127 /htdocs/index.html | |
parent | c985952b869b2d85d4f9f4770c571f24953aff7b (diff) | |
download | markup-validator-1d9e6140ec83ee76967f22eebb6688205fb4c844.zip markup-validator-1d9e6140ec83ee76967f22eebb6688205fb4c844.tar.gz markup-validator-1d9e6140ec83ee76967f22eebb6688205fb4c844.tar.bz2 |
porting all documentation and style (htdocs/...) changes from 0.7.3 to HEAD
Diffstat (limited to 'htdocs/index.html')
-rwxr-xr-x | htdocs/index.html | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 3dbc102..1c03b28 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,8 +1,7 @@ -<!--#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="revision" value="\$Id: index.html,v 1.78 2006-10-24 06:43:23 ot Exp $" +--><!--#set var="date" value="\$Date: 2006-10-24 06:43:23 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" ---><!--#set var="feeds" value="1" --><!--#include virtual="header.html" --> <div id="head"> @@ -94,21 +93,17 @@ <div id="recent"> <h2>Recent Updates</h2> <dl id="news"> + <dt><a href="whatsnew.html#t2006-10-23">2006-10-23</a>: Markup Validator v0.7.3 Released</dt> + <dd> + Maintenance release of the Markup Validator, including fixes, updates, and adding an + experimental API to interface the validator with other programs and services. + </dd> <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 + Maintenance release of the Markup Validator, 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 - introducing performance enhancements and including minor fixes - in the user interface and in the "Direct Input" validation results. </dd> </dl> |