gnu-social/plugins/FeedPoller
Alexei Sorokin ad91ef66bd [SCRIPTS] Set PUBLICDIR in plugin scripts as well 2019-09-18 17:15:00 +03: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 2019-08-24 01:59:36 +01:00
scripts [SCRIPTS] Set PUBLICDIR in plugin scripts as well 2019-09-18 17:15:00 +03:00
FeedPollerPlugin.php [CORE] Plugin API now extends a new Module API 2019-08-24 01:59: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');