X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fapi_timeline_atom.tpl;h=fb4f51f591c87cb7ea07ce8acb6988846f555fc9;hb=08b990a314286d12cd39e4c90a69c2ffd33d10dc;hp=069ff7651e840afb0f34245b070a3e7d5a16433d;hpb=4cff911939b263993eb41682ca558c975e2db01f;p=friendica.git diff --git a/view/api_timeline_atom.tpl b/view/api_timeline_atom.tpl index 069ff7651e..fb4f51f591 100644 --- a/view/api_timeline_atom.tpl +++ b/view/api_timeline_atom.tpl @@ -1,39 +1,90 @@ 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 + + + + http://activitystrea.ms/schema/1.0/person + $user.url + $user.name + + + + + + + $user.screen_name + $user.name + + homepage + $user.url + true + + + + + + + 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.id - $status.text - $status.html - - $status.verb - $status.created_at - $status.created_at + $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 }}