]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/FeedPoller/README
Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes
[quix0rs-gnu-social.git] / plugins / FeedPoller / README
1 The FeedPoller plugin allows users to subscribe to non-PuSH-enabled feeds
2 by regularly polling the source for new content.
3
4 Installation
5 ============
6 add "addPlugin('FeedPoller');"
7 to the bottom of your config.php
8
9 Settings
10 ========
11 none
12
13 Example
14 =======
15 addPlugin('FeedPoller');
16