From 976d1eaf4312f8c45af0e16205f573afc5be5136 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 27 Apr 2011 17:46:23 +0200 Subject: API work --- view/api_timeline_rss.tpl | 44 +++++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 23 deletions(-) (limited to 'view/api_timeline_rss.tpl') diff --git a/view/api_timeline_rss.tpl b/view/api_timeline_rss.tpl index d07ac42ad..fbba93ee9 100644 --- a/view/api_timeline_rss.tpl +++ b/view/api_timeline_rss.tpl @@ -1,23 +1,21 @@ - - Friendika - tag:friendika:Status - - - $rss.updated - Friendika timeline - {{ for $statuses as $status }} - - $status.text - $status.text - $status.id - $status.created_at - $status.created_at - - - $status.user.name - $status.user.url - - $status.source - - {{ endfor }} - \ No newline at end of file + + + Friendika + $rss.alternate + + Friendika timeline + $rss.language + 40 + +{{ for $statuses as $status }} + + $status.text + $status.text + $status.created_at + $status.url + $status.url + $status.source + +{{ endfor }} + + -- cgit v1.2.3