]> git.mxchange.org Git - friendica.git/blob - view/atom_item.tpl
clean up some regex's for i18n, and eliminate old ereg patterns.
[friendica.git] / view / atom_item.tpl
1         <entry>
2                 <author>
3                         <name>$name</name>
4                         <uri>$profile_page</uri>
5                         <link rel="photo"  type="image/jpeg" media:width="80" media:height="80" href="$thumb" />
6                         <link rel="avatar" type="image/jpeg" media:width="80" media:height="80" href="$thumb" />
7                 </author>
8                 <dfrn:owner>
9                         <name>$owner_name</name>
10                         <uri>$owner_profile_page</uri>
11                         <link rel="photo"  type="image/jpeg" media:width="80" media:height="80" href="$owner_thumb" />
12                         <link rel="avatar" type="image/jpeg" media:width="80" media:height="80" href="$owner_thumb" />
13                 </dfrn:owner>
14
15                 <id>$item_id</id>
16                 <title>$title</title>
17                 <published>$published</published>
18                 <updated>$updated</updated>
19                 <content type="$type" >$content</content>
20                 <link rel="alternate" href="$alt" />
21                 <dfrn:location>$location</dfrn:location>
22                 <georss:point>$coord</georss:point>
23                 <dfrn:comment-allow>$comment_allow</dfrn:comment-allow>
24                 <as:verb>$verb</as:verb>
25                 $actobj
26                 $mentioned
27
28         </entry>