- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Apr 2007 07:23:02 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv25743/htdocs
Modified Files:
footer.html intro.html whatsnew.html
Log Message:
getting ready for 0.8.0 beta1
Index: intro.html
===================================================================
RCS file: /sources/public/validator/htdocs/intro.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- intro.html 22 Mar 2007 05:03:36 -0000 1.1
+++ intro.html 18 Apr 2007 07:22:59 -0000 1.2
@@ -9,7 +9,4 @@
or to <a href="http://validator.w3.org/checklink" title="W3C Link Checker">find broken links</a>,
there are <a href="http://www.w3.org/QA/Tools/">other validators and tools</a> available.
</p>
- <p>This is the markup Validator v0.8.0-dev.
- Latest Stable release of the validator was
- <a href="whatsnew.html#t2006-11-14">version 0.7.4, released 14 Nov, 2006</a>.</p>
</div>
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- whatsnew.html 2 Apr 2007 08:48:17 -0000 1.58
+++ whatsnew.html 18 Apr 2007 07:22:59 -0000 1.59
@@ -18,7 +18,27 @@
</p>
</div>
<dl id="news">
-
+ <dt id="t2007-04-19">2007-04-19 — 0.8.0 Beta 1:</dt>
+ <dd>
+ <p>Testing version 0.8.0 Beta #1 of the Markup Validator; a new version including
+ important changes in architecture, performance, reliability of validation for XML-based languages,
+ improvements to the User Interface, and a number of new features. Changes include:</p>
+ <ul>
+ <li>New architecture, faster and more reliable, scaling better to the growing usage of the validator</li>
+ <li>Improved interface for better usability, accessibility</li>
+ <li>New feature: automatic cleanup of markup (with Tidy)</li>
+ <li>New feature: additional XML-Well-Formedness check, for more reliable validation of XML-based languages</li>
+ <li>Back by popular demand: document outline feature</li>
+ <li>New feature: checking that the documents are sent with proper Internet Media Type (MIME type)</li>
+ <li>New feature: for XML documents, checking that the xmlns is present, and properly set.</li>
+ <li>New feature: grouped messages, an alternate view to the sequential display of errors</li>
+ <li>New feature: Direct Input validation can check full documents AND HTML fragments</li>
+ <li>Added support for SMIL 2.1, XHTML Basic 1.1</li>
+ <li>Bug fixes</li>
+ </ul>
+ <p><strong>Participate in this Beta Test</strong>!
+ Read the <a href="http://lists.w3.org/Archives/Public/www-validator/2007Apr/@@@@">Instructions</a> and start testing.</p>
+ </dd>
<dt id="t2006-11-14">2006-11-14 — 0.7.4 Release:</dt>
<dd>
<p>Releasing version 0.7.4 of the W3C Markup Validator,
Index: footer.html
===================================================================
RCS file: /sources/public/validator/htdocs/footer.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- footer.html 20 Feb 2007 01:56:44 -0000 1.13
+++ footer.html 18 Apr 2007 07:22:59 -0000 1.14
@@ -23,6 +23,9 @@
</a>
</p>
+ <p id="version_info">
+ This is the W3C Markup Validator, <a href="whatsnew.html#t2007-04-19"><abbr title="version">v</abbr>0.8.0-beta1</a>.
+ </p>
<p class="copyright">
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2007
Received on Wednesday, 18 April 2007 07:23:05 UTC