From dcbc0c0c9516adf616023615871439b4015fa686 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 1 Aug 2012 05:02:43 -0700 Subject: major theme re-org, only duepuntozero and slackr working atm --- view/tpl/api_timeline_atom.tpl | 90 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 view/tpl/api_timeline_atom.tpl (limited to 'view/tpl/api_timeline_atom.tpl') diff --git a/view/tpl/api_timeline_atom.tpl b/view/tpl/api_timeline_atom.tpl new file mode 100644 index 000000000..fb4f51f59 --- /dev/null +++ b/view/tpl/api_timeline_atom.tpl @@ -0,0 +1,90 @@ + + StatusNet + $rss.self + Friendika + Friendika API feed + $rss.logo + $rss.atom_updated + + + + + + http://activitystrea.ms/schema/1.0/person + $user.url + $user.name + + + + + + + $user.screen_name + $user.name + + homepage + $user.url + true + + + + + + + http://activitystrea.ms/schema/1.0/person + $user.contact_url + $user.name + + + + + + $user.screen_name + $user.name + + homepage + $user.url + true + + + + + + {{ for $statuses as $status }} + + $status.objecttype + $status.message_id + $status.text + $status.statusnet_html + + $status.verb + $status.published + $status.updated + + + + + + + + http://activitystrea.ms/schema/1.0/person + $status.user.url + $status.user.name + + + + + $status.user.screen_name + $status.user.name + + + homepage + $status.user.url + true + + + + + + {{ endfor }} + -- cgit v1.2.3