- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 31 Mar 2006 05:48:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv31483
Modified Files:
base.css detailed-form.html footer.html header.html index.html
navbar.css whatsnew.html
Log Message:
merging from 0.7 branch into trunk at tag validator-0_7_2-release
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- index.html 15 Nov 2005 05:17:25 -0000 1.76
+++ index.html 31 Mar 2006 05:48:01 -0000 1.77
@@ -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
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- base.css 12 Aug 2005 01:56:47 -0000 1.56
+++ base.css 31 Mar 2006 05:48:01 -0000 1.57
@@ -1,7 +1,7 @@
/*
Base Style Sheet for the W3C Markup Validation Service.
- Copyright 2000-2005 W3C (MIT, INRIA, Keio). All Rights Reserved.
+ Copyright 2000-2006 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
$Id$
Index: header.html
===================================================================
RCS file: /sources/public/validator/htdocs/header.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- header.html 15 Nov 2005 05:17:25 -0000 1.39
+++ header.html 31 Mar 2006 05:48:01 -0000 1.40
@@ -34,7 +34,6 @@
<li><a href="<!--#echo var="relroot" -->docs/" accesskey="3" title="Documentation for this Service">Docs</a></li>
<li><a href="<!--#echo var="relroot" -->docs/help.html" title="Help and answers to frequently asked questions">Help & <acronym title="Frequently Asked Questions">FAQ</acronym></a></li>
<li><a href="<!--#echo var="relroot" -->feedback.html" accesskey="4" title="How to provide feedback on this service">Feedback</a></li>
- <li><a href="http://validator.w3.org/checklink" title="In addition to fixing your markup, fix your links with the W3C Link Checker">Link Checker</a></li>
</ul>
<div id="main"><!-- This DIV encapsulates everything in this page - necessary for the positioning -->
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- whatsnew.html 15 Nov 2005 05:17:25 -0000 1.54
+++ whatsnew.html 31 Mar 2006 05:48:02 -0000 1.55
@@ -19,7 +19,24 @@
</p>
</div>
<dl id="news">
- <dt id="t2005-10-18">2005-10-18 — 0.7.1 Release:</dt>
+ <dt id="t2006-02-20">2006-02-20 — 0.7.2 Release:</dt>
+ <dd>
+ <p>
+ Releasing version 0.7.2 of the Markup Validator, a maintenance release
+ including minor fixes as described below:
+ </p>
+<ul>
+<li> update for compatibility with new version of Config::General module</li>
+<li> fixed the recognized root element for XHTML 1.1 plus MathML 2.0 (plus SVG)</li>
+<li> avoid Text::Wrap error with deeply nested documents</li>
+<li> documentation fixes (typos, broken link)</li>
+<li> avoid trailing comma in failed validation results if number of errors is unknown</li>
+<li> consistency fixes for character encoding selection</li>
+<li>fixed support for iso-8859-3 and iso-8859-4 encodings, added support for iso-ir-111</li>
+</ul>
+
+ </dd>
+ <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
Index: footer.html
===================================================================
RCS file: /sources/public/validator/htdocs/footer.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- footer.html 9 Jan 2005 20:40:33 -0000 1.11
+++ footer.html 31 Mar 2006 05:48:01 -0000 1.12
@@ -11,7 +11,7 @@
<!-- SSI Template Version: $Id$ -->
</address>
<p class="copyright">
- <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2005
+ <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2006
<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
(<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
<a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
Index: navbar.css
===================================================================
RCS file: /sources/public/validator/htdocs/navbar.css,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- navbar.css 21 Jun 2005 05:18:12 -0000 1.22
+++ navbar.css 31 Mar 2006 05:48:01 -0000 1.23
@@ -1,7 +1,7 @@
/*
Navigation Style Sheet for the W3C Markup Validation Service.
- Copyright 2000-2005 W3C (MIT, INRIA, Keio). All Rights Reserved.
+ Copyright 2000-2006 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
$Id$
Index: detailed-form.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed-form.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- detailed-form.html 18 May 2005 09:31:51 -0000 1.5
+++ detailed-form.html 31 Mar 2006 05:48:01 -0000 1.6
@@ -10,14 +10,14 @@
<option value="iso-8859-3">iso-8859-3 (Southern Europe)</option>
<option value="iso-8859-4">iso-8859-4 (North European)</option>
<option value="iso-8859-5">iso-8859-5 (Cyrillic)</option>
- <option value="iso-8859-6">iso-8859-6 (Arabic)</option>
+ <option value="iso-8859-6-i">iso-8859-6-i (Arabic)</option>
<option value="iso-8859-7">iso-8859-7 (Greek)</option>
<option value="iso-8859-8">iso-8859-8 (Hebrew, visual)</option>
<option value="iso-8859-8-i">iso-8859-8-i (Hebrew, logical)</option>
<option value="iso-8859-9">iso-8859-9 (Turkish)</option>
<option value="iso-8859-10">iso-8859-10 (Latin 6)</option>
- <option value="iso-8859-13">iso-8859-13 (Baltic Rim)</option>
- <option value="iso-8859-14">iso-8859-14 (Celtic)</option>
+ <option value="iso-8859-13">iso-8859-13 (Latin 7, Baltic Rim)</option>
+ <option value="iso-8859-14">iso-8859-14 (Latin 8, Celtic)</option>
<option value="iso-8859-15">iso-8859-15 (Latin 9)</option>
<option value="iso-8859-16">iso-8859-16 (Latin 10)</option>
<option value="us-ascii">us-ascii (basic English)</option>
Received on Friday, 31 March 2006 05:48:15 UTC