diff options
author | ot <ot@localhost> | 2007-08-07 02:41:40 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-08-07 02:41:40 +0000 |
commit | 97f5b6d0f7492d98e75b07d0e62e871e7e41ed99 (patch) | |
tree | 9917cb659e1d1fcd0cee7ee7e83338744c82cf2a | |
parent | 10e8145172f43431763a146753935f66bb6a4910 (diff) | |
download | markup-validator-97f5b6d0f7492d98e75b07d0e62e871e7e41ed99.zip markup-validator-97f5b6d0f7492d98e75b07d0e62e871e7e41ed99.tar.gz markup-validator-97f5b6d0f7492d98e75b07d0e62e871e7e41ed99.tar.bz2 |
preparing 0.8.1, changelog and version bump
-rwxr-xr-x | htdocs/footer.html | 2 | ||||
-rw-r--r-- | htdocs/no_referer.asis | 64 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 22 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 | ||||
-rw-r--r-- | misc/w3c-markup-validator.spec | 4 | ||||
-rw-r--r-- | share/templates/en_US/footer.tmpl | 2 |
6 files changed, 40 insertions, 56 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index 2d07b75..c7d10f1 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -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"> diff --git a/htdocs/no_referer.asis b/htdocs/no_referer.asis index c66b9f6..71c4d63 100644 --- a/htdocs/no_referer.asis +++ b/htdocs/no_referer.asis @@ -2,71 +2,38 @@ Status: 412 Precondition Failed 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 & <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> + </h1> + <p id="tagline">Check the markup (HTML, XHTML) of Web documents</p> + </div> - <div id="main"> - <div id="head"> - - - </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 @@ Retry-After: 86400 <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> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 9ced0a6..07bad1e 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.65 2007-07-25 06:20:53 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-07-25 06:20:53 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.66 2007-08-07 02:41:40 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-08-07 02:41:40 $" --><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#set var="feeds" value="1" @@ -19,6 +19,24 @@ </p> </div> <dl id="news"> + <dt id="t2007-08-08">2007-08-08 — 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 &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 — 0.8.0 Release:</dt> <dd> <p> diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index fb8fd6e..e7ee559 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -4,7 +4,7 @@ use 5.8.0; use strict; use vars qw($VERSION); -$VERSION = '0.8.0'; +$VERSION = '0.8.1'; 1; diff --git a/misc/w3c-markup-validator.spec b/misc/w3c-markup-validator.spec index 37375bf..a16eece 100644 --- a/misc/w3c-markup-validator.spec +++ b/misc/w3c-markup-validator.spec @@ -1,10 +1,10 @@ # RPM spec file for the W3C Markup Validator -# $Id: w3c-markup-validator.spec,v 1.8 2007-04-24 19:45:18 ville Exp $ +# $Id: w3c-markup-validator.spec,v 1.9 2007-08-07 02:41:40 ot Exp $ %{expand: %%define tbver %(echo %{version} | tr . _)} Name: w3c-markup-validator -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: W3C Markup Validator diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index 83b40c4..a8cb4e1 100644 --- a/share/templates/en_US/footer.tmpl +++ b/share/templates/en_US/footer.tmpl @@ -28,7 +28,7 @@ </a> </p> <p id="version_info"> - This is the W3C Markup Validator, <a href="whatsnew.html#t2007-07-25"><abbr title="version">v</abbr>0.8.0</a>. + This is the W3C Markup Validator, <a href="whatsnew.html#t2007-07-25"><abbr title="version">v</abbr>0.8.1</a>. </p> <p class="copyright"> |