Metadata-Version: 1.0 Name: erp5.recipe.w3validator Version: 1.0.2 Summary: Buildout recipe to install w3 validator Home-page: UNKNOWN Author: Kazuhiko Shiozaki Author-email: kazuhiko@nexedi.com License: ZPL 2.1 Description: 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. Changelog ========= 1.0.2 (2011-05-06) ----------------- - Support all-in-one tarball, that can be created in http://dvcs.w3.org/hg/markup-validator/summary 1.0.1 (2011-03-08) ----------------- - Use setuptools.archive_util.unpack_archive instead of invoking 'tar' command. - Add md5 support for download. [Rafael Monnerat] 1.0.0 (2011-01-28) ------------------ - Initial version Keywords: w3validator recipe buildout Platform: UNKNOWN Classifier: Framework :: Buildout :: Recipe Classifier: License :: OSI Approved :: Zope Public License Classifier: Framework :: Buildout