Updated my HTML Validator

I’ve been procrastinating on my HTML Validator project. But no fear – I’ve now released v2.0.0.

Version 2 uses w3.org’s new HTML checker (it all changed when I wasn’t looking!), and I’ve modified it so it’s more suitable for use as an automated check. Specifically, you can specify a set of URLs as command line options, and it returns an error code if errors were detected (so you could fail an automated build for instance).

If you’re after more complicated behaviour (such as logging in before navigating to a page), fork the code and change the Selenium parts.

Head on over to GitHub to get it.

This is my personal blog - all views are my own.

Tagged with: , , , ,