diff options
-rw-r--r-- | README.cvs | 4 | ||||
-rwxr-xr-x | htdocs/docs/install.html | 6 | ||||
-rwxr-xr-x | htdocs/footer.html | 2 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 6 | ||||
-rw-r--r-- | misc/bundle/ChangeLog | 36 | ||||
-rw-r--r-- | misc/bundle/META.yml | 2 | ||||
-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 |
9 files changed, 50 insertions, 14 deletions
@@ -26,14 +26,14 @@ code page</a>. <p>Note that the latest development code may be broken at any time. If you want a working version, you should get the latest release version from the tar balls available from the <a href="http://validator.w3.org/source/">source code availability</a> page at validator.w3.org. -Alternatively, you can get the latest released version, v0.8.5, via CVS:</p> +Alternatively, you can get the latest released version, v0.8.6, via CVS:</p> <pre> bash$ <kbd>export CVSROOT=":pserver:anonymous@dev.w3.org:/sources/public"</kbd> bash$ <kbd>cvs login</kbd> (Logging in to anonymous@dev.w3.org) CVS password: <kbd>anonymous</kbd> - bash$ <kbd>cvs get -r validator-0_8_5-release validator</kbd> + bash$ <kbd>cvs get -r validator-0_8_6-release validator</kbd> cvs server: Updating validator cvs server: Updating validator/htdocs U validator/htdocs/about.html diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 7d86ffe..fd09263 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.55 2009-09-16 19:15:19 ville Exp $" ---><!--#set var="date" value="\$Date: 2009-09-16 19:15:19 $" +<!--#set var="revision" value="\$Id: install.html,v 1.56 2009-12-02 19:53:34 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-12-02 19:53:34 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -235,7 +235,7 @@ install Bundle::W3C::Validator # tar zxvf validator.tar.gz # tar zxvf sgml-lib.tar.gz # mkdir /usr/local/validator -# cd validator-0.8.5 +# cd validator-0.8.6 # mv htdocs share httpd/cgi-bin /usr/local/validator </pre> <p> diff --git a/htdocs/footer.html b/htdocs/footer.html index 6767ecb..fef863b 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -17,7 +17,7 @@ </a> </p> <p id="version_info"> - This service runs the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#t2009-03-26"><abbr title="version">v</abbr>0.8.5</a>. + This service runs the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#v086"><abbr title="version">v</abbr>0.8.6</a>. </p> <p class="copyright"> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 54e6bd5..a501b61 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.86 2009-12-02 19:37:17 ville Exp $" ---><!--#set var="date" value="\$Date: 2009-12-02 19:37:17 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.87 2009-12-02 19:53:34 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-12-02 19:53:34 $" --><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#set var="feeds" value="1" @@ -28,7 +28,7 @@ </div> <dl id="news"> - <dt id="t2009-12-xx">2009-12-xx — 0.8.6 release:</dt> + <dt id="v086">2009-12-xx — 0.8.6 release:</dt> <dd> <p> The 0.8.6 release of the markup validator is an enhancement and diff --git a/misc/bundle/ChangeLog b/misc/bundle/ChangeLog index 97611bb..fb41846 100644 --- a/misc/bundle/ChangeLog +++ b/misc/bundle/ChangeLog @@ -1,3 +1,39 @@ +2009-11-24 ville + + * lib/Bundle/W3C/Validator.pm: Fix perlcritic "Code before + strictures/warnings" errors. + +2009-09-16 ville + + * lib/Bundle/W3C/Validator.pm: Remove fuzzy matching/"Did you mean + ..." implementation due to too many incorrect suggestions emitted. + We'd need to be aware of which attributes and/or elements are valid + in the checked document in the particular position; flat lists of + all HTML elements and attributes results in too many false + positives. String::Approx usage would have probably needed some + work as well, or perhaps it wasn't the best choice for the task to + begin with. + +2009-06-29 ville + + * lib/Bundle/W3C/Validator.pm: Drop SGML::Parser::OpenSP < 0.991 + workarounds, require >= 0.991. + +2009-06-29 ville + + * lib/Bundle/W3C/Validator.pm: Fix JSON output errors + (missing/extra commas, incorrect escaping) (#7000). New + dependency: JSON >= 2.00. + +2009-06-29 ville + + * lib/Bundle/W3C/Validator.pm: Drop Config::General <= 2.31 + workarounds, require >= 2.32. + +2009-06-23 ville + + * lib/Bundle/W3C/Validator.pm: Require libwww-perl >= 5.802. + 2009-03-27 ville * README, lib/Bundle/W3C/Validator.pm: Update author/maintainer diff --git a/misc/bundle/META.yml b/misc/bundle/META.yml index 478a88a..9ef3237 100644 --- a/misc/bundle/META.yml +++ b/misc/bundle/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Bundle-W3C-Validator -version: 0.8.5 +version: 0.8.6 abstract: Bundle of modules required by the W3C Markup Validator license: open_source author: diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index a3d1b4d..0aaf7db 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -5,7 +5,7 @@ use strict; use warnings; use vars qw($VERSION); -$VERSION = '0.8.5'; +$VERSION = '0.8.6'; 1; diff --git a/misc/w3c-markup-validator.spec b/misc/w3c-markup-validator.spec index 15a207d..6660855 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.13 2009-03-13 15:29:15 ot Exp $ +# $Id: w3c-markup-validator.spec,v 1.14 2009-12-02 19:53:34 ville Exp $ %{expand: %%define tbver %(echo %{version} | tr . _)} Name: w3c-markup-validator -Version: 0.8.5 +Version: 0.8.6 Release: 0 Summary: W3C Markup Validator diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index 14be49d..37be5d9 100644 --- a/share/templates/en_US/footer.tmpl +++ b/share/templates/en_US/footer.tmpl @@ -22,7 +22,7 @@ </a> </p> <p id="version_info"> - This service runs the W3C Markup Validator, <a href="whatsnew.html#t2009-03-26"><abbr title="version">v</abbr>0.8.5</a>. + This service runs the W3C Markup Validator, <a href="whatsnew.html#v086"><abbr title="version">v</abbr>0.8.6</a>. </p> <p class="copyright"> |