ports/www/py-html5lib/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

7 lines
367 B
Text

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.