diff options
author | ot <ot@localhost> | 2008-11-18 21:16:25 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-11-18 21:16:25 +0000 |
commit | 954d167266fba00c8d4b80550b2ad839b23d3d45 (patch) | |
tree | cf26ad81ee5d3f3195edebb44d72c0be9bec79c5 | |
parent | 51e82ffb09a568d526ae825d422a9970ed1664e2 (diff) | |
download | markup-validator-954d167266fba00c8d4b80550b2ad839b23d3d45.zip markup-validator-954d167266fba00c8d4b80550b2ad839b23d3d45.tar.gz markup-validator-954d167266fba00c8d4b80550b2ad839b23d3d45.tar.bz2 |
version bump. Preparing for v0.8.4
-rw-r--r-- | README.cvs | 4 | ||||
-rwxr-xr-x | htdocs/about.html | 10 | ||||
-rwxr-xr-x | htdocs/docs/install.html | 6 | ||||
-rwxr-xr-x | htdocs/footer.html | 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 |
7 files changed, 17 insertions, 13 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.3, via CVS:</p> +Alternatively, you can get the latest released version, v0.8.4, 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_3-release validator</kbd> + bash$ <kbd>cvs get -r validator-0_8_4-release validator</kbd> cvs server: Updating validator cvs server: Updating validator/htdocs U validator/htdocs/about.html diff --git a/htdocs/about.html b/htdocs/about.html index 948d64d..0e0c567 100755 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: about.html,v 1.40 2007-09-19 20:53:22 ville Exp $" ---><!--#set var="date" value="\$Date: 2007-09-19 20:53:22 $" +<!--#set var="revision" value="\$Id: about.html,v 1.41 2008-11-18 21:16:24 ot Exp $" +--><!--#set var="date" value="\$Date: 2008-11-18 21:16:24 $" --><!--#set var="title" value="About the W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -181,14 +181,18 @@ Christoph Päper, <a href="http://www.w3.org/People/Connolly/">Dan Connolly</a>, <a href="http://dorward.me.uk/">David Dorward</a>, - <a href="http://www.tibbe-online.de/">David Tibbe</a>, + <a href="http://www.tibbe-online.de/">David Tibbe</a>, + Etienne Miret, + Frank Ellermann, <a href="http://www.w3.org/People/Hugo/">Hugo Haas</a>, + Henri Sivonen, Ian Hickson, <a href="http://www.jibbering.com/">Jim Ley</a>, <a href="http://www.cs.tut.fi/~jkorpela/">Jukka Korpela</a> <a href="http://www.w3.org/People/karl/">Karl Dubost</a>, <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a>, <a href="http://www.w3.org/People/D%c3%bcrst/">Martin Dürst</a>, + Moto Ishizawa, <a href="http://www.webthing.com/~nick/">Nick Kew</a>, <a href="http://www.w3.org/People/olivier/">Olivier Thereaux</a>, Roland W. Crowl, diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 9f586de..4d8bdfe 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.38 2008-11-10 21:08:27 ville Exp $" ---><!--#set var="date" value="\$Date: 2008-11-10 21:08:27 $" +<!--#set var="revision" value="\$Id: install.html,v 1.39 2008-11-18 21:16:24 ot Exp $" +--><!--#set var="date" value="\$Date: 2008-11-18 21:16:24 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -221,7 +221,7 @@ install Bundle::W3C::Validator # tar zxvf validator.tar.gz # tar zxvf sgml-lib.tar.gz # mkdir /usr/local/validator -# cd validator-0.8.3 +# cd validator-0.8.4 # mv htdocs share httpd/cgi-bin /usr/local/validator </pre> <p> diff --git a/htdocs/footer.html b/htdocs/footer.html index fc994f1..5abfd95 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -18,7 +18,7 @@ </a> </p> <p id="version_info"> - This is the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#t2008-08-08"><abbr title="version">v</abbr>0.8.3</a>. + This is the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#t2008-08-08"><abbr title="version">v</abbr>0.8.4</a>. </p> <p class="copyright"> diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 89b6a94..2e77d69 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.3'; +$VERSION = '0.8.4'; 1; diff --git a/misc/w3c-markup-validator.spec b/misc/w3c-markup-validator.spec index 536a728..e0ef835 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.11 2008-02-21 07:10:59 ot Exp $ +# $Id: w3c-markup-validator.spec,v 1.12 2008-11-18 21:16:24 ot Exp $ %{expand: %%define tbver %(echo %{version} | tr . _)} Name: w3c-markup-validator -Version: 0.8.3 +Version: 0.8.4 Release: 0 Summary: W3C Markup Validator diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index 30d2d4b..d098241 100644 --- a/share/templates/en_US/footer.tmpl +++ b/share/templates/en_US/footer.tmpl @@ -24,7 +24,7 @@ </a> </p> <p id="version_info"> - This is the W3C Markup Validator, <a href="whatsnew.html#t2008-08-08"><abbr title="version">v</abbr>0.8.3</a>. + This is the W3C Markup Validator, <a href="whatsnew.html#t2008-08-08"><abbr title="version">v</abbr>0.8.4</a>. </p> <p class="copyright"> |