mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
fb16dfecae
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)
8 lines
451 B
Plaintext
8 lines
451 B
Plaintext
A fast implementation of the HTML 5 parsing spec for Python. Parsing
|
|
is done in C using a variant of the gumbo parser. The gumbo parse
|
|
tree is then transformed into an lxml tree, also in C, yielding
|
|
parse times that can be a thirtieth of the html5lib parse times.
|
|
That is a speedup of 30x. This differs, for instance, from the gumbo
|
|
python bindings, where the initial parsing is done in C but the
|
|
transformation into the final tree is done in python.
|