1
0
Fork 0

minor stuff, getting ready for notify

This commit is contained in:
Mike Macgirvin 2010-07-06 23:08:38 -07:00
commit 9cc49f27e6
4 changed files with 279 additions and 0 deletions

22
view/atomic.tpl Normal file
View file

@ -0,0 +1,22 @@
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:foaf="http://xmlns.com/foaf/0.1" >
<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>
<content type="text/plain" ></content>
</entry>
</feed>