aboutsummaryrefslogtreecommitdiffstats
path: root/view/xrd_person.tpl
blob: 12106216065d09e281130cc3e0c844aa3168f6e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version='1.0' encoding='UTF-8'?>
<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'>
 
    <Subject>$accturi</Subject>
    <Alias>$profile_url</Alias>
 
    <Link rel='http://purl.org/macgirvin/dfrn/1.0'
          href='$profile_url' />
    <Link rel='http://webfinger.net/rel/profile-page'
          type='text/html'
          href='$profile_url' />
    <Link rel='http://microformats.org/profile/hcard'
          type='text/html'
          href='$profile_url' />
    <Link rel='http://webfinger.net/rel/avatar'
          href='$photo' />
</XRD>