From 9485ab95b257d80a669ed43158b628d20970cdad Mon Sep 17 00:00:00 2001 From: manetta Date: Sun, 12 Dec 2021 15:28:19 +0100 Subject: [PATCH] adding a template for the rss support :) --- LogBot/template.rss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 LogBot/template.rss diff --git a/LogBot/template.rss b/LogBot/template.rss new file mode 100644 index 0000000..1a437f4 --- /dev/null +++ b/LogBot/template.rss @@ -0,0 +1,16 @@ + + + + {{ title }} + {{ log_path }} + Collective log writing using XMPP chat groups and LogBot. + {{ date }} + {% for x, post in db["messages"].items() %} + {{ title }} + {{ log_path }}#{{ x }} + {{ post }} + LogBot + {{ post.date }} + {% endfor %} + + \ No newline at end of file