diff options
Diffstat (limited to 'view/atom_feed.tpl')
-rw-r--r-- | view/atom_feed.tpl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/atom_feed.tpl b/view/atom_feed.tpl new file mode 100644 index 000000000..c283ad8f7 --- /dev/null +++ b/view/atom_feed.tpl @@ -0,0 +1,14 @@ +<feed xmlns="http://www.w3.org/2005/Atom" + xmlns:thr="http://purl.org/syndication/thread/1.0" + xmlns:at="http://purl.org/atompub/tombstones/1.0" + xmlns:dfrn="http://purl.org/macgirvin/dfrn/1.0" > + + <id>$feed_id</id> + <title>$feed_title</title> + <updated>$feed_updated</updated> + + <author> + <name>$name</name> + <uri>$profile_page</uri> + <dfrn:avatar>$photo</dfrn:avatar> + </author> |