friendica/view/xrd_person.tpl

21 lines
651 B
Smarty
Raw Normal View History

2010-07-24 01:33:34 +02:00
<?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>
2010-07-24 02:33:15 +02:00
<Link rel='http://purl.org/macgirvin/dfrn/1.0'
href='$profile_url' />
2010-07-24 01:33:34 +02:00
<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' />
2010-10-07 04:46:44 +02:00
<Link rel="salmon" href="$salmon" />
2010-10-12 13:07:03 +02:00
<Link rel="magic-public-key" href="$modexp" />
2010-07-24 01:33:34 +02:00
</XRD>