libtidy - print HTML files
Please see following description for synopsis
libtidy(3) 5.4.0 libtidy(3)
NAME
libtidy - validate, correct, and pretty-print HTML files
LIBRARY
The Tidy HTML Parser Library (libtidy, -ltidy)
DESCRIPTION
#include <tidy.h>
#include <tidybuffio.h>
The tidy library provides parsing facilities for validating HTML, simi-
lar to those found in lint(1). These functions are available in the
libtidy library. Programs should be linked with -ltidy.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+------------------+
|Availability | text/tidy |
+---------------+------------------+
|Stability | Uncommitted |
+---------------+------------------+
SEE ALSO
tidy(1)
API documentation can be found online at http://api.html-tidy.org/.
AUTHOR
Tidy was written by Dave Raggett <dsr@w3.org>, and subsequently main-
tained by a team at http://tidy.sourceforge.net/, and now maintained by
HTACG (http://www.htacg.org).
The sources for HTML Tidy are available at
https://github.com/htacg/tidy-html5/ under the MIT Licence.
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from https://github.com/htacg/tidy-html5/ar-
chive/5.4.0.tar.gz.
Further information about this software can be found on the open source
community website at http://www.html-tidy.org/.
HTML Tidy 13 Mar 2017 libtidy(3)