From 41f6ccc039633890b42f3a1a4495dfd8c7262da0 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Thu, 21 Apr 2011 17:03:31 +0200 Subject: More works on api --- view/api_timeline_xml.tpl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 view/api_timeline_xml.tpl (limited to 'view/api_timeline_xml.tpl') diff --git a/view/api_timeline_xml.tpl b/view/api_timeline_xml.tpl new file mode 100644 index 000000000..85f73064e --- /dev/null +++ b/view/api_timeline_xml.tpl @@ -0,0 +1,21 @@ + + {{ for $statuses as $status }} + + $status.created_at + $status.id + $status.text + $status.source + $status.truncated + $status.url + $status.in_reply_to_status_id + $status.in_reply_to_user_id + $status.favorited + $status.in_reply_to_screen_name + $status.geo + $status.coordinates + $status.place + $status.contributors + {{ inc view/api_user_xml.tpl with $user=$status.user }}{{ endinc }} + + {{ endfor }} + \ No newline at end of file -- cgit v1.2.3 From b2e92e0af32f86212d15748c6d432d658905d4b6 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 11 May 2011 04:37:13 -0700 Subject: deprecate load_view_file --- view/api_timeline_xml.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/api_timeline_xml.tpl') diff --git a/view/api_timeline_xml.tpl b/view/api_timeline_xml.tpl index 85f73064e..9914f6475 100644 --- a/view/api_timeline_xml.tpl +++ b/view/api_timeline_xml.tpl @@ -15,7 +15,7 @@ $status.coordinates $status.place $status.contributors - {{ inc view/api_user_xml.tpl with $user=$status.user }}{{ endinc }} + {{ inc api_user_xml.tpl with $user=$status.user }}{{ endinc }} {{ endfor }} \ No newline at end of file -- cgit v1.2.3