1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <feed xmlns:activity='http://activitystrea.ms/spec/
1.0/' xmlns='http://www.w3.org/
2005/Atom' xmlns:
poco=
"http://portablecontacts.net/spec/1.0"><link rel='hub' href='{{hub_url}}'
/><link rel='self' href='{{feed_url}}'
type=
"application/atom+xml"/>
4 <uri>{{feed_url}}
</uri>
6 <object-type xmlns='http://activitystrea.ms/spec/
1.0/'
>http://activitystrea.ms/schema/
1.0/person
</object-type>
7 <poco:preferredUsername>{{user}}
</poco:preferredUsername>
9 <title>{{user}}'s tidslinje
</title>
11 <updated>{{arrow.now().isoformat()}}
</updated>
12 {% for entry in entries %}
14 <id>tag:frykholm.com,
2016:{{entry['id']}}
</id>
16 <updated>{{arrow.get(entry['ts']).isoformat()}}
</updated>
17 <activity:object-type>http://activitystrea.ms/schema/
1.0/note
</activity:object-type>
18 <activity:verb>http://activitystrea.ms/schema/
1.0/post
</activity:verb>
19 <content type=
"html" >
22 <activity:object-type>
23 http://activitystrea.ms/schema/
1.0/article
24 </activity:object-type>