]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Remove hkit and do our own hcard parsing
authorEvan Prodromou <evan@status.net>
Fri, 19 Mar 2010 01:52:00 +0000 (20:52 -0500)
committerEvan Prodromou <evan@status.net>
Fri, 19 Mar 2010 01:52:00 +0000 (20:52 -0500)
commit17c50f338ceb574780476f6b788f48e2d7d06017
tree1c8e7d1b332a3c17d9bc665abdd1d322da703df5
parentdbd44e51a2a9c5c63a6211002e5dd3b14483fb60
Remove hkit and do our own hcard parsing

Parsing hcards for the data we need wasn't hard enough to justify using
hkit. It was dependent on a number of external systems (something to
run tidy), and only could handle XHTML.

We now parse HTML with the PHP dom libraries used elsewhere, and
scrape out our own hcards. Seems to work nicer and faster and most of
all works with Google Buzz profile URLs.
plugins/OStatus/extlib/hkit/hcard.profile.php [deleted file]
plugins/OStatus/extlib/hkit/hkit.class.php [deleted file]
plugins/OStatus/lib/discoveryhints.php