]> git.wh0rd.org - tt-rss.git/commit
Add 'HOOK_FEED_BASIC_INFO' to enable plugins to provide basic feed info.
authorwn_ <invalid@email.com>
Mon, 25 Sep 2017 00:37:49 +0000 (19:37 -0500)
committerwn_ <invalid@email.com>
Mon, 25 Sep 2017 00:37:49 +0000 (19:37 -0500)
commitbec5ba93e23bfe08bc8a95cdc25667cd97b6d128
tree913f56f8112b986d0048b84f4c709c54e022c7e0
parentaf13f3009c59c3db338b719b09335a472383d11c
Add 'HOOK_FEED_BASIC_INFO' to enable plugins to provide basic feed info.

It's expected the plugin will return content parsable by FeedParser, which
will act as an interface to the basic feed info.  In the case of a plugin
that also uses 'HOOK_FETCH_FEED', both might return the same content.

The hook signature was made somewhat similar to 'HOOK_FETCH_FEED'.
classes/pluginhost.php
classes/rssutils.php