From 59bd9d51cc705dd44bdce753a56cc6ae914b02ce Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 27 Dec 2016 14:44:39 +0100 Subject: * directory structure --- http/templates/.htaccess | 1 - http/templates/atom.tpl | 21 --------------------- http/templates/rss.tpl | 19 ------------------- 3 files changed, 41 deletions(-) delete mode 100644 http/templates/.htaccess delete mode 100644 http/templates/atom.tpl delete mode 100644 http/templates/rss.tpl (limited to 'http/templates') diff --git a/http/templates/.htaccess b/http/templates/.htaccess deleted file mode 100644 index 3a42882..0000000 --- a/http/templates/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/http/templates/atom.tpl b/http/templates/atom.tpl deleted file mode 100644 index e7e28f5..0000000 --- a/http/templates/atom.tpl +++ /dev/null @@ -1,21 +0,0 @@ - - - {$user}'s timeline - - http://emkael.info/tulz/twitterRSS/{$user} - {$cacheTime|date_format:"c"} - {foreach from=$content item=item} - - {$item->text|escape} - - http://emkael.info/tulz/twitterRSS/{$item->user->id_str}/{$item->id_str} - {$item->created_at|date_format:"c"} - text|escape} ]]> - {if isset($item->user)} - - {$item->user->screen_name} - - {/if} - - {/foreach} - diff --git a/http/templates/rss.tpl b/http/templates/rss.tpl deleted file mode 100644 index f95a462..0000000 --- a/http/templates/rss.tpl +++ /dev/null @@ -1,19 +0,0 @@ - - - - {$user}'s timeline - https://twitter.com/{$user} - {$cacheTime|date_format:"D, d M Y H:i:s O"} - {foreach from=$content item=item} - - {$item->text|escape} - https://twitter.com/{$user}/status/{$item->id_str} - {if isset($item->user)} - http://emkael.info/tulz/twitterRSS/{$item->user->id_str}/{$item->id_str} - {/if} - text|escape} ]]> - {$item->created_at|date_format:"D, d M Y H:i:s O"} - - {/foreach} - - -- cgit v1.2.3