Introduction ============ This recipe installs W3C Markup Validator http://validator.w3.org/source/. Example ======= You can use it with a part like this:: [w3-validator] recipe = erp5.recipe.w3validator Options ======= validator-url The URL of the validator tarball. The default is: http://validator.w3.org/validator.tar.gz dtd-url The URL of the DTD library tarball. The default is: http://validator.w3.org/sgml-lib.tar.gz perl-path The location of 'perl' interpreter. The default is: /usr/bin/perl config-path The location of the configuration file. The default is the automatically created one. validator-md5 The MD5 of validator tarball. This parameter is optional. dtd-md5 The MD5 of DTD library tarball. This parameter is optional.