mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 07:59:22 +01:00
matrix: correct feed templates to what I expect
This commit is contained in:
parent
dc538d6489
commit
9044889db5
@ -16,7 +16,7 @@ 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`
|
||||
- IRC: `!rss template X $link $feed_title: $title ($date) $summary`
|
||||
|
||||
Note: at the time of writing `$author` is not supported?
|
||||
|
||||
|
@ -45,7 +45,7 @@ This contains the whole JSON line to easen copy-pasting as my events are missing
|
||||
|
||||
- default: `"template": "New post in $FEEDNAME: $LINK",`
|
||||
- Matrix: `"template": "$FEEDTITLE: $AUTHOR $LINK ($DATE) $SUMMARY",`
|
||||
- IRC: `"template": "$URL $TITLE $AUTHOR ($DATE) $SUMMARY ~ $FEEDTITLE",`
|
||||
- IRC: `"template": "$URL $FEEDTITLE: $TITLE $AUTHOR ($DATE) $SUMMARY",`
|
||||
|
||||
## installation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user