]> git.mxchange.org Git - friendica.git/blob - view/atom_feed.tpl
added location tagging
[friendica.git] / view / atom_feed.tpl
1 <?xml version="1.0" encoding="utf-8" ?>
2 <feed xmlns="http://www.w3.org/2005/Atom"
3       xmlns:thr="http://purl.org/syndication/thread/1.0"
4       xmlns:at="http://purl.org/atompub/tombstones/1.0"
5       xmlns:dfrn="http://purl.org/macgirvin/dfrn/1.0" 
6       xmlns:as="http://activitystrea.ms/spec/1.0/" >
7
8   <id>$feed_id</id>
9   <title>$feed_title</title>
10   <icon>$photo</icon>
11   <dfrn:icon-updated>$picdate</dfrn:icon-updated>
12   <updated>$feed_updated</updated>
13
14   <author>
15     <name>$name</name>
16     <dfrn:name-updated>$namdate</dfrn:name-updated>
17     <uri>$profile_page</uri>
18     <dfrn:uri-updated>$uridate</dfrn:uri-updated>
19     <dfrn:avatar>$thumb</dfrn:avatar>
20     <dfrn:avatar-updated>$picdate</dfrn:avatar-updated>
21  </author>