forked from tbicr/osm-name-migrate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
belarus_report.atom
23 lines (23 loc) · 964 Bytes
/
belarus_report.atom
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="text">Belarus OSM new issues</title>
<id>https://tbicr.github.io/osm-name-migrate/index.atom</id>
<updated>2022-09-03T17:53:39Z</updated>
<link href="https://tbicr.github.io/osm-name-migrate/" />
<link href="https://tbicr.github.io/osm-name-migrate/index.atom" rel="self" />
<author>
<name>Unknown author</name>
</author>
<icon>https://openstreetmap.by/favicon.ico</icon>
<generator>daily report</generator>
{%- for name, group in groups.items() -%}
<entry xml:base="https://tbicr.github.io/osm-name-migrate/index.atom">
<title type="text">{{ group['title'] }}</title>
<id>{{ name }}#{{ time }}</id>
<updated>{{ time }}</updated>
<published>{{ time }}</published>
<link href="https://tbicr.github.io/osm-name-migrate/" />
<content type="html">{{ group['content'] | safe }}</content>
</entry>
{%- endfor -%}
</feed>