mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 14:56:30 +01:00
Prep docs for branch move
This commit is contained in:
parent
0960193f07
commit
ccbeb0673d
16 changed files with 39 additions and 56 deletions
|
|
@ -27,16 +27,16 @@ You can connect RSS to any Evennia channel, but for testing, let's set up a new
|
|||
@ccreate rss = RSS feeds are echoed to this channel!
|
||||
|
||||
Let's connect Evennia's code-update feed to this channel. The RSS url for evennia updates is
|
||||
`https://github.com/evennia/evennia/commits/master.atom`, so let's add that:
|
||||
`https://github.com/evennia/evennia/commits/main.atom`, so let's add that:
|
||||
|
||||
@rss2chan rss = https://github.com/evennia/evennia/commits/master.atom
|
||||
@rss2chan rss = https://github.com/evennia/evennia/commits/main.atom
|
||||
|
||||
That's it, really. New Evennia updates will now show up as a one-line title and link in the channel.
|
||||
Give the `@rss2chan` command on its own to show all connections. To remove a feed from a channel,
|
||||
you specify the connection again (use the command to see it in the list) but add the `/delete`
|
||||
switch:
|
||||
|
||||
@rss2chan/delete rss = https://github.com/evennia/evennia/commits/master.atom
|
||||
@rss2chan/delete rss = https://github.com/evennia/evennia/commits/main.atom
|
||||
|
||||
You can connect any number of RSS feeds to a channel this way. You could also connect them to the
|
||||
same channels as [Channels-to-IRC](./Channels-to-IRC.md) to have the feed echo to external chat channels as well.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue