From 0c9f033505be5dbc2303d8758894e57c616c6534 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 31 Jul 2011 16:35:53 -0700 Subject: some api enhancements --- view/api_timeline_atom.tpl | 47 ++++++---------------------------------------- 1 file changed, 6 insertions(+), 41 deletions(-) (limited to 'view/api_timeline_atom.tpl') diff --git a/view/api_timeline_atom.tpl b/view/api_timeline_atom.tpl index bd674f330..dcabba465 100644 --- a/view/api_timeline_atom.tpl +++ b/view/api_timeline_atom.tpl @@ -1,10 +1,10 @@ StatusNet - tag:friendika:PublicTimeline - Network on Friendika - Your network updates on Friendika + $rss.self + Friendika + Friendika API feed $rss.logo - $rss.updated + $rss.atom_updated @@ -61,20 +61,9 @@ $status.published $status.updated - - + @@ -82,10 +71,8 @@ $status.user.url $status.user.name - - - + $status.user.screen_name $status.user.name @@ -95,29 +82,7 @@ $status.user.url true - - - - http://activitystrea.ms/schema/1.0/person - $status.user.contact_url - $status.user.name - - - - - - - $status.user.screen_name - $status.user.name - - - homepage - $status.user.url - true - - - -- cgit v1.2.3 From 1aaded10b405b3ba00fdd2e5cf809bdab01bf132 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 2 Aug 2011 20:02:07 -0700 Subject: api compatibility fixes --- view/api_timeline_atom.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/api_timeline_atom.tpl') diff --git a/view/api_timeline_atom.tpl b/view/api_timeline_atom.tpl index dcabba465..aef1f9310 100644 --- a/view/api_timeline_atom.tpl +++ b/view/api_timeline_atom.tpl @@ -53,7 +53,7 @@ {{ for $statuses as $status }} $status.objecttype - $status.id + $status.message_id $status.text $status.html -- cgit v1.2.3 From 8ae0a8a94c359769662b1907abb518b3f51912aa Mon Sep 17 00:00:00 2001 From: Friendika Date: Fri, 5 Aug 2011 07:26:54 -0700 Subject: fix statusnet_html timelines on api --- view/api_timeline_atom.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/api_timeline_atom.tpl') diff --git a/view/api_timeline_atom.tpl b/view/api_timeline_atom.tpl index aef1f9310..0e427feaa 100644 --- a/view/api_timeline_atom.tpl +++ b/view/api_timeline_atom.tpl @@ -55,7 +55,7 @@ $status.objecttype $status.message_id $status.text - $status.html + $status.statusnet_html $status.verb $status.published -- cgit v1.2.3