]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/OStatus/README
3a98b7b256b131067896838c819ce07c97529e7f
[quix0rs-gnu-social.git] / plugins / OStatus / README
1 Plugin to support importing updates from external RSS and Atom feeds into your timeline.
2
3 Uses PubSubHubbub for push feed updates; currently non-PuSH feeds cannot be subscribed.
4
5 Configuration options available:
6
7 $config['ostatus']['hub']
8     (default internal hub)
9     Set to URL of an external PuSH hub to use it instead of our internal hub.
10
11 $config['ostatus']['hub_retries']
12     (default 0)
13     Number of times to retry a PuSH send to consumers if using internal hub
14
15
16 For testing, shouldn't be used in production:
17
18 $config['ostatus']['skip_signatures']
19     (default use signatures)
20     Disable generation and validation of Salmon magicenv signatures
21
22 $config['feedsub']['nohub']
23     (default require hub)
24     Allow low-level feed subscription setup for feeds without hubs.
25     Not actually usable at this stage, OStatus will check for hubs too
26     and we have no polling backend.
27
28
29 Todo:
30 * fully functional l10n
31 * redo non-OStatus feed support
32 ** rssCloud support?
33 ** possibly a polling daemon to support non-PuSH feeds?
34 * make use of tags/categories from feeds