friendica/view/atomic.tpl

25 lines
651 B
Smarty
Raw Normal View History

2010-07-07 08:08:38 +02:00
<feed xmlns="http://www.w3.org/2005/Atom"
2010-07-09 02:49:41 +02:00
xmlns:foaf="http://xmlns.com/foaf/0.1"
xmlns:thr="http://purl.org/syndication/thread/1.0"
xmlns:at="http://purl.org/atompub/tombstones/1.0"
>
2010-07-07 08:08:38 +02:00
<id>$feed_id</id>
<title>$feed_title</title>
<updated>$feed_updated</updated>
<author>
<name>$name</name>
<foaf:homepage rdf:resource="$profile_page" />
<foaf:img rdf:resource="$thumb" />
</author>
<entry>
<id>$item_id</id>
<title>$title</title>
<link href="$link" />
<updated>$updated</updated>
<summary>$summary</summary>
2010-07-08 09:18:23 +02:00
<content type="text/plain" >$content</content>
2010-07-07 08:08:38 +02:00
</entry>
</feed>