integrations/rss: Migrate docs to Markdown.

This commit is contained in:
Eeshan Garg
2017-06-22 08:02:55 -02:30
committed by showell
parent fc11615f55
commit c17600e3be
3 changed files with 22 additions and 35 deletions

View File

@@ -1,34 +0,0 @@
<h4>RSS</h4>
<p>
Get service alerts, news, and new blog posts right in Zulip with our
RSS integration!
</p>
<p>
First, create the stream you'd like to use for RSS notifications, and
subscribe all interested parties to this stream. We recommend the
name <code>rss</code>.
</p>
<p>Next, on your {{ settings_html|safe }}, create an RSS bot.</p>
<p>
Then, download and install our <a href="/api">Python bindings</a> on
the server where the RSS bot will live. The RSS integration will be
installed to a location
like <code>/usr/local/share/zulip/integrations/rss/rss-bot</code>.
</p>
<p>
Follow the instructions in the <code>rss-bot</code> script for
configuring the bot, adding your subscriptions, and setting up a cron job
to run the bot.
</p>
<p>
<b>Congratulations! You're done!</b><br/> When new items appear in
your feeds, the team can see these updates in real time in Zulip:
</p>
<img class="screenshot" src="/static/images/integrations/rss/001.png"/>

View File

@@ -0,0 +1,21 @@
### RSS
Get service alerts, news, and new blog posts right in Zulip with our
RSS integration!
{!create-stream.md!}
Next, on your {{ settings_html|safe }}, create an RSS bot.
{!download-python-bindings.md!}
The RSS integration will be installed to a location like
`/usr/local/share/zulip/integrations/rss/rss-bot`.
Follow the instructions in the `rss-bot` script for configuring the
bot, adding your subscriptions, and setting up a cron job to run
the bot.
{!congrats.md!}
![](/static/images/integrations/rss/001.png)

View File

@@ -299,7 +299,7 @@ INTEGRATIONS = {
'phabricator': Integration('phabricator', 'phabricator', doc='zerver/integrations/phabricator.md'),
'puppet': Integration('puppet', 'puppet', doc='zerver/integrations/puppet.md'),
'redmine': Integration('redmine', 'redmine', doc='zerver/integrations/redmine.html'),
'rss': Integration('rss', 'rss', display_name='RSS', doc='zerver/integrations/rss.html'),
'rss': Integration('rss', 'rss', display_name='RSS', doc='zerver/integrations/rss.md'),
'svn': Integration(
'svn', 'svn',
display_name='Subversion',