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