summaryrefslogtreecommitdiff
path: root/textproc/py-html5lib
AgeCommit message (Collapse)AuthorFilesLines
2012-12-01Changes 0.95:adam3-11/+123
* Parses valid and invalid HTML documents to a tree * Support for minidom, ElementTree (including cElementTree and lxml.etree), BeautifulSoup (deprecated) and custom simpletree output formats * DOM to SAX converter * Reports parse errors * Character encoding detection * Filtering and serializing of trees * HTML+CSS sanitizer * Many unit tests
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-01-21Adjust HOMEPAGEgls1-2/+2
2011-04-15Changes 0.90:adam3-24/+14
* Parses valid and invalid HTML documents to a tree * Support for minidom, ElementTree (including cElementTree and lxml.etree), BeautifulSoup (deprecated) and custom simpletree output formats * DOM to SAX converter * Reports parse errors * Character encoding detection * Filtering and serializing of trees * HTML+CSS sanitizer * Many unit tests
2009-10-19Update to html5lib-0.11.1. No detailed changes.joerg2-6/+6
2009-06-14Remove @dirrm entries from PLISTsjoerg1-7/+1
2009-01-27Import py-html5lib-0.11:joerg4-0/+159
html5lib is a pure-python library for parsing HTML. 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, lxml and BeautifulSoup tree formats as well as a simple custom format.