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_xml.tpl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 view/tpl/api_timeline_xml.tpl (limited to 'view/tpl/api_timeline_xml.tpl') diff --git a/view/tpl/api_timeline_xml.tpl b/view/tpl/api_timeline_xml.tpl new file mode 100644 index 000000000..4a32b411b --- /dev/null +++ b/view/tpl/api_timeline_xml.tpl @@ -0,0 +1,20 @@ + +{{ for $statuses as $status }} + $status.text + $status.truncated + $status.created_at + $status.in_reply_to_status_id + $status.source + $status.id + $status.in_reply_to_user_id + $status.in_reply_to_screen_name + $status.geo + $status.favorited +{{ inc api_user_xml.tpl with $user=$status.user }}{{ endinc }} $status.statusnet_html + $status.statusnet_conversation_id + $status.url + $status.coordinates + $status.place + $status.contributors + +{{ endfor }} -- cgit v1.2.3