forked from varia/bots
adding recommended links to atom specs and atom log link
This commit is contained in:
parent
7e6d6bd846
commit
e0f9577b47
@ -1,10 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0">
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>{{ title }}</title>
|
||||
<link>{{ log_path }}</link>
|
||||
<description>Collective log writing using XMPP chat groups and LogBot.</description>
|
||||
<lastBuildDate>{{ date }}</lastBuildDate>
|
||||
<atom:link href="{{ log_path }}" rel="self" type="application/rss+xml" />
|
||||
{% for x, post in db["messages"].items() %}
|
||||
<item>
|
||||
<title>{{ title }}</title>
|
||||
|
Loading…
Reference in New Issue
Block a user