]> git.mxchange.org Git - friendica.git/blob - view/atom_feed.tpl
fixing stuff that broke with the last big code push
[friendica.git] / view / atom_feed.tpl
1 <feed xmlns="http://www.w3.org/2005/Atom"
2       xmlns:thr="http://purl.org/syndication/thread/1.0"
3       xmlns:at="http://purl.org/atompub/tombstones/1.0"
4       xmlns:dfrn="http://purl.org/macgirvin/dfrn/1.0" >
5
6   <id>$feed_id</id>
7   <title>$feed_title</title>
8   <updated>$feed_updated</updated>
9
10   <author>
11     <name>$name</name>
12     <uri>$profile_page</uri>
13     <dfrn:avatar>$photo</dfrn:avatar>
14   </author>