validator/htdocs base.css,1.26.2.42,1.26.2.43 header.html,1.19.2.32,1.19.2.33 index.html,1.55.2.35,1.55.2.36 whatsnew.html,1.34.2.21,1.34.2.22

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

Modified Files:
      Tag: validator-0_6_0-branch
	base.css header.html index.html whatsnew.html 
Log Message:
Update version numbers and relnotes for 0.6.6 release; tweak whatsnew style
for the front page slightly (right/top margin).


Index: header.html
===================================================================
RCS file: /sources/public/validator/htdocs/header.html,v
retrieving revision 1.19.2.32
retrieving revision 1.19.2.33
diff -u -d -r1.19.2.32 -r1.19.2.33
--- header.html	6 May 2004 21:58:10 -0000	1.19.2.32
+++ header.html	20 May 2004 11:40:28 -0000	1.19.2.33
@@ -21,7 +21,7 @@
 	<a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home" /></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.6.5</span>
+	<span id="versioninfo"><abbr title="version">v</abbr>0.6.6</span>
     </div>
     <ul class="navbar" id="menu">
         <li><span class="hideme"><a href="#skip" accesskey="s" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>

Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.55.2.35
retrieving revision 1.55.2.36
diff -u -d -r1.55.2.35 -r1.55.2.36
--- index.html	18 May 2004 03:41:18 -0000	1.55.2.35
+++ index.html	20 May 2004 11:40:28 -0000	1.55.2.36
@@ -51,11 +51,24 @@
     <div id="recent">
       <h2>Recent Updates</h2>
       <dl>
-	<dt><a href="whatsnew.html#t2004-05-07">2004-05-07</a></dt>
-        <dd>Released version 0.6.5, a maintenance release easier to use and install,
-	 featuring new documentation, simpler navigation, new recovery mechanisms instead of fatal errors, 
-	and offering explanations in addition to error messages.</dd>
-        <dt><a href="whatsnew.html#t2002-12-01">2002-12-01</a></dt>
+        <dt><a href="whatsnew.html#t2004-05-21">2004-05-21</a>:
+          Markup Validator v0.6.6 Released</dt>
+        <dd>
+          Released version 0.6.6, a maintenance release that fixes a few minor
+          bugs, resurrects the whitespace-preserving source display, adds
+          explanations for additional error messages, and makes some slight
+          tweaks to the website style.
+        </dd>
+        <dt><a href="whatsnew.html#t2004-05-07">2004-05-07</a>:
+          Markup Validator v0.6.5 Released</dt>
+        <dd>
+          Released version 0.6.5, a maintenance release easier to use and
+          install, featuring new documentation, simpler navigation, new recovery
+          mechanisms instead of fatal errors, and offering explanations in
+          addition to error messages.
+        </dd>
+        <dt><a href="whatsnew.html#t2002-12-01">2002-12-01</a>:
+          Markup Validator v0.6.1 Released</dt>
         <dd>Released version 0.6.1, a maintenance release to fix minor bugs.</dd>
       </dl>
       <p class="intro">

Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.34.2.21
retrieving revision 1.34.2.22
diff -u -d -r1.34.2.21 -r1.34.2.22
--- whatsnew.html	18 May 2004 03:41:18 -0000	1.34.2.21
+++ whatsnew.html	20 May 2004 11:40:28 -0000	1.34.2.22
@@ -15,31 +15,59 @@
       </p>
     </div>
     <dl>
+      <dt id="t2004-05-21">2004-05-21 &mdash; 0.6.6 Release:</dt>
+      <dd>
+        <p>
+          A maintenance release that fixes a few minor bugs, resurrects the
+          whitespace-preserving source display, adds explanations for additional
+          error messages, and makes some slight tweaks to the website style.
+        </p>
+        <div class="note">
+          <p>
+            <strong>Known Issue</strong>:
+            In Document Instances with a Document Type Name of "html", but with
+            an incorrect Formal Public Identifier, the Validator will fall back
+            to HTML 4.01 Transitional and, if no other errors are found,
+            <em>silently</em> ignore the erroneous FPI.
+          </p>
+          <p>
+             This issue has been present since version 0.6.5 Beta #1, but was
+             only discovered immediately prior to the release of version 0.6.6;
+             hence no fix or workaround is available at this time. We expect to
+             issue a new release which addresses this problem as soon as possible.
+          </p>
+        </div>
+      </dd>
       <dt id="t2004-05-07">2004-05-07 &mdash; 0.6.5 Release:</dt>
       <dd>
-      <p>Stable release including all the fixes and improvements made in consecutive beta versions 
-	<a href="#t2004-04-30">0.6.5 Beta #3</a>, 
-	<a href="#t2004-04-15">0.6.5 Beta #2</a>, 
-	<a href="#t2003-08-26">0.6.5 Beta #1</a>,
-	<a href="http://lists.w3.org/Archives/Public/www-validator/2003Jun/0062.html">0.6.2 beta #2</a>, and
-	<a href="http://lists.w3.org/Archives/Public/www-validator/2003May/0069.html">0.6.2 beta #1</a>
-      </p>
+        <p>
+          Stable release including all the fixes and improvements made in
+          consecutive beta versions <a href="#t2004-04-30">0.6.5 Beta #3</a>,
+          <a href="#t2004-04-15">0.6.5 Beta #2</a>,
+          <a href="#t2003-08-26">0.6.5 Beta #1</a>,
+          <a href="http://lists.w3.org/Archives/Public/www-validator/2003Jun/0062.html">0.6.2 beta #2</a>,
+      and <a href="http://lists.w3.org/Archives/Public/www-validator/2003May/0069.html">0.6.2 beta #1</a>
+        </p>
       </dd>
       <dt id="t2004-04-30">2004-04-30 &mdash; 0.6.5 Beta #3:</dt>
       <dd>
         <p>
-	  Testing version 0.6.5 Beta #3 of the Markup Validator; an intermediary
-	  version including further layout, style and documentation improvements
-	  over version 0.6.5 Beta #2, based on discussion and comments during
-	  the testing phase of that version.
-	  Changes include:
-	</p>  
-	<ul>
-	  <li>Simpler navigation system - removed the "links" navigation bar</li>
-	  <li>More consistent layout</li>
-	  <li>A few issues with the way some agents were dealing with our Style Sheets
-	  were fixed. Other minor style fixes were also applied</li>
-	  <li>Cleanup of grammar issues and typos in a large part of the documentation.</li>
+          Testing version 0.6.5 Beta #3 of the Markup Validator; an intermediary
+          version including further layout, style and documentation improvements
+          over version 0.6.5 Beta #2, based on discussion and comments during
+          the testing phase of that version. Changes include:
+        </p>
+        <ul>
+          <li>Simpler navigation system - removed the "links" navigation bar</li>
+          <li>More consistent layout</li>
+          <li>
+            A few issues with the way some agents were dealing with our Style
+            Sheets were fixed. Other minor style fixes were also applied.
+          </li>
+          <li>
+            Cleanup of grammar issues and typos in a large part of the
+            documentation.
+          </li>
         </ul>
       </dd>
 

Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.26.2.42
retrieving revision 1.26.2.43
diff -u -d -r1.26.2.42 -r1.26.2.43
--- base.css	17 May 2004 19:54:41 -0000	1.26.2.42
+++ base.css	20 May 2004 11:40:28 -0000	1.26.2.43
@@ -328,3 +328,12 @@
   font-family: "Bitstream Vera Sans Mono", monospace;
 }
 
+div#recent {
+  margin-right: 5em;
+}
+
+div#recent dt {
+  margin-top: 1em;
+}
+
+

Received on Thursday, 20 May 2004 07:42:56 UTC