]> git.mxchange.org Git - friendica.git/blob - view/atom_cmnt.tpl
mistpark 2.0 infrasturcture lands
[friendica.git] / view / atom_cmnt.tpl
1         <entry>
2                 <author>
3                         <name>$name</name>
4                         <uri>$profile_page</uri>
5                         <link rel="photo" type="image/jpeg" href="$thumb" />
6                 </author>
7
8                 <thr:in-reply-to ref="$parent_id" />
9                 <id>$item_id</id>
10                 <title>$title</title>
11                 <published>$published</published>
12                 <updated>$updated</updated>
13                 <content type="$type" >$content</content>
14                 <dfrn:comment-allow>$comment_allow</dfrn:comment-allow>
15                 <as:verb>$verb</as:verb>
16                 $actobj
17         </entry>
18