Sha256: d651561bfd2700386258de3f785f62823c142535b4ce9f621152f4e96a97e42f

Contents?: true

Size: 830 Bytes

Versions: 1

Compression:

Stored size: 830 Bytes

Contents

= w3clove

This is my {Ruby Mendicant University}[http://university.rubymendicant.com/] personal project, and is currently in alpha status.

It's a site-wide markup validator, a Ruby gem that lets you validate a whole web site against the W3C Markup Validator, from the command line, and generate a comprehensive report of all errors found.

= Installation:

w3clove is a Ruby gem that can be installed on the usual way

  gem install w3clove

= Usage:

Pass it the url of an XML sitemap to be checked, like:

  w3clove https://github.com/jaimeiniesta/w3clove/raw/master/spec/samples/sitemap.xml

This will validate all the URLs of your sitemap.xml (so be sure to pass it a short one or you'll wait for ages), and generate an HTML file with the full report.

= Notes:

This gem requires Ruby 1.9, and has been tested on Ruby 1.9.2

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
w3clove-0.3.0 README.rdoc