Message.php |
validators/Message.php |
|
|
README.txt |
README.txt |
|
W3C Validator
-------------
by Dominique CLAUSE: http://drupal-addict.com
This module uses the api provided by the W3C markup validator to validate the
html of any url or of all urls on your site… |
Response.php |
validators/Response.php |
|
|
W3CvalidatorAPI.php |
validators/W3CvalidatorAPI.php |
|
W3CvalidatorAPI.php |
w3c_validator.admin.inc |
w3c_validator.admin.inc |
|
Admin config page definition. |
w3c_validator.css |
css/w3c_validator.css |
|
html.js .w3c_validator-wrapper.collapsed .fieldset-wrapper {
display: none;
}
/* Expand/collapse image for page title */
html.js .w3c_validator-wrapper .page-title {
background: url("../images/menu-expanded.png") left 65% no-repeat;
… |
w3c_validator.info |
w3c_validator.info |
|
name = W3C Validator
description = "Validate web pages using the API form the W3C Markup Validator"
core = 7.x
package = W3C Validator
configure = admin/config/development/w3c_validator
files[] = validators/Message.php
files[] =… |
w3c_validator.install |
w3c_validator.install |
|
|
w3c_validator.module |
w3c_validator.module |
|
|
w3c_validator.site_validation_report.page.inc |
w3c_validator.site_validation_report.page.inc |
|
Page description for site W3C validation report. |
w3c_validator.uri_validator.page.inc |
w3c_validator.uri_validator.page.inc |
|
Page description for single URI validation. |