]> git.mxchange.org Git - friendica.git/blob - view/xrd_person.tpl
post to email recips (backend)
[friendica.git] / view / xrd_person.tpl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
3  
4     <Subject>$accturi</Subject>
5         <Alias>$accturi</Alias>
6     <Alias>$profile_url</Alias>
7  
8     <Link rel="http://purl.org/macgirvin/dfrn/1.0"
9           href="$profile_url" />
10     <Link rel="http://schemas.google.com/g/2010#updates-from" 
11           type="application/atom+xml" 
12           href="$atom" />
13     <Link rel="http://webfinger.net/rel/profile-page"
14           type="text/html"
15           href="$profile_url" />
16     <Link rel="http://microformats.org/profile/hcard"
17           type="text/html"
18           href="$profile_url" />
19     <Link rel="http://webfinger.net/rel/avatar"
20           type="image/jpeg"
21           href="$photo" />
22     <Link rel="salmon" 
23           href="$salmon" />
24     <Link rel="http://salmon-protocol.org/ns/salmon-replies" 
25           href="$salmon" />
26     <Link rel="http://salmon-protocol.org/ns/salmon-mention" 
27           href="$salmen" />
28     <Link rel="magic-public-key" 
29           href="$modexp" />
30  
31 </XRD>