From fe641793abc644e055f687b4cf7937762fb9a82f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 6 May 2023 10:40:40 +0300 Subject: [PATCH] matrix/maubot: initial commit on rss templates --- matrix/maubot/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 matrix/maubot/README.md diff --git a/matrix/maubot/README.md b/matrix/maubot/README.md new file mode 100644 index 0000000..03efba6 --- /dev/null +++ b/matrix/maubot/README.md @@ -0,0 +1,21 @@ +# Maubot notes + + + + +- [RSS templates](#rss-templates) + + + +## RSS templates + +Like with Hookshot, RSS templates must be specified per feed. +[Upstream documentation](https://github.com/maubot/rss/blob/master/README.md#templates) + +Replace X with the feed ID seen in `!rss subscriptions`: + +- default: `!rss template X New post in $feed_title: [$title]($link)` +- Matrix: `!rss template X [$feed_title]($feed_link): [$title]($link) ($date) $summary` +- IRC: `!rss template X $link $title ($date) $summary ~ $feed_title` + +Note: at the time of writing `$author` is not supported?