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_rss.tpl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 view/api_timeline_rss.tpl (limited to 'view/api_timeline_rss.tpl') diff --git a/view/api_timeline_rss.tpl b/view/api_timeline_rss.tpl new file mode 100644 index 000000000..d07ac42ad --- /dev/null +++ b/view/api_timeline_rss.tpl @@ -0,0 +1,23 @@ + + 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 -- cgit v1.2.3 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