gnu-social/plugins/OStatus/lib
Evan Prodromou 17c50f338c 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.
2010-03-18 20:52:00 -05:00
..
discovery.php Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing 2010-03-17 09:38:39 -05:00
discoveryhints.php Remove hkit and do our own hcard parsing 2010-03-18 20:52:00 -05:00
feeddiscovery.php Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing 2010-03-17 09:38:39 -05:00
hubconfqueuehandler.php - break OMB profile update pings to a background queue 2010-02-24 20:36:36 +00:00
huboutqueuehandler.php OStatus PuSH fixlets: 2010-02-21 14:28:06 -08:00
linkheader.php Change the workflow to get better discovery 2010-03-16 11:25:18 -05:00
magicenvelope.php fix invalid separator in magic-public-key XRD and matching parsing. 2010-03-11 14:49:12 -05:00
ostatusqueuehandler.php Put all required field setup into AtomUserNoticeFeed and AtomGroupNoticeFeed, consolidating some code. (RSS feeds pulling title, logo etc from the Atom data structure so we don't dupe it.) 2010-03-03 16:33:20 -08:00
pushinqueuehandler.php OStatus: abort processing of this PuSH in item if we got an exception, rather than letting it be re-run. 2010-02-25 02:43:20 +00:00
salmon.php removing some extraneous debug logging 2010-02-26 16:26:04 -05:00
salmonaction.php MagicEnvelope::parse shouldn't be called statically 2010-02-26 17:09:50 -05:00
salmonqueuehandler.php move signing to take a local actor profile and use local keys 2010-02-26 14:22:49 -05:00
xrd.php OStatus: catchable exception instead of fatal when parsing valid XML that isn't a valid XRD doc 2010-03-03 18:31:35 -08:00
xrdaction.php use canonical user url in xrd 2010-03-15 15:17:31 -04:00