1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/addon/gnusoc/view/tpl/follow_slap.tpl
2016-04-17 22:42:29 +05:30

27 lines
1.5 KiB
Smarty

<?xml version="1.0" encoding="UTF-8" ?>
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:as="http://activitystrea.ms/spec/1.0/" xmlns:georss="http://www.georss.org/georss" xmlns:ostatus="http://ostatus.org/schema/1.0" xmlns:poco="http://portablecontacts.net/spec/1.0" xmlns:media="http://purl.org/syndication/atommedia" xmlns:statusnet="http://status.net/schema/api/1/">
<author>
<name>{{$name}}</name>
<uri>{{$profile_page}}</uri>
<link rel="photo" type="image/jpeg" media:width="300" media:height="300" href="{{$thumb}}" />
<link rel="avatar" type="image/jpeg" media:width="300" media:height="300" href="{{$thumb}}" />
<poco:preferredUsername>{{$nick}}</poco:preferredUsername>
<poco:displayName>{{$name}}</poco:displayName>
</author>
<id>{{$item_id}}</id>
<title>{{$title}}</title>
<published>{{$published}}</published>
<content type="{{$type}}" >{{$content}}</content>
<as:verb>{{$verb}}</as:verb>
<as:object>
<as:object-type>http://activitystrea.ms/schema/1.0/person</as:object-type>
<id>{{$remote_profile}}</id>
<title>{{$remote_name}}</title>
<link rel="avatar" type="image/jpeg" media:width="175" media:height="175" href="{{$remote_photo}}"/>
<link rel="avatar" type="image/jpeg" media:width="80" media:height="80" href="{{$remote_thumb}}"/>
<poco:preferredUsername>{{$remote_nick}}</poco:preferredUsername>
<poco:displayName>{{$remote_name}}</poco:displayName>
</as:object>
</entry>