1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/py-html5lib/pkg-descr
Sahil Tandon 0a51bdd964 Use the GOOGLE_CODE macro in MASTER_SITES, remove
pkg-plist in favor of PLIST_FILES, define LICENSE
and transfer maintainership to submitter.

Submitted by:	cvs-src@yandex.ru (via freebsd-ports)
2011-06-09 01:49:46 +00:00

10 lines
408 B
Plaintext

HTML parser designed to follow the WHATWG 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 a custom
tree similar to DOM and to ElementTree.
WWW: http://code.google.com/p/html5lib/