summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhtdocs/footer.html4
-rw-r--r--htdocs/scripts/combined.js2
-rw-r--r--htdocs/scripts/w3c-validator.js2
-rw-r--r--htdocs/style/results.css2
-rwxr-xr-xhtdocs/whatsnew.html2
-rwxr-xr-xhttpd/cgi-bin/check4
-rw-r--r--misc/bundle/META.yml4
-rw-r--r--misc/bundle/README2
-rw-r--r--misc/bundle/SIGNATURE26
-rw-r--r--misc/bundle/lib/Bundle/W3C/Validator.pm4
-rw-r--r--share/templates/en_US/footer.tmpl4
11 files changed, 28 insertions, 28 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html
index 82719bf..7427555 100755
--- a/htdocs/footer.html
+++ b/htdocs/footer.html
@@ -17,11 +17,11 @@
</a>
</p>
<p id="version_info">
- This service runs the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#v12"><abbr title="version">v</abbr>1.2</a>.
+ This service runs the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#v13"><abbr title="version">v</abbr>1.3</a>.
</p>
<p class="copyright">
- <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2011
+ <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2012
<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;
(<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
diff --git a/htdocs/scripts/combined.js b/htdocs/scripts/combined.js
index f6e9d79..5657663 100644
--- a/htdocs/scripts/combined.js
+++ b/htdocs/scripts/combined.js
@@ -25,7 +25,7 @@ MooTools More, <http://mootools.net/more>. Copyright (c) 2006-2009 Aaron Newton
MooTools.More={version:"1.2.5.1",build:"254884f2b83651bf95260eed5c6cceb838e22d8e"};Fx.Slide=new Class({Extends:Fx,options:{mode:"vertical",wrapper:false,hideOverflow:true,resetHeight:false},initialize:function(b,a){this.addEvent("complete",function(){this.open=(this.wrapper["offset"+this.layout.capitalize()]!=0);if(this.open&&this.options.resetHeight){this.wrapper.setStyle("height","")}if(this.open&&Browser.Engine.webkit419){this.element.dispose().inject(this.wrapper)}},true);this.element=this.subject=document.id(b);this.parent(a);var d=this.element.retrieve("wrapper");var c=this.element.getStyles("margin","position","overflow");if(this.options.hideOverflow){c=$extend(c,{overflow:"hidden"})}if(this.options.wrapper){d=document.id(this.options.wrapper).setStyles(c)}this.wrapper=d||new Element("div",{styles:c}).wraps(this.element);this.element.store("wrapper",this.wrapper).setStyle("margin",0);this.now=[];this.open=true},vertical:function(){this.margin="margin-top";this.layout="height";this.offset=this.element.offsetHeight},horizontal:function(){this.margin="margin-left";this.layout="width";this.offset=this.element.offsetWidth},set:function(a){this.element.setStyle(this.margin,a[0]);this.wrapper.setStyle(this.layout,a[1]);return this},compute:function(c,b,a){return[0,1].map(function(d){return Fx.compute(c[d],b[d],a)})},start:function(b,e){if(!this.check(b,e)){return this}this[e||this.options.mode]();var d=this.element.getStyle(this.margin).toInt();var c=this.wrapper.getStyle(this.layout).toInt();var a=[[d,c],[0,this.offset]];var g=[[d,c],[-this.offset,0]];var f;switch(b){case"in":f=a;break;case"out":f=g;break;case"toggle":f=(c==0)?a:g}return this.parent(f[0],f[1])},slideIn:function(a){return this.start("in",a)},slideOut:function(a){return this.start("out",a)},hide:function(a){this[a||this.options.mode]();this.open=false;return this.set([-this.offset,0])},show:function(a){this[a||this.options.mode]();this.open=true;return this.set([0,this.offset])},toggle:function(a){return this.start("toggle",a)}});Element.Properties.slide={set:function(b){var a=this.retrieve("slide");if(a){a.cancel()}return this.eliminate("slide").store("slide:options",$extend({link:"cancel"},b))},get:function(a){if(a||!this.retrieve("slide")){if(a||!this.retrieve("slide:options")){this.set("slide",a)}this.store("slide",new Fx.Slide(this,this.retrieve("slide:options")))}return this.retrieve("slide")}};Element.implement({slide:function(d,e){d=d||"toggle";var b=this.get("slide"),a;switch(d){case"hide":b.hide(e);break;case"show":b.show(e);break;case"toggle":var c=this.retrieve("slide:flag",b.open);b[c?"slideOut":"slideIn"](e);this.store("slide:flag",!c);a=true;break;default:b.start(d,e)}if(!a){this.eliminate("slide:flag")}return this}});/*!
JavaScript for the W3C Markup Validation Service.
- Copyright 2007-2011 W3C (MIT, INRIA, Keio). All Rights Reserved.
+ Copyright 2007-2012 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
*/
var W3C={start:function(){W3C.Legends=$$("legend.toggletext");W3C.LegendImage=$$(".toggleicon");W3C.Options=$$("div.options");W3C.TabSet=$("tabset_tabs");W3C.Tabs=W3C.TabSet.getElements("li");W3C.TabLinks=W3C.TabSet.getElements("a");W3C.Sections=$$("fieldset.tabset_content");W3C.Submits=$$("input[type=submit]");W3C.Forms=$$("form");W3C.Submits.each(function(e,a){var d=e.value;e.setStyle("display","none");var c=new Element("a",{"class":"submit",href:"#"});var b=new Element("span").set("text",d).inject(c);c.injectAfter(e).addEvent("click",function(f){new Event(f).stop();W3C.Forms[a].submit()})});W3C.SectionFx=[];W3C.OptionsFx=[];W3C.Options.each(function(b,a){W3C.OptionsFx[a]=new Fx.Slide(b,{wait:false,duration:180});W3C.OptionsFx[a].addEvent("onComplete",function(){if(this.element.getStyle("margin-top").toInt()==0){this.wrapper.setStyle("height","auto")}else{this.element.setStyle("display","none")}})});W3C.Legends.each(function(e,c){var a=W3C.Sections[c].id.replace(/-/g,"_");var b="+with_options";var d=W3C.Options[c];var f=e.getFirst();f.addEvent("click",function(g){d.setStyle("display","block");var h=(d.getStyle("margin-top").toInt()==0);W3C.setHash((h)?a:a+b);new Event(g).stop();W3C.refreshOptionLinks(!h,c)})});W3C.Tabs.each(function(a,b){var c=a.getFirst();c.href=c.original="#"+c.href.split("#")[1].replace(/-/g,"_");a.addEvent("click",function(){W3C.updateLocation();W3C.displaySection(b)})});W3C.updateLocation();W3C.refreshOptionLinks(W3C.WithOptions);W3C.Sections.each(function(c,b){var a=c.id.replace(/-/g,"_");W3C.SectionFx[b]=new Fx.Tween(c,{property:"opacity",link:"cancel",duration:220});c.setStyle("display","none");if(W3C.Location[0]&&a.contains(W3C.Location[0].replace(/-/g,"_"))){W3C.displaySection(b,true);W3C.Located=true}});if(!W3C.Located){W3C.displaySection(0,true)}if(window.ie){$$("legend").setStyle("margin-left","-0.4em")}},updateLocation:function(){W3C.Location=window.location.hash.replace("#","").split("+");W3C.WithOptions=(W3C.Location[1]&&W3C.Location[1].contains("with_options"))},refreshOptionLinks:function(b,a){if(!b){W3C.LegendImage.each(function(d,c){d.setProperties({src:"./images/arrow-closed.png",alt:"Show "});d.removeClass("toggled")});if($chk(a)){W3C.OptionsFx[a].slideOut()}W3C.Legends.removeClass("toggled")}else{W3C.LegendImage.each(function(d,c){d.setProperties({src:"./images/arrow-open.png",alt:"Hide "});d.addClass("toggled");if($chk(a)){W3C.OptionsFx[a].slideIn()}W3C.Legends.addClass("toggled");W3C.Legends.each(function(g,f){var h=g.getFirst();var e=h.getProperty("href").replace("+with_options","");h.setProperty("href",e)})})}W3C.TabLinks.each(function(c){c.href=(b)?c.original+"+with_options":c.original})},displaySection:function(b,a){W3C.Sections.each(function(d,c){var e=d.getStyle("display")=="block";if(c==b){if(e){return}W3C.Sections[c].setStyles({opacity:a?1:0,display:"block"});if(!a){W3C.SectionFx[c].start(1)}if(W3C.WithOptions){W3C.OptionsFx[c].show().fireEvent("onComplete")}else{W3C.OptionsFx[c].hide()}}else{if(!e){return}W3C.Sections[c].setStyles({display:"none",opacity:0})}});W3C.Tabs.each(function(d,c){if(c==b){d.addClass("selected")}else{d.removeClass("selected")}})},setHash:function(a){if(window.webkit419){W3C.FakeForm=W3C.FakeForm||new Element("form",{method:"get"}).injectInside(document.body);W3C.FakeForm.setProperty("action","#"+a).submit()}else{window.location.hash=a}}};window.addEvent("domready",W3C.start); \ No newline at end of file
diff --git a/htdocs/scripts/w3c-validator.js b/htdocs/scripts/w3c-validator.js
index 66a4da5..1763869 100644
--- a/htdocs/scripts/w3c-validator.js
+++ b/htdocs/scripts/w3c-validator.js
@@ -1,7 +1,7 @@
/*!
JavaScript for the W3C Markup Validation Service.
- Copyright 2007-2011 W3C (MIT, INRIA, Keio). All Rights Reserved.
+ Copyright 2007-2012 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
*/
diff --git a/htdocs/style/results.css b/htdocs/style/results.css
index 31c30d1..0e43818 100644
--- a/htdocs/style/results.css
+++ b/htdocs/style/results.css
@@ -1,7 +1,7 @@
/*!
Results Style Sheet for the W3C Markup Validation Service.
- Copyright 1999-2011 W3C (MIT, INRIA, Keio). All Rights Reserved.
+ Copyright 1999-2012 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
*/
diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html
index 43c012e..2303055 100755
--- a/htdocs/whatsnew.html
+++ b/htdocs/whatsnew.html
@@ -26,7 +26,7 @@
</div>
<dl id="news">
- <dt id="v13">2011-xx-xx &mdash; 1.3 release:</dt>
+ <dt id="v13">2012-03-13 &mdash; 1.3 release:</dt>
<dd>
<p>
The 1.3 release of the markup validator is an enhancement and
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index b2ce71d..8f99f0d 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -3,7 +3,7 @@
# W3C Markup Validation Service
# A CGI script to retrieve and validate a markup file
#
-# Copyright 1995-2011 World Wide Web Consortium, (Massachusetts
+# Copyright 1995-2012 World Wide Web Consortium, (Massachusetts
# Institute of Technology, European Research Consortium for Informatics
# and Mathematics, Keio University). All Rights Reserved.
#
@@ -84,7 +84,7 @@ use constant T_ERROR => 8; # 0000 1000
#
# Define global variables.
use vars qw($DEBUG $CFG %RSRC $VERSION);
-$VERSION = '1.2';
+$VERSION = '1.3';
use constant IS_MODPERL2 =>
(exists($ENV{MOD_PERL_API_VERSION}) && $ENV{MOD_PERL_API_VERSION} >= 2);
diff --git a/misc/bundle/META.yml b/misc/bundle/META.yml
index c287c24..b75d04d 100644
--- a/misc/bundle/META.yml
+++ b/misc/bundle/META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Bundle-W3C-Validator
-version: 1.2
+version: 1.3
abstract: Bundle of modules required by the W3C Markup Validator
author:
- W3C QA-dev Team <public-qa-dev@w3.org>
@@ -50,7 +50,7 @@ no_index:
directory:
- t
- inc
-generated_by: ExtUtils::MakeMaker version 6.56
+generated_by: ExtUtils::MakeMaker version 6.57_05
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
diff --git a/misc/bundle/README b/misc/bundle/README
index ea1c6b5..903e16a 100644
--- a/misc/bundle/README
+++ b/misc/bundle/README
@@ -15,7 +15,7 @@ COPYRIGHT AND LICENCE
Originally by Ville Skyttä, <ville.skytta@iki.fi>, for the W3C
Maintained by the W3C QA-dev Team <public-qa-dev@w3.org>
-Copyright (C) 1994-2011 World Wide Web Consortium, (Massachusetts
+Copyright (C) 1994-2012 World Wide Web Consortium, (Massachusetts
Institute of Technology, European Research Consortium for Informatics
and Mathematics, Keio University). All Rights Reserved. This work is
distributed under the W3C(R) Software License [1] in the hope that it
diff --git a/misc/bundle/SIGNATURE b/misc/bundle/SIGNATURE
index 0674211..9fb06d9 100644
--- a/misc/bundle/SIGNATURE
+++ b/misc/bundle/SIGNATURE
@@ -1,5 +1,5 @@
This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.64.
+signed via the Module::Signature module, version 0.68.
To verify the content in this distribution, first make sure you have
Module::Signature installed, then type:
@@ -15,19 +15,19 @@ not run its Makefile.PL or Build.PL.
Hash: SHA1
SHA1 645692d934e05bf18bec1417377bb63db46f813c MANIFEST
-SHA1 f0fa8aa32916bd4a8a34fb7cc561b0e07288254f META.yml
-SHA1 0307313614755e7bb4ed80e5ef05f36d2132e890 Makefile.PL
-SHA1 856bc75b71d6ec00b01e99b967c2c750ee55a584 README
-SHA1 19e89cb73d2c59cb035506968c26810bc17c7d8c lib/Bundle/W3C/Validator.pm
+SHA1 f3fa2dff55403a537f18b4271ffdc7bf31418cbd META.yml
+SHA1 2f26467011e47872095c7c575454536ae3506aeb Makefile.PL
+SHA1 7f2fb8d830437f8e39c6be9851211e17e5f8d256 README
+SHA1 9ab675a70295830ce2b8233c2c6165b12b2bee0d lib/Bundle/W3C/Validator.pm
SHA1 77da198169b0682e4d5d7a4e620d80b49501c7c2 t/00load.t
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.11 (GNU/Linux)
+Version: GnuPG v1.4.12 (GNU/Linux)
-iQEVAwUBTXfcm4d580Rxl2NsAQIP+ggA0Nuw2v/ItvChndG08X4CxSpu4bie1OIJ
-sGc32/Otnq5o/MgjkLxaiJ6vNXd24ZQweB5TdswZtEOJ+LHMwnZoOKQVV422adru
-rWU+VDjj4jpJxKjZ7hNK2vApSdt5BD2eosx2MNvahhiji5WA86kr/VVnlbKfcvr9
-jzLPjKJCBZfU/IrE4sFJoT1Kqy97QNFIghBvTrGMl8GNq+aQ4tprMCYc4IaoQ7fy
-52vhfArY2zLfHUOdiPvaXj1ZnlJWYvE+MMjeNVFGjQuDbD02xmDwuNiJE4dqn5VS
-69hbwq/7QV5dSmFYjRY6zlCOgMe21VBh1M74ychTOLLLMNFTA63OHA==
-=qz+q
+iQEVAwUBT1sklod580Rxl2NsAQJuywf/R9vev3zXB4JPw5t9T5d6qwaQaPeOQbBI
+nlYMPNXRLDme9RbRYbS+fXtEau2MKk7mpZ8BpqbXoby/CvSx7/OZVOFmPBKjASE5
+fm4awAmje9NlfFLabvsyLFmrOSjLl+Ns7utiB7nYW6UFQ4vcd/JqIwahSXGVoplE
+chgmdo7oqP20u7cHwLE1+RmugQT4MLH3ntz+O2BemONR2s9QLm6fKBHNwJ4+MMtq
+sfyzvPytBlob5DoO9imUh1ZxCGGOZtFkCXZ26hOjoRGDIlSnujaf1S5/HTyse9q+
+tYBm7LT2J8+9Pg4dPhnlxoJXTl49UMk+l45L3pcNaYJexuKgp0xqiA==
+=roi5
-----END PGP SIGNATURE-----
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm
index 09f8e5c..516dbc7 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 = '1.2';
+$VERSION = '1.3';
1;
@@ -69,7 +69,7 @@ W3C QA-dev Team, E<lt>public-qa-dev@w3.orgE<gt>
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 1994-2011 World Wide Web Consortium, (Massachusetts
+Copyright (C) 1994-2012 World Wide Web Consortium, (Massachusetts
Institute of Technology, European Research Consortium for Informatics
and Mathematics, Keio University). All Rights Reserved. This work is
distributed under the W3C(R) Software License [1] in the hope that it
diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl
index 399ac9b..fab7b05 100644
--- a/share/templates/en_US/footer.tmpl
+++ b/share/templates/en_US/footer.tmpl
@@ -22,11 +22,11 @@
</a>
</p>
<p id="version_info">
- This service runs the W3C Markup Validator, <a href="whatsnew.html#v12"><abbr title="version">v</abbr>1.2+hg</a>.
+ This service runs the W3C Markup Validator, <a href="whatsnew.html#v13"><abbr title="version">v</abbr>1.3</a>.
</p>
<p class="copyright">
- <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2011
+ <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2012
<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;
(<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,