]> git.mxchange.org Git - friendica.git/blob - view/xrd_host.tpl
dbb20256f93fd5f3828210bb7a0f63bfe72b39c5
[friendica.git] / view / xrd_host.tpl
1 <?xml version='1.0' encoding='UTF-8'?>
2 <XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'
3      xmlns:hm='http://host-meta.net/xrd/1.0'>
4  
5     <hm:Host>$zhost</hm:Host>
6  
7     <Link rel='lrdd' template='$domain/xrd/?uri={uri}' />
8     <Link rel='acct-mgmt' href='$domain/amcd' />
9     <Link rel='http://services.mozilla.com/amcd/0.1' href='$domain/amcd' />
10         <Link rel="http://oexchange.org/spec/0.8/rel/resident-target" type="application/xrd+xml" 
11         href="$domain/oexchange/xrd" />
12
13     <Link rel="http://purl.org/zot/1.0/post" 
14         href="$zot_post" />
15
16     <Property xmlns:zot="http://purl.og/zot/1.0"
17         type="http://purl.org/zot/1.0/version"
18         zot:version="1" />
19
20     <Property xmlns:zot="http://purl.og/zot/1.0"
21         type="http://purl.org/zot/1.0/accept"
22         zot:accept="application/atom+xml" />
23
24     <Property xmlns:mk="http://salmon-protocol.org/ns/magic-key"
25         type="http://salmon-protocol.org/ns/magic-key"
26         mk:key_id="1">$bigkey</Property>
27
28
29 </XRD>