gnu-social/plugins/FeedPoller
Diogo Cordeiro 3909d49982 [PLUGINS] Removed GeoURL as the service doesn't exist anymore 2021-07-16 19:44:34 +01:00
..
lib [REFACTOR] Added explicit return type to all instances of QueueHandler::handle 2019-08-11 01:11:41 +01:00
locale [PLUGINS] Removed GeoURL as the service doesn't exist anymore 2021-07-16 19:44:34 +01:00
scripts Change mentions of PuSH to WebSub 2017-05-01 11:04:27 +02:00
FeedPollerPlugin.php [CORE] Plugin API now extends a new Module API 2021-07-16 19:44:33 +01:00
README Change mentions of PuSH to WebSub 2017-05-01 11:04:27 +02:00

README

The FeedPoller plugin allows users to subscribe to non-WebSub-enabled feeds
by regularly polling the source for new content.

Installation
============
add "addPlugin('FeedPoller');"
to the bottom of your config.php

Settings
========
none

Example
=======
addPlugin('FeedPoller');