X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fapi_timeline_atom.tpl;h=fb4f51f591c87cb7ea07ce8acb6988846f555fc9;hb=7431bd950937929a21b7d158564a8f9a80d07c5f;hp=63782ce36f09c454478c174e531f6d2bc3052a35;hpb=41f6ccc039633890b42f3a1a4495dfd8c7262da0;p=friendica.git diff --git a/view/api_timeline_atom.tpl b/view/api_timeline_atom.tpl old mode 100644 new mode 100755 index 63782ce36f..fb4f51f591 --- a/view/api_timeline_atom.tpl +++ b/view/api_timeline_atom.tpl @@ -1,21 +1,90 @@ - - - Friendika - $rss.alternate - - Friendika timeline - $rss.language - 40 + + StatusNet + $rss.self + Friendika + Friendika API feed + $rss.logo + $rss.atom_updated + + + + + + http://activitystrea.ms/schema/1.0/person + $user.url + $user.name + + + + + + + $user.screen_name + $user.name + + homepage + $user.url + true + + + -{{ for $statuses as $status }} - - $status.text - $status.text - $status.created_at - $status.url - $status.url - $status.source - -{{ endfor }} - - \ No newline at end of file + + + http://activitystrea.ms/schema/1.0/person + $user.contact_url + $user.name + + + + + + $user.screen_name + $user.name + + homepage + $user.url + true + + + + + + {{ for $statuses as $status }} + + $status.objecttype + $status.message_id + $status.text + $status.statusnet_html + + $status.verb + $status.published + $status.updated + + + + + + + + http://activitystrea.ms/schema/1.0/person + $status.user.url + $status.user.name + + + + + $status.user.screen_name + $status.user.name + + + homepage + $status.user.url + true + + + + + + {{ endfor }} +