components/tidy/files/libtidy.3
author Rich Burridge <rich.burridge@oracle.com>
Wed, 10 Aug 2016 15:17:22 -0700
changeset 6603 82e0c142e47f
parent 281 d8461ade59a0
child 7855 beb81c36d5c4
permissions -rw-r--r--
23094084 Upgrade tidy to version 5.2.0

.\" libtidy man page for the HTML Tidy project
.TH libtidy 3 "4 Aug 2016" "HTML Tidy" "5.2.0"
.SH NAME
\fBlibtidy\fR - validate, correct, and pretty-print HTML files
.SH LIBRARY
The Tidy HTML Parser Library (libtidy, -ltidy)
.PP
.br
.SH DESCRIPTION
.PP
\fB#include <tidy.h>\fP
.br
\fB#include <tidybuffio.h>\fP
.PP
.br
The
\fBtidy\fP
library provides parsing facilities for validating HTML, similar to
those found in
\fBlint\fP(1).
These functions are available in the
\fBlibtidy\fP
library.
Programs should be linked with
\fB\-ltidy\fP.
.SH "SEE ALSO"
\fBtidy\fP(1)
.PP
.br
API documentation can be found online at
\fBhttp://api.html-tidy.org/\fP.
.SH AUTHOR
\fBTidy\fR was written by \fBDave Raggett\fR <[email protected]>, and subsequently maintained by a team at http://tidy.sourceforge.net/,
and now maintained by \fBHTACG\fR (http://www.htacg.org).
.LP
The sources for \fBHTML Tidy\fR are available at https://github.com/htacg/tidy-html5/ under the MIT Licence.