]> git.mxchange.org Git - friendica.git/blob - view/atom_feed.tpl
00ac6c40639893e370dac0143087595d772021bf
[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
7   <id>$feed_id</id>
8   <title>$feed_title</title>
9   <updated>$feed_updated</updated>
10
11   <author>
12     <name>$name</name>
13     <uri>$profile_page</uri>
14     <dfrn:avatar>$photo</dfrn:avatar>
15   </author>