validator/htdocs footer.html,1.21,1.22 no_referer.asis,1.1,1.2 whatsnew.html,1.65,1.66

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

Modified Files:
	footer.html no_referer.asis whatsnew.html 
Log Message:
preparing 0.8.1, changelog and version bump

Index: no_referer.asis
===================================================================
RCS file: /sources/public/validator/htdocs/no_referer.asis,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- no_referer.asis	5 Jan 2007 15:00:32 -0000	1.1
+++ no_referer.asis	7 Aug 2007 02:41:40 -0000	1.2
@@ -2,71 +2,38 @@
 Content-type: text/html
 Retry-After: 86400
 
-<?xml version="1.0"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
-    <title>Validation Results - W3C Markup Validator</title>
+    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+		<title>Validation Results - W3C Markup Validator</title>
     <link rev="made" href="mailto:www-validator@w3.org" />
-    <link rev="start" href="/" title="Home Page" />
-    <style type="text/css" media="all">@import "/base.css";</style>
+    <link rev="start" href="./" title="Home Page" />
+    <style type="text/css" media="all">@import "/style/base.css";
+            @import "./style/results.css";</style>
+
     <meta name="keywords" content="HTML, HyperText Markup Language, Validation,
       W3C Markup Validation Service" />
-
     <meta name="description" content="W3C's easy-to-use
       HTML validation service, based on an SGML parser." />
   </head>
-
   <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/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.7.4</span>
-    </div>
-    <ul class="navbar" id="menu">
-        <li><span class="hideme"><a href="#skip" accesskey="2" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
-        <a href="/" accesskey="1" title="Go to the Home Page for The W3C Markup Validation Service"><strong>Home</strong></a></li>
-        <li><a href="/about.html" title="Information About this Service">About...</a></li>
-        <li><a href="/whatsnew.html" title="The changes made to this service recently">News</a></li>
-        <li><a href="/docs/" accesskey="3" title="Documentation for this Service">Docs</a></li>
-	<li><a href="/docs/help.html" title="Help and answers to frequently asked questions">Help&nbsp;&amp;&nbsp;<acronym title="Frequently Asked Questions">FAQ</acronym></a></li>
-        <li><a href="/feedback.html" accesskey="4" title="How to provide feedback on this service">Feedback</a></li>
-    </ul>
-
-
+     <h1 id="title">
+       <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
+ 			<a href="./"><span>Markup Validation Service</span></a>
 
-    <div id="main">
-      <div id="head">
-        
+       </h1>
+       <p id="tagline">Check the markup (HTML, XHTML) of Web documents</p>
+    </div>
 
-      </div><!-- end of "head" -->
-      
 
+<div id="results_container">
 	  <div id="result">
 	    <h2 id="results" class="invalid">Sorry! This document can not be checked.</h2>
 
-      <a id="skip" name="skip"></a>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 
         <h2><strong>No Referer header found!</strong></h2>
         <p>
@@ -80,8 +47,7 @@
         <p>This is <em>not</em> an error in the referring page!</p>
         <p>
           Please use the form interface on the
-          <a href="/">Validator Home Page</a> (or the
-          <a href="detailed.html">Extended Interface</a>) to check the
+          <a href="/">Validator Home Page</a> to check the
           page by URL.
         </p>
 

Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- whatsnew.html	25 Jul 2007 06:20:53 -0000	1.65
+++ whatsnew.html	7 Aug 2007 02:41:40 -0000	1.66
@@ -19,6 +19,24 @@
       </p>
     </div>
     <dl id="news">
+      <dt id="t2007-08-08">2007-08-08 &mdash; 0.8.1 Release:</dt>
+      <dd>
+        <p>The 0.8.1 release of the W3C Markup Validator is a bug fix 
+          release, addressing the following issues:</p>
+        <ul>
+          <li>Bug Fix: changed set up of parser responsible for checking XML 
+            well-formedness, which would retrieve schemas for entities 
+            each time the validator would run.</li>
+          <li>Bug Fix: the validator would incorrectly complain about HTML/XML 
+            named entities (such as &amp;copy;).</li>
+          <li>Bug Fix: fixing <a href="docs/users.html#Calling">referer checking</a> 
+            when running with Apache and mod_perl2.</li>
+          <li>Bug Fix: the validator would crash when called from browsers with rare language preference settings
+          <li>… and small performance and code cleanup fixes</li>
+  
+        </ul>      
+      </dd>
+
       <dt id="t2007-07-25">2007-07-25 &mdash; 0.8.0 Release:</dt>
       <dd>
         <p>

Index: footer.html
===================================================================
RCS file: /sources/public/validator/htdocs/footer.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- footer.html	24 Jul 2007 07:03:24 -0000	1.21
+++ footer.html	7 Aug 2007 02:41:40 -0000	1.22
@@ -24,7 +24,7 @@
 			</a>
 		</p>
     <p id="version_info">
-      This is the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#t2007-07-25"><abbr title="version">v</abbr>0.8.0</a>. 
+      This is the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#t2007-07-25"><abbr title="version">v</abbr>0.8.1</a>. 
     </p>
 
 		<p class="copyright">

Received on Tuesday, 7 August 2007 02:41:49 UTC