From 5e1980becf69a4c65489bed6f94fa730ec8ef4bf Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 8 May 2013 04:23:17 -0400 Subject: remove "internal" templates, use "tpl/" folder for smarty3 templates, move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates --- view/tpl/api_timeline_atom.tpl | 101 +++++++++++++++++++++-------------------- 1 file changed, 53 insertions(+), 48 deletions(-) mode change 100644 => 100755 view/tpl/api_timeline_atom.tpl (limited to 'view/tpl/api_timeline_atom.tpl') diff --git a/view/tpl/api_timeline_atom.tpl b/view/tpl/api_timeline_atom.tpl old mode 100644 new mode 100755 index 9039220e7..00a28e390 --- a/view/tpl/api_timeline_atom.tpl +++ b/view/tpl/api_timeline_atom.tpl @@ -1,90 +1,95 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} StatusNet - $rss.self + {{$rss.self}} Friendika Friendika API feed - $rss.logo - $rss.atom_updated - - + {{$rss.logo}} + {{$rss.atom_updated}} + + http://activitystrea.ms/schema/1.0/person - $user.url - $user.name - - - - - + {{$user.url}} + {{$user.name}} + + + + + - $user.screen_name - $user.name + {{$user.screen_name}} + {{$user.name}} homepage - $user.url + {{$user.url}} true - + http://activitystrea.ms/schema/1.0/person - $user.contact_url - $user.name - - - - - - $user.screen_name - $user.name + {{$user.contact_url}} + {{$user.name}} + + + + + + {{$user.screen_name}} + {{$user.name}} homepage - $user.url + {{$user.url}} true - + - {{ for $statuses as $status }} + {{foreach $statuses as $status}} - $status.objecttype - $status.message_id - $status.text - $status.statusnet_html - - $status.verb - $status.published - $status.updated + {{$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.url}} + {{$status.user.name}} + + - $status.user.screen_name - $status.user.name + {{$status.user.screen_name}} + {{$status.user.name}} homepage - $status.user.url + {{$status.user.url}} true - + - {{ endfor }} + {{/foreach}} -- cgit v1.2.3