diff options
author | ville <ville@localhost> | 2010-06-14 06:33:12 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-06-14 06:33:12 +0000 |
commit | eaf4039c1b6223461ebc3c8bcdce4cde57989ad2 (patch) | |
tree | 4b2030d2ec9b01a87265ff8349fa64599b7a035f | |
parent | 7368f10716c833120ac42432a2f157968e535220 (diff) | |
download | markup-validator-eaf4039c1b6223461ebc3c8bcdce4cde57989ad2.zip markup-validator-eaf4039c1b6223461ebc3c8bcdce4cde57989ad2.tar.gz markup-validator-eaf4039c1b6223461ebc3c8bcdce4cde57989ad2.tar.bz2 |
-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 | 10 | ||||
-rw-r--r-- | misc/w3c-markup-validator.spec | 4 | ||||
-rw-r--r-- | share/templates/en_US/footer.tmpl | 2 |
6 files changed, 14 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.6, via CVS:</p> +Alternatively, you can get the latest released version, v1.0, 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_6-release validator</kbd> + bash$ <kbd>cvs get -r validator-1_0-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 125b36f..a3609b2 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.64 2010-03-10 20:51:38 ville Exp $" ---><!--#set var="date" value="\$Date: 2010-03-10 20:51:38 $" +<!--#set var="revision" value="\$Id: install.html,v 1.65 2010-06-14 06:33:12 ville Exp $" +--><!--#set var="date" value="\$Date: 2010-06-14 06:33:12 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -238,7 +238,7 @@ install Bundle::W3C::Validator # tar zxvf validator.tar.gz # tar zxvf sgml-lib.tar.gz # mkdir /usr/local/validator -# cd validator-0.8.6 +# cd validator-1.0 # mv htdocs share httpd/cgi-bin /usr/local/validator </pre> <p> diff --git a/htdocs/footer.html b/htdocs/footer.html index f0b6922..83f1a3b 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#v086"><abbr title="version">v</abbr>0.8.6+cvs</a>. + This service runs the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#v086"><abbr title="version">v</abbr>1.0</a>. </p> <p class="copyright"> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index b394800..ff6f7cb 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.104 2010-06-14 06:21:13 ville Exp $" ---><!--#set var="date" value="\$Date: 2010-06-14 06:21:13 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.105 2010-06-14 06:33:12 ville Exp $" +--><!--#set var="date" value="\$Date: 2010-06-14 06:33:12 $" --><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#set var="feeds" value="1" @@ -28,11 +28,11 @@ </div> <dl id="news"> - <dt id="vDEV">201Y-MM-DD — X.Y.Z release:</dt> + <dt id="v10">2010-06-14 — 1.0 release:</dt> <dd> <p> - The X.Y.Z release of the markup validator is a TBD release. - Changes include: + The 1.0 release of the markup validator is an enhancement and + bug fix release. Changes include: </p> <ul> <li> diff --git a/misc/w3c-markup-validator.spec b/misc/w3c-markup-validator.spec index 6660855..4eeff5f 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.14 2009-12-02 19:53:34 ville Exp $ +# $Id: w3c-markup-validator.spec,v 1.15 2010-06-14 06:33:12 ville Exp $ %{expand: %%define tbver %(echo %{version} | tr . _)} Name: w3c-markup-validator -Version: 0.8.6 +Version: 1.0 Release: 0 Summary: W3C Markup Validator diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index 9023896..439ddd8 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#v086"><abbr title="version">v</abbr>0.8.6</a>. + This service runs the W3C Markup Validator, <a href="whatsnew.html#v086"><abbr title="version">v</abbr>1.0</a>. </p> <p class="copyright"> |