- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 02 Nov 2006 03:16:59 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US In directory hutz:/tmp/cvs-serv7811 Modified Files: earl_n3.tmpl earl_xml.tmpl header.tmpl soap_fault.tmpl soap_output.tmpl ucn_output.tmpl xml_output.tmpl Log Message: porting X-W3C-Validator-Errors patch to HEAD see http://lists.w3.org/Archives/Public/www-validator-cvs/2006Nov/0004.html for original commit in 0.7 branch Index: soap_fault.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/soap_fault.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- soap_fault.tmpl 8 Feb 2006 03:30:03 -0000 1.2 +++ soap_fault.tmpl 2 Nov 2006 03:16:57 -0000 1.3 @@ -1,6 +1,7 @@ Content-Type: application/soap+xml; charset=UTF-8 -X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"> -X-W3C-Validator-Errors: <TMPL_VAR NAME="number_of_errors"> +X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><TMPL_IF NAME="valid_status"> +X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF> +X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"> <?xml version='1.0' encoding="utf-8"?> <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" Index: header.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/header.tmpl,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- header.tmpl 12 Apr 2006 02:36:32 -0000 1.27 +++ header.tmpl 2 Nov 2006 03:16:57 -0000 1.28 @@ -1,9 +1,8 @@ Content-Language: en Content-Type: text/html; charset=utf-8 X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><TMPL_IF NAME="valid_status"> -X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF><TMPL_IF NAME="number_of_errors"> -X-W3C-Validator-Errors: <TMPL_VAR NAME="number_of_errors"></TMPL_IF> -Cache-Control: <TMPL_IF NAME="cache_control_value"><TMPL_VAR NAME="cache_control_value"><TMPL_ELSE>no-cache</TMPL_IF> +X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF> +X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"> <?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" Index: xml_output.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/xml_output.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- xml_output.tmpl 10 Sep 2005 09:00:28 -0000 1.1 +++ xml_output.tmpl 2 Nov 2006 03:16:57 -0000 1.2 @@ -1,6 +1,7 @@ Content-Type: application/xml; charset=UTF-8 -X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"> -X-W3C-Validator-Errors: <TMPL_VAR NAME="number_of_errors"> +X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><TMPL_IF NAME="valid_status"> +X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF> +X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"> <?xml version="1.0" encoding="UTF-8"?> <!-- Index: earl_xml.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/earl_xml.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- earl_xml.tmpl 10 Sep 2005 09:00:28 -0000 1.1 +++ earl_xml.tmpl 2 Nov 2006 03:16:57 -0000 1.2 @@ -1,6 +1,7 @@ Content-Type: application/rdf+xml; charset=UTF-8 -X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"> -X-W3C-Validator-Errors: <TMPL_VAR NAME="number_of_errors"> +X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><TMPL_IF NAME="valid_status"> +X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF> +X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"> <?xml version="1.0" encoding="UTF-8"?> <rdf:RDF Index: ucn_output.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/ucn_output.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- ucn_output.tmpl 13 Oct 2006 07:01:18 -0000 1.5 +++ ucn_output.tmpl 2 Nov 2006 03:16:57 -0000 1.6 @@ -1,6 +1,7 @@ Content-Type: application/xml; charset=UTF-8 -X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"> -X-W3C-Validator-Errors: <TMPL_VAR NAME="number_of_errors"> +X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><TMPL_IF NAME="valid_status"> +X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF> +X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"> <?xml version="1.0" encoding="UTF-8"?> <observationresponse xmlns="http://www.w3.org/unicorn/observationresponse" Index: soap_output.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/soap_output.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- soap_output.tmpl 16 Feb 2006 02:31:50 -0000 1.6 +++ soap_output.tmpl 2 Nov 2006 03:16:57 -0000 1.7 @@ -1,6 +1,7 @@ Content-Type: application/soap+xml; charset=UTF-8 -X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"> -X-W3C-Validator-Errors: <TMPL_VAR NAME="number_of_errors"> +X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><TMPL_IF NAME="valid_status"> +X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF> +X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"> <?xml version="1.0" encoding="UTF-8"?> <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> Index: earl_n3.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/earl_n3.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- earl_n3.tmpl 10 Sep 2005 09:00:28 -0000 1.1 +++ earl_n3.tmpl 2 Nov 2006 03:16:57 -0000 1.2 @@ -1,6 +1,7 @@ Content-Type: text/plain; charset=UTF-8 -X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"> -X-W3C-Validator-Errors: <TMPL_VAR NAME="number_of_errors"> +X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><TMPL_IF NAME="valid_status"> +X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF> +X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"> @prefix earl: <http://www.w3.org/2001/03/earl/1.0-test#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
Received on Thursday, 2 November 2006 03:17:14 UTC