Skip to content

shlomif/html-tidy5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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 install

COPYRIGHT AND LICENSE

Copyright (C) 2004-2018 by Andy Lester

This library is free software. It may be redistributed and modified under the Artistic License v2.0.

About

HTML::Tidy5, Perl module for checking HTML5, based on https://github.com/htacg/tidy-html5

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 69.2%
  • C 23.7%
  • XS 4.8%
  • HTML 2.3%