inline: Improve RSS url munging to use a proper html parser
authorJoey Hess <joey@kitenet.net>
Tue, 16 Nov 2010 20:57:50 +0000 (16:57 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 16 Nov 2010 20:57:50 +0000 (16:57 -0400)
commitb00c6c9640453bf1407c4e880ef0c171388197c7
tree24fe57766a1522af6a86dcc76df71a015c04e2e3
parentfcf0ee574a974ca482509da595cdf9196a3afbb3
inline: Improve RSS url munging to use a proper html parser

and support all elements that HTML::Tagset knows about.

(Which doesn't include html5 just yet, but then the old version didn't either.)

Bonus: 4 times faster than old regexp method.
IkiWiki/Plugin/inline.pm
debian/changelog