slackbuilds/libraries/html5lib
Larry Hajali 02e5a1c05d
libraries/html5lib: Updated for version 1.0.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
2018-11-10 07:48:10 +07:00
..
README libraries/html5lib: Updated for version 1.0.1 2018-11-10 07:48:10 +07:00
html5lib.SlackBuild libraries/html5lib: Updated for version 1.0.1 2018-11-10 07:48:10 +07:00
html5lib.info libraries/html5lib: Updated for version 1.0.1 2018-11-10 07:48:10 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

html5lib (HTML parser based on the HTML5 specification)

HTML parser designed to follow the HTML5 specification. The parser is
designed to handle all flavours of HTML and parses invalid documents
using well-defined error handling rules compatible with the behaviour of
major desktop web browsers.

Output is to a tree structure; the current release supports output
to DOM, ElementTree and lxml tree formats as well as a simple
custom format.

Optional: datrie, python-chardet, lxml and genshi