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_rss.tpl | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 view/tpl/api_timeline_rss.tpl (limited to 'view/tpl/api_timeline_rss.tpl') diff --git a/view/tpl/api_timeline_rss.tpl b/view/tpl/api_timeline_rss.tpl new file mode 100644 index 000000000..40239273c --- /dev/null +++ b/view/tpl/api_timeline_rss.tpl @@ -0,0 +1,26 @@ + + + Friendika + $rss.alternate + + Friendika timeline + $rss.language + 40 + + $user.link + $user.name's items + $user.profile_image_url + + +{{ for $statuses as $status }} + + $status.user.name: $status.text + $status.text + $status.created_at + $status.url + $status.url + $status.source + +{{ endfor }} + + -- cgit v1.2.3