validator/htdocs about.html,1.34,1.35 header.html,1.42,1.43 index.html,1.78,1.79 whatsnew.html,1.56,1.57

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv30215/htdocs

Modified Files:
	about.html header.html index.html whatsnew.html 
Log Message:
Hand merge of branch 0.7 with HEAD at tag validator-0_7_4-release



Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- index.html	24 Oct 2006 06:43:23 -0000	1.78
+++ index.html	15 Nov 2006 08:02:45 -0000	1.79
@@ -93,18 +93,17 @@
     <div id="recent">
       <h2>Recent Updates</h2>
       <dl id="news">
+          
+      <dt><a href="whatsnew.html#t2006-11-14">2006-11-14</a>: Markup Validator v0.7.4 Released</dt>
+      <dd>
+        Maintenance release of the Markup Validator, including bug fixes to the API,
+        documentation updates and the return of the outline feature.
+      </dd>
       <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>
-          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.
-      </dd>
 
       </dl>
       <p class="intro">

Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- whatsnew.html	24 Oct 2006 06:43:23 -0000	1.56
+++ whatsnew.html	15 Nov 2006 08:02:45 -0000	1.57
@@ -18,6 +18,24 @@
       </p>
     </div>
     <dl id="news">
+        
+        <dt id="t2006-11-14">2006-11-14 &mdash; 0.7.4 Release:</dt>
+        <dd>
+          <p>Releasing version 0.7.4 of the W3C Markup Validator,
+              a maintenance release including bug fixes and documentation updates.</p>
+          <p>Changes include:</p>
+          <ul>
+              <li>Bug fixes to the validator's <a href="docs/api.html">API</a> </li>
+              <li>The proprietary XML output format is (still) deprecated, and will be removed in version 0.8.0</li>
+              <li>The outline feature, broken in version 0.7.3, is back.</li>
+              <li>Local installations of the validator can be configured to enable, or disable, the API</li>
+              <li>"<a href="http://www.w3.org/QA/Tools/Icons">Validation icons</a>" are now available 
+                  in two colors and 4 file formats, including <acronym title="Portable Network Graphics">PNG</acronym>
+                  and <acronym title="Scalable Vector Graphics">SVG</acronym></li>
+              <li>Documentation updates</li>
+          </ul>
+        </dd>
+      
       <dt id="t2006-10-23">2006-10-23 &mdash; 0.7.3 Release:</dt>
       <dd>
         <p>Releasing version 0.7.3 of the W3C Markup Validator,

Index: about.html
===================================================================
RCS file: /sources/public/validator/htdocs/about.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- about.html	2 Nov 2006 06:34:14 -0000	1.34
+++ about.html	15 Nov 2006 08:02:45 -0000	1.35
@@ -190,9 +190,9 @@
 			Roland W. Crowl,
 			Scott Bigham,
 			<a href="http://sierkbornemann.de/">Sierk Bornemann</a>,
-            <a href="http://purl.org/net/sbp/">Sean B. Palmer</a>, 
+            <a href="http://inamidst.com/sbp/">Sean B. Palmer</a>, 
            Terje Bless, 
-            <a href="http://www.iki.fi/scop/">Ville Skytt&auml;</a>, 
+            Ville Skytt&auml;, 
             <a href="http://lists.w3.org/Archives/Public/www-validator/">...and
             	the great user community on www-validator@w3.org.</a>
 		</p>

Index: header.html
===================================================================
RCS file: /sources/public/validator/htdocs/header.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- header.html	13 Nov 2006 04:08:52 -0000	1.42
+++ header.html	15 Nov 2006 08:02:45 -0000	1.43
@@ -21,7 +21,7 @@
   <body>
     <div id="banner">
       <h1 id="title">
-	<a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/w3c_home_nb" /></a>
+	<a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a>
         <a href="http://www.w3.org/QA/"><img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /></a>
         Markup Validation Service</h1>
 	<span id="versioninfo"><abbr title="version">v</abbr> 0.8-<abbr title="development">dev</abbr> </span>

Received on Wednesday, 15 November 2006 08:03:20 UTC