comparison mod_pubsub_feeds/README.markdown @ 1892:981143617dcf

mod_pubsub_feeds/README: Increase header levels (modules.prosody.im decreases all by one)
author Kim Alvefur <zash@zash.se>
date Sat, 03 Oct 2015 16:09:01 +0200
parents 8de50be756e5
children 8064b5e346ab
comparison
equal deleted inserted replaced
1891:a43ed0d28918 1892:981143617dcf
1 --- 1 ---
2 summary: Subscribe to Atom and RSS feeds over pubsub 2 summary: Subscribe to Atom and RSS feeds over pubsub
3 ... 3 ...
4 4
5 Introduction 5 Introduction
6 ------------ 6 ============
7 7
8 This module allows Prosody to fetch Atom and RSS feeds for you, and push 8 This module allows Prosody to fetch Atom and RSS feeds for you, and push
9 new results to subscribers over XMPP. 9 new results to subscribers over XMPP.
10 10
11 This module also implements a 11 This module also implements a
12 [PubSubHubbub](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html) 12 [PubSubHubbub](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html)
13 subscriber, allowing updates be delivered without polling for supporting 13 subscriber, allowing updates be delivered without polling for supporting
14 feed publishers. 14 feed publishers.
15 15
16 Configuration 16 Configuration
17 ------------- 17 =============
18 18
19 This module must be loaded on a Prosody pubsub component. Add it to 19 This module must be loaded on a Prosody pubsub component. Add it to
20 `modules_enabled` and configure like so: 20 `modules_enabled` and configure like so:
21 21
22 ``` lua 22 ``` lua
39 feeds A list of virtual nodes to create and their associated Atom or RSS URL. 39 feeds A list of virtual nodes to create and their associated Atom or RSS URL.
40 feed\_pull\_interval Number of minutes between polling for new results (default 15) 40 feed\_pull\_interval Number of minutes between polling for new results (default 15)
41 use\_pubsubhubub If PubSubHubbub should be enabled, true by default. 41 use\_pubsubhubub If PubSubHubbub should be enabled, true by default.
42 42
43 Compatibility 43 Compatibility
44 ------------- 44 =============
45 45
46 ----- ------- 46 ----- -------
47 0.9 Works 47 0.9 Works
48 ----- ------- 48 ----- -------