Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-13 | Suppress whinging during HTML parsing in profile page discovery for things ↵ | Brion Vibber | |
that turn out to be XML feeds with funny namespaces. | |||
2010-05-21 | Avoid PHP notice about undefined array index when no avatar photo available ↵ | Brion Vibber | |
from Google profile | |||
2010-05-14 | accept either salmon endpoint (until they're unified in the spec) | James Walker | |
2010-03-19 | Avoid notices for accessing undefined array indices in hcard processing | Brion Vibber | |
2010-03-19 | return empty hints if no hcard in the html | Evan Prodromou | |
2010-03-18 | Remove hkit and do our own hcard parsing | Evan Prodromou | |
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-16 | Change the workflow to get better discovery | Evan Prodromou | |
Tried to re-structure the workflow of discovery to get more and richer data and hints. |