Commit b7f05445c00f 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
366 B
Plaintext
8 lines
366 B
Plaintext
cssselect2 is a straightforward implementation of CSS3 Selectors for markup
|
|
documents (HTML, XML, etc.) that can be read by ElementTree-like parsers
|
|
(including cElementTree, lxml, html5lib, etc.)
|
|
|
|
Unlike cssselect, it does not translate selectors to XPath and therefore does
|
|
not have all the correctness corner cases that are hard or impossible to fix in
|
|
cssselect.
|