File: README.md

package info (click to toggle)
libhtml-tidy5-perl 1.06-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 368 kB
  • sloc: perl: 1,853; makefile: 14
file content (34 lines) | stat: -rw-r--r-- 901 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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 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.

  [1]: http://html-tidy.org/