aboutsummaryrefslogtreecommitdiffstats
path: root/view/atom_feed.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-14 23:03:23 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-14 23:03:23 -0700
commit43f8dd680234239f2cf6e0d62a12aa32aacf5b16 (patch)
treefdfe44d98b564123db10cdafc09c7f66339e6f89 /view/atom_feed.tpl
parent4631a3c282228dff2681cd493f997d14c412fba5 (diff)
downloadvolse-hubzilla-43f8dd680234239f2cf6e0d62a12aa32aacf5b16.tar.gz
volse-hubzilla-43f8dd680234239f2cf6e0d62a12aa32aacf5b16.tar.bz2
volse-hubzilla-43f8dd680234239f2cf6e0d62a12aa32aacf5b16.zip
change atom templates
Diffstat (limited to 'view/atom_feed.tpl')
-rw-r--r--view/atom_feed.tpl14
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>