]> git.mxchange.org Git - friendica.git/blob - view/atomic.tpl
getting deeper into notifications
[friendica.git] / view / atomic.tpl
1 <feed xmlns="http://www.w3.org/2005/Atom"
2       xmlns:foaf="http://xmlns.com/foaf/0.1" >
3   <id>$feed_id</id>
4   <title>$feed_title</title>
5   <updated>$feed_updated</updated>
6
7   <author>
8     <name>$name</name>
9     <foaf:homepage rdf:resource="$profile_page" />
10     <foaf:img rdf:resource="$thumb" />  
11   </author>
12
13
14   <entry>
15      <id>$item_id</id>
16      <title>$title</title>
17      <link href="$link" />
18      <updated>$updated</updated>
19      <summary>$summary</summary>
20      <content type="text/plain" >$content</content>
21   </entry>
22 </feed>