diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-14 23:03:23 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-14 23:03:23 -0700 |
commit | 43f8dd680234239f2cf6e0d62a12aa32aacf5b16 (patch) | |
tree | fdfe44d98b564123db10cdafc09c7f66339e6f89 /view/atomic.tpl | |
parent | 4631a3c282228dff2681cd493f997d14c412fba5 (diff) | |
download | volse-hubzilla-43f8dd680234239f2cf6e0d62a12aa32aacf5b16.tar.gz volse-hubzilla-43f8dd680234239f2cf6e0d62a12aa32aacf5b16.tar.bz2 volse-hubzilla-43f8dd680234239f2cf6e0d62a12aa32aacf5b16.zip |
change atom templates
Diffstat (limited to 'view/atomic.tpl')
-rw-r--r-- | view/atomic.tpl | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/view/atomic.tpl b/view/atomic.tpl deleted file mode 100644 index 9a72a7489..000000000 --- a/view/atomic.tpl +++ /dev/null @@ -1,25 +0,0 @@ -<feed xmlns="http://www.w3.org/2005/Atom" - 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" -> - <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</content> - </entry> -</feed>
\ No newline at end of file |