aboutsummaryrefslogtreecommitdiffstats
path: root/view/xrd_person.tpl
blob: d7ce13efabdacb1c4f21b4a9e518db0b025ef5f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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' />
    <Link rel="salmon" href="$salmon" />
    <Link rel="magic-public-key" href="$modexp" />
 
</XRD>