- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 04 Jan 2009 11:13:48 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv30638/share/templates/en_US
Added Files:
json_output.tmpl
Removed Files:
json_ouput.tmpl
Log Message:
json_ouput -> json_output
--- json_ouput.tmpl DELETED ---
--- NEW FILE: json_output.tmpl ---
Content-Type: application/json; charset=UTF-8
X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><TMPL_IF NAME="fatal_error">
X-W3C-Validator-Status: Abort<TMPL_ELSE><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">
X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF>
{
"url": "<TMPL_VAR NAME="file_uri">",
"messages": [
<TMPL_LOOP NAME="file_errors">
{
<TMPL_IF NAME="err_type_err">"type": "error",</TMPL_IF>
<TMPL_IF NAME="err_type_warn">"type": "info",
"subtype": "warning"</TMPL_IF>
"lastLine": "<TMPL_VAR NAME="line">",
"lastColumn": <TMPL_VAR NAME="char">,
"message": "<TMPL_VAR ESCAPE="JS" NAME="msg">",
"messageid": <TMPL_VAR NAME="num">,
"explanation": "<TMPL_VAR ESCAPE="JS" NAME="expl">",
}
</TMPL_LOOP>
],
"source": {
"encoding": "<TMPL_VAR NAME="file_charset">"
}
}
Received on Sunday, 4 January 2009 11:13:58 UTC