mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
integrations/rss: Migrate docs to Markdown.
This commit is contained in:
@@ -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"/>
|
||||
21
templates/zerver/integrations/rss.md
Normal file
21
templates/zerver/integrations/rss.md
Normal 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!}
|
||||
|
||||

|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user