# HG changeset patch # User Kim Alvefur # Date 1527430687 -7200 # Node ID 4e8f734025772f3a2755090be29bf942c5e32789 # Parent 7c55f05327a236ebb79c2d6a38b5a7f32bc1a6bd mod_pubsub_feeds/README: Normalize Markdown syntax diff -r 7c55f05327a2 -r 4e8f73402577 mod_pubsub_feeds/README.markdown --- 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