Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 487 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 487 Bytes

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.