gnu-social/plugins/FeedPoller
Mikael Nordfeldth f4d6710a0f Change mentions of PuSH to WebSub
WebSub is probably finalised before we make a release anyway. Here is
the official spec: https://www.w3.org/TR/websub/

Mostly just comments that have been changed. Some references to PuSH <0.4
are left because they actually refer to PuSH 0.3 and that's not WebSub...

The only actual code change that might affect anything is FeedSub->isPuSH()
but the only official plugin using that call was FeedPoller anyway...
2017-05-01 11:04:27 +02:00
..
lib Change mentions of PuSH to WebSub 2017-05-01 11:04:27 +02:00
locale Snapshot of the Transifex translation project - October 2015 2015-10-04 18:23:01 +02:00
scripts Change mentions of PuSH to WebSub 2017-05-01 11:04:27 +02:00
FeedPollerPlugin.php Change mentions of PuSH to WebSub 2017-05-01 11:04:27 +02: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');