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