README 283 B

1234567891011121314151617
  1. The FeedPoller plugin allows users to subscribe to non-WebSub-enabled feeds
  2. by regularly polling the source for new content.
  3. Installation
  4. ============
  5. add "addPlugin('FeedPoller');"
  6. to the bottom of your config.php
  7. Settings
  8. ========
  9. none
  10. Example
  11. =======
  12. addPlugin('FeedPoller');