aboutsummaryrefslogtreecommitdiffstats
path: root/view/atom_item.tpl
blob: baede636c34a5e9b3c28add37f585874398de302 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
	<entry>
		<author>
			<name>$name</name>
			<uri>$profile_page</uri>
			<link rel="photo" type="image/jpeg" href="$thumb" />
		</author>
		<dfrn:owner>
			<name>$owner_name</name>
			<uri>$owner_profile_page</uri>
			<link rel="photo" type="image/jpeg" href="$owner_thumb" />
		</dfrn:owner>

		<id>$item_id</id>
		<title>$title</title>
		<published>$published</published>
		<updated>$updated</updated>
		<content type="$type" >$content</content>
		<link rel="alternate" href="$alt" />
		<dfrn:location>$location</dfrn:location>
		<dfrn:comment-allow>$comment_allow</dfrn:comment-allow>
		<as:verb>$verb</as:verb>
		$actobj

	</entry>