]> git.mxchange.org Git - friendica.git/blob - view/atom_feed.tpl
7918c0d0968cf05c7eca5de95de8b23cc918e0b9
[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: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
9   <id>$feed_id</id>
10   <title>$feed_title</title>
11   <generator uri="http://mistpark.com" version="2.0">Mistpark</generator>
12   <link rel="license" href="http://creativecommons.org/licenses/by/3.0/" />
13   $hub
14   $salmon
15
16   <updated>$feed_updated</updated>
17
18   <author>
19     <name dfrn:updated="$namdate" >$name</name>
20     <uri dfrn:updated="$uridate" >$profile_page</uri>
21     <link rel="photo" type="image/jpeg" dfrn:updated="$picdate" href="$thumb" />
22   </author>