]> git.mxchange.org Git - friendica.git/blob - view/atomic.tpl
new nickname policy
[friendica.git] / view / atomic.tpl
1 <feed xmlns="http://www.w3.org/2005/Atom"
2       xmlns:foaf="http://xmlns.com/foaf/0.1" 
3       xmlns:thr="http://purl.org/syndication/thread/1.0"
4       xmlns:at="http://purl.org/atompub/tombstones/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     <foaf:homepage rdf:resource="$profile_page" />
13     <foaf:img rdf:resource="$thumb" />  
14   </author>
15
16
17   <entry>
18      <id>$item_id</id>
19      <title>$title</title>
20      <link href="$link" />
21      <updated>$updated</updated>
22      <summary>$summary</summary>
23      <content type="text/plain" >$content</content>
24   </entry>
25 </feed>