You are here

README.txt in W3C Validator 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
This module uses the api provided by the W3C markup validator to validate the
html of any url (w3c_validator) or of all urls on your site
(w3c_validator_site).

It requires to have a validator instance installed somewhere. You could use the
official validator for testing but it is higly discouraged to use it for high
volume validation.

For Debian based distributions you can install an instance of the w3c validator
by installing the package w3c_markup_validator.

Once you have the validator installed you can activate this module and go to
admin/settings/w3c_validator and enter the url of the installed validator.

To use the official W3C validator you can enter this url:
http://validator.w3.org/check

To use default install of the w3c_markup_validator package the url might be
like: http://localhost/w3c-markup-validator

For validating single urls you should visit the path /validator and enter any
url.

For validating your entire site you must use the W3C Site Validator module. The
interface is located at admin/content/validator.

File

README.txt
View source
  1. This module uses the api provided by the W3C markup validator to validate the
  2. html of any url (w3c_validator) or of all urls on your site
  3. (w3c_validator_site).
  4. It requires to have a validator instance installed somewhere. You could use the
  5. official validator for testing but it is higly discouraged to use it for high
  6. volume validation.
  7. For Debian based distributions you can install an instance of the w3c validator
  8. by installing the package w3c_markup_validator.
  9. Once you have the validator installed you can activate this module and go to
  10. admin/settings/w3c_validator and enter the url of the installed validator.
  11. To use the official W3C validator you can enter this url:
  12. http://validator.w3.org/check
  13. To use default install of the w3c_markup_validator package the url might be
  14. like: http://localhost/w3c-markup-validator
  15. For validating single urls you should visit the path /validator and enter any
  16. url.
  17. For validating your entire site you must use the W3C Site Validator module. The
  18. interface is located at admin/content/validator.