- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Oct 2005 06:46:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv9178
Modified Files:
docs.css index.html whatsnew.html
Removed Files:
feedback.html
Log Message:
merging from 0.7 branch into trunk at tag validator-0_7_1-release
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- index.html 8 Aug 2005 00:27:39 -0000 1.74
+++ index.html 20 Oct 2005 06:46:50 -0000 1.75
@@ -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>
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- whatsnew.html 7 Oct 2005 03:55:31 -0000 1.52
+++ whatsnew.html 20 Oct 2005 06:46:50 -0000 1.53
@@ -13,12 +13,29 @@
page, see <a href="http://dev.w3.org/cvsweb/validator/">the
<acronym title="Concurrent Versions System">CVS</acronym> log</a>.
</p>
+ <p>
+ News for this service are also available as <a href="whatsnew.atom">an ATOM feed</a>.
+ </p>
</div>
<dl id="news">
+ <dt id="t2005-10-18">2005-10-18 — 0.7.1 Release:</dt>
+ <dd>
+ <p>
+ Releasing version 0.7.1 of the Markup Validator, a maintenance release
+ introducing performance enhancements and including minor
+ <a href="http://www.w3.org/Bugs/Public/buglist.cgi?bug_id=1809%2C+1833%2C+1839%2C+1845">fixes</a>
+ in the user interface and in the "Direct Input" validation results.
+ </p>
+ </dd>
+
<dt id="t2005-08-08">2005-08-08 — 0.7.0 Release:</dt>
- <dd>Stable release including all the fixes and improvements made in consecutive
- beta versions <a href="#t2005-07-28">0.7.0 Beta #2</a> and
- <a href="#t2005-07-12">0.7.0 Beta #1</a>.</dd>
+ <dd>
+ <p>
+ Stable release including all the fixes and improvements made in consecutive
+ beta versions <a href="#t2005-07-28">0.7.0 Beta #2</a> and
+ <a href="#t2005-07-12">0.7.0 Beta #1</a>.
+ </p>
+ </dd>
<dt id="t2005-07-28">2005-07-28 — 0.7.0 Beta #2:</dt>
<dd>
<p>
Index: docs.css
===================================================================
RCS file: /sources/public/validator/htdocs/docs.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- docs.css 11 May 2005 05:53:41 -0000 1.6
+++ docs.css 20 Oct 2005 06:46:50 -0000 1.7
@@ -66,7 +66,6 @@
.doc code {
white-space: normal;
font-weight: bold;
- color: #006;
display: inline;
padding-left: .2em;
padding-right: .2em;
--- feedback.html DELETED ---
Received on Thursday, 20 October 2005 06:46:55 UTC