erikns / html5validator

Small python utility to validate html5 through w3c web service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Small python utility to validate html5 through w3c web service

License:GNU General Public License v3.0


Languages

Language:Python 100.0%