Commit Graph
2 Commits
Author SHA1 Message Date
John Kristensen 42685490df Improve feedfetcher discoverFavicon()
Using Xpath is more reliable than a regular expression for retrieving
the correct link href and we need to ensure that local references are
dealt with correctly.
2013-04-05 00:24:52 +11:00
John Kristensen f261065070 Remove dependency on curl
The core ownCloud libraries provide a getUrlContent() util which will
attempt to retrieve the contents of a URL using curl with a fall-back to
get_file_contents(). By using getUrlContent() we can remove curl as a
dependency, which is useful for servers that don't have it installed.
2013-04-02 16:33:42 +11:00