Mercurial > prosody-modules
comparison mod_pubsub_feeds/README.markdown @ 3051:99e42058a29d
mod_pubsub_feeds/README: Markup options in table as code
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 27 May 2018 17:48:26 +0200 |
parents | 9fb944fad619 |
children | e4a986d55bb2 |
comparison
equal
deleted
inserted
replaced
3050:9fb944fad619 | 3051:99e42058a29d |
---|---|
38 | 38 |
39 # Option summary | 39 # Option summary |
40 | 40 |
41 Option Description | 41 Option Description |
42 ---------------------- ------------------------------------------------------------------------- | 42 ---------------------- ------------------------------------------------------------------------- |
43 feeds A list of virtual nodes to create and their associated Atom or RSS URL. | 43 `feeds` A list of virtual nodes to create and their associated Atom or RSS URL. |
44 feed\_pull\_interval Number of minutes between polling for new results (default 15) | 44 `feed_pull_interval` Number of minutes between polling for new results (default 15) |
45 use\_pubsubhubub If PubSubHubbub should be enabled, true by default. | 45 `use_pubsubhubub` Set to `false` to disable PubSubHubbub |
46 | 46 |
47 # Compatibility | 47 # Compatibility |
48 | 48 |
49 ----- ------- | 49 ----- ------- |
50 0.9 Works | 50 0.9 Works |