Prep docs for branch move

This commit is contained in:
Griatch 2022-12-03 13:44:11 +01:00
parent 0960193f07
commit ccbeb0673d
16 changed files with 39 additions and 56 deletions

View file

@ -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.