aboutsummaryrefslogblamecommitdiffstats
path: root/view/xrd_person.tpl
blob: ba9bc64db1e049c4e956e8fd1af84615607315ec (plain) (tree)
1
2
3
4
5
6
7
8





                                                       

                                                  







                                                     
                                        



                                                   
      
<?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" 
		type="application/magic-public-key"
		href="$modexp" />
 
</XRD>