Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustyconover/webservice-validator-html-w3c
WebService-Validator-HTML-W3C
https://github.com/rustyconover/webservice-validator-html-w3c
Last synced: 9 days ago
JSON representation
WebService-Validator-HTML-W3C
- Host: GitHub
- URL: https://github.com/rustyconover/webservice-validator-html-w3c
- Owner: rustyconover
- Created: 2014-02-26T16:14:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T16:23:31.000Z (over 10 years ago)
- Last Synced: 2024-05-01T21:48:19.684Z (6 months ago)
- Language: Perl
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
WebService::Validator::HTML::W3C provides access to the W3Cs online HTML
validator. It's nothing to do with the W3C so please don't report any problems
with it to them. Also, please use it wisely and don't abuse the W3Cs
validator service. If you need to do a lot of validation consider
downloading and installing the Validator on your own machine.PREREQUISITES
Class::Accessor
XML::XPath if you want detailed information on errors.INSTALLATION
You should be able to install WebService::Validator::HTML::W3C in any of the usual ways:
perl -MCPAN -e 'install WebService::Validator::HTML::W3C'
or
perl -MCPANPLUS -e 'install WebService::Validator::HTML::W3C'
or
perl Makefile.PL
make
make test
make installor
perl Build.PL
./Build
./Build test
./Build installTESTS
Some of the tests for this module require a live internet connection. If one
isn't present then they'll be skipped.Test::Without:Module is required for one of the tests. If it's
not there then that test should be skipped.For everything else see the POD.
$Id$