]> git.mxchange.org Git - friendica.git/blob - view/templates/xrd_person.tpl
One more notice (#5429)
[friendica.git] / view / templates / 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         <Subject>{{$accturi}}</Subject>
4         <Alias>{{$profile_url}}</Alias>
5         <Alias>{{$alias}}</Alias>
6  
7     <Link rel="http://purl.org/macgirvin/dfrn/1.0"
8           href="{{$profile_url}}" />
9     <Link rel="http://schemas.google.com/g/2010#updates-from" 
10           type="application/atom+xml" 
11           href="{{$atom}}" />
12     <Link rel="http://webfinger.net/rel/profile-page"
13           type="text/html"
14           href="{{$profile_url}}" />
15     <Link rel="http://microformats.org/profile/hcard"
16           type="text/html"
17           href="{{$hcard_url}}" />
18     <Link rel="http://portablecontacts.net/spec/1.0"
19           href="{{$poco_url}}" />
20     <Link rel="http://webfinger.net/rel/avatar"
21           type="image/jpeg"
22           href="{{$photo}}" />
23     <Link rel="http://joindiaspora.com/seed_location"
24           type="text/html"
25           href="{{$baseurl}}/" />
26     <Link rel="salmon" 
27           href="{{$salmon}}" />
28     <Link rel="http://salmon-protocol.org/ns/salmon-replies" 
29           href="{{$salmon}}" />
30     <Link rel="http://salmon-protocol.org/ns/salmon-mention" 
31           href="{{$salmen}}" />
32     <Link rel="http://ostatus.org/schema/1.0/subscribe"
33           template="{{$subscribe}}" />
34     <Link rel="magic-public-key" 
35           href="{{$modexp}}" />
36     <Link rel="http://purl.org/openwebauth/v1"
37           type="application/x-dfrn+json"
38           href="{{$openwebauth}}" />
39 </XRD>