Software /
code /
prosody-modules
Changeset
3048:4e8f73402577
mod_pubsub_feeds/README: Normalize Markdown syntax
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 27 May 2018 16:18:07 +0200 |
parents | 3047:7c55f05327a2 |
children | 3049:268f55bd3c81 |
files | mod_pubsub_feeds/README.markdown |
diffstat | 1 files changed, 4 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_pubsub_feeds/README.markdown Sun May 27 15:51:05 2018 +0200 +++ b/mod_pubsub_feeds/README.markdown Sun May 27 16:18:07 2018 +0200 @@ -1,9 +1,8 @@ --- summary: Subscribe to Atom and RSS feeds over pubsub -... +--- -Introduction -============ +# Introduction This module allows Prosody to fetch Atom and RSS feeds for you, and push new results to subscribers over XMPP. @@ -13,8 +12,7 @@ subscriber, allowing updates be delivered without polling for supporting feed publishers. -Configuration -============= +# Configuration This module needs to be be loaded together with [mod\_pubsub][doc:modules:mod\_pubsub]. @@ -43,8 +41,7 @@ feed\_pull\_interval Number of minutes between polling for new results (default 15) use\_pubsubhubub If PubSubHubbub should be enabled, true by default. -Compatibility -============= +# Compatibility ----- ------- 0.9 Works