]> git.mxchange.org Git - friendica.git/blob - view/smarty3/atom_feed.tpl
Merge pull request #552 from annando/master
[friendica.git] / view / smarty3 / 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:media="http://purl.org/syndication/atommedia"
6       xmlns:dfrn="http://purl.org/macgirvin/dfrn/1.0" 
7       xmlns:as="http://activitystrea.ms/spec/1.0/"
8       xmlns:georss="http://www.georss.org/georss" 
9       xmlns:poco="http://portablecontacts.net/spec/1.0" 
10       xmlns:ostatus="http://ostatus.org/schema/1.0" 
11           xmlns:statusnet="http://status.net/schema/api/1/" > 
12
13   <id>{{$feed_id}}</id>
14   <title>{{$feed_title}}</title>
15   <generator uri="http://friendica.com" version="{{$version}}">Friendica</generator>
16   <link rel="license" href="http://creativecommons.org/licenses/by/3.0/" />
17   {{$hub}}
18   {{$salmon}}
19   {{$community}}
20
21   <updated>{{$feed_updated}}</updated>
22
23   <dfrn:owner>
24     <name dfrn:updated="{{$namdate}}" >{{$name}}</name>
25     <uri dfrn:updated="{{$uridate}}" >{{$profile_page}}</uri>
26     <link rel="photo"  type="image/jpeg" dfrn:updated="{{$picdate}}" media:width="175" media:height="175" href="{{$photo}}" />
27     <link rel="avatar" type="image/jpeg" dfrn:updated="{{$picdate}}" media:width="175" media:height="175" href="{{$photo}}" />
28     {{$birthday}}
29   </dfrn:owner>