Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petdance/html-tidy5
HTML::Tidy5, Perl module for checking HTML5, based on https://github.com/htacg/tidy-html5
https://github.com/petdance/html-tidy5
hacktoberfest html-tidy perl
Last synced: 23 days ago
JSON representation
HTML::Tidy5, Perl module for checking HTML5, based on https://github.com/htacg/tidy-html5
- Host: GitHub
- URL: https://github.com/petdance/html-tidy5
- Owner: petdance
- Created: 2018-03-14T14:29:37.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-12T05:12:17.000Z (3 months ago)
- Last Synced: 2024-09-30T15:13:09.449Z (about 1 month ago)
- Topics: hacktoberfest, html-tidy, perl
- Language: Perl
- Homepage:
- Size: 72.3 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
HTML::Tidy5
===========
HTML::Tidy5 is an HTML checker in a handy dandy object.PREREQUISITES
=============
HTML::Tidy5 does very little work. The real work of HTML::Tidy5 is done
by the [html-tidy][1] library which is written in C. To use HTML::Tidy5,
you must install html-tidy. Your package manager probably has it, either
as "tidy" or "html-tidy" or "libtidy". If there's an option to get a
"-devel" package, get that, too, because Perl needs the header files
in it.INSTALLATION
============
Once you have libtidy installed via one of the previous methods,
install HTML::Tidy5 like any standard Perl module.perl Makefile.PL
make
make test
make installCOPYRIGHT AND LICENSE
=====================
Copyright (C) 2004-2018 by Andy LesterThis library is free software. It may be redistributed and modified
under the Artistic License v2.0.[1]: http://html-tidy.org/