/html5validator

Small python utility to validate html5 through w3c web service

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

html5validator

html5validator is a small python utility to validate HTML5 documents locally via w3c's online validation service.

Copyright (C) Erik Sørensen, 2015.

Usage

Using html5validator is simple: (./)html5validator [one or more files ...] Shell wildcard expansion will be handled.

Example:

./html5validator testData/*.html

License

The software is licensed under the GNU General Public License v3 (GPL), for details, see LICENSE file.