From 85049c860cf502af098792f4030ee56802a3671d Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 27 Dec 2012 09:24:39 +0000 Subject: Pretty sure we don't need Diaspora templates. --- view/tpl/diaspora_comment.tpl | 11 ------ view/tpl/diaspora_comment_relay.tpl | 12 ------- view/tpl/diaspora_conversation.tpl | 29 --------------- view/tpl/diaspora_like.tpl | 12 ------- view/tpl/diaspora_like_relay.tpl | 13 ------- view/tpl/diaspora_message.tpl | 13 ------- view/tpl/diaspora_photo.tpl | 13 ------- view/tpl/diaspora_post.tpl | 11 ------ view/tpl/diaspora_profile.tpl | 16 --------- view/tpl/diaspora_relay_retraction.tpl | 10 ------ view/tpl/diaspora_relayable_retraction.tpl | 11 ------ view/tpl/diaspora_retract.tpl | 9 ----- view/tpl/diaspora_share.tpl | 8 ----- view/tpl/diaspora_signed_retract.tpl | 10 ------ view/tpl/diaspora_vcard.tpl | 57 ------------------------------ 15 files changed, 235 deletions(-) delete mode 100644 view/tpl/diaspora_comment.tpl delete mode 100644 view/tpl/diaspora_comment_relay.tpl delete mode 100644 view/tpl/diaspora_conversation.tpl delete mode 100644 view/tpl/diaspora_like.tpl delete mode 100755 view/tpl/diaspora_like_relay.tpl delete mode 100644 view/tpl/diaspora_message.tpl delete mode 100644 view/tpl/diaspora_photo.tpl delete mode 100644 view/tpl/diaspora_post.tpl delete mode 100644 view/tpl/diaspora_profile.tpl delete mode 100644 view/tpl/diaspora_relay_retraction.tpl delete mode 100755 view/tpl/diaspora_relayable_retraction.tpl delete mode 100644 view/tpl/diaspora_retract.tpl delete mode 100644 view/tpl/diaspora_share.tpl delete mode 100644 view/tpl/diaspora_signed_retract.tpl delete mode 100644 view/tpl/diaspora_vcard.tpl (limited to 'view/tpl') diff --git a/view/tpl/diaspora_comment.tpl b/view/tpl/diaspora_comment.tpl deleted file mode 100644 index 6ef4ab664..000000000 --- a/view/tpl/diaspora_comment.tpl +++ /dev/null @@ -1,11 +0,0 @@ - - - - $guid - $parent_guid - $authorsig - $body - $handle - - - \ No newline at end of file diff --git a/view/tpl/diaspora_comment_relay.tpl b/view/tpl/diaspora_comment_relay.tpl deleted file mode 100644 index e82de1171..000000000 --- a/view/tpl/diaspora_comment_relay.tpl +++ /dev/null @@ -1,12 +0,0 @@ - - - - $guid - $parent_guid - $parentsig - $authorsig - $body - $handle - - - \ No newline at end of file diff --git a/view/tpl/diaspora_conversation.tpl b/view/tpl/diaspora_conversation.tpl deleted file mode 100644 index 12807ba59..000000000 --- a/view/tpl/diaspora_conversation.tpl +++ /dev/null @@ -1,29 +0,0 @@ - - - - $conv.guid - $conv.subject - $conv.created_at - - {{ for $conv.messages as $msg }} - - - $msg.guid - $msg.parent_guid - {{ if $msg.parent_author_signature }} - $msg.parent_author_signature - {{ endif }} - $msg.author_signature - $msg.text - $msg.created_at - $msg.diaspora_handle - $msg.conversation_guid - - - {{ endfor }} - - $conv.diaspora_handle - $conv.participant_handles - - - diff --git a/view/tpl/diaspora_like.tpl b/view/tpl/diaspora_like.tpl deleted file mode 100644 index a777aeebe..000000000 --- a/view/tpl/diaspora_like.tpl +++ /dev/null @@ -1,12 +0,0 @@ - - - - $target_type - $guid - $parent_guid - $authorsig - $positive - $handle - - - diff --git a/view/tpl/diaspora_like_relay.tpl b/view/tpl/diaspora_like_relay.tpl deleted file mode 100755 index 8b67f4de3..000000000 --- a/view/tpl/diaspora_like_relay.tpl +++ /dev/null @@ -1,13 +0,0 @@ - - - - $guid - $target_type - $parent_guid - $parentsig - $authorsig - $positive - $handle - - - diff --git a/view/tpl/diaspora_message.tpl b/view/tpl/diaspora_message.tpl deleted file mode 100644 index 667b8d53f..000000000 --- a/view/tpl/diaspora_message.tpl +++ /dev/null @@ -1,13 +0,0 @@ - - - - $msg.guid - $msg.parent_guid - $msg.author_signature - $msg.text - $msg.created_at - $msg.diaspora_handle - $msg.conversation_guid - - - diff --git a/view/tpl/diaspora_photo.tpl b/view/tpl/diaspora_photo.tpl deleted file mode 100644 index 75ca7f15c..000000000 --- a/view/tpl/diaspora_photo.tpl +++ /dev/null @@ -1,13 +0,0 @@ - - - - $path - $filename - $msg_guid - $guid - $handle - $public - $created_at - - - \ No newline at end of file diff --git a/view/tpl/diaspora_post.tpl b/view/tpl/diaspora_post.tpl deleted file mode 100644 index 1ba3ebb1f..000000000 --- a/view/tpl/diaspora_post.tpl +++ /dev/null @@ -1,11 +0,0 @@ - - - - $body - $guid - $handle - $public - $created - - - \ No newline at end of file diff --git a/view/tpl/diaspora_profile.tpl b/view/tpl/diaspora_profile.tpl deleted file mode 100644 index e5c3d3cad..000000000 --- a/view/tpl/diaspora_profile.tpl +++ /dev/null @@ -1,16 +0,0 @@ - - - $handle - $first - $last - $large - $small - $medium - $dob - $gender - $about - $location - $searchable - $tags - - diff --git a/view/tpl/diaspora_relay_retraction.tpl b/view/tpl/diaspora_relay_retraction.tpl deleted file mode 100644 index e76c7c6c5..000000000 --- a/view/tpl/diaspora_relay_retraction.tpl +++ /dev/null @@ -1,10 +0,0 @@ - - - - $type - $guid - $signature - $handle - - - diff --git a/view/tpl/diaspora_relayable_retraction.tpl b/view/tpl/diaspora_relayable_retraction.tpl deleted file mode 100755 index 73cff8343..000000000 --- a/view/tpl/diaspora_relayable_retraction.tpl +++ /dev/null @@ -1,11 +0,0 @@ - - - - $target_type - $guid - $parentsig - $authorsig - $handle - - - diff --git a/view/tpl/diaspora_retract.tpl b/view/tpl/diaspora_retract.tpl deleted file mode 100644 index 6d5b6e22b..000000000 --- a/view/tpl/diaspora_retract.tpl +++ /dev/null @@ -1,9 +0,0 @@ - - - - $guid - $type - $handle - - - \ No newline at end of file diff --git a/view/tpl/diaspora_share.tpl b/view/tpl/diaspora_share.tpl deleted file mode 100644 index c16341b1e..000000000 --- a/view/tpl/diaspora_share.tpl +++ /dev/null @@ -1,8 +0,0 @@ - - - - $sender - $recipient - - - \ No newline at end of file diff --git a/view/tpl/diaspora_signed_retract.tpl b/view/tpl/diaspora_signed_retract.tpl deleted file mode 100644 index 22120e287..000000000 --- a/view/tpl/diaspora_signed_retract.tpl +++ /dev/null @@ -1,10 +0,0 @@ - - - - $guid - $type - $handle - $signature - - - diff --git a/view/tpl/diaspora_vcard.tpl b/view/tpl/diaspora_vcard.tpl deleted file mode 100644 index 8d889cd4a..000000000 --- a/view/tpl/diaspora_vcard.tpl +++ /dev/null @@ -1,57 +0,0 @@ -
-
-
Nickname
-
- $diaspora.nickname -
-
-
-
Full name
-
- $diaspora.fullname -
-
- -
-
First name
-
- $diaspora.firstname -
-
-
-
Family name
-
- $diaspora.lastname -
-
-
-
URL
-
- $diaspora.podloc/ -
-
-
-
Photo
-
- -
-
-
-
Photo
-
- -
-
-
-
Photo
-
- -
-
-
-
Searchable
-
- $diaspora.searchable -
-
-
-- cgit v1.2.3