diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/xrd_host.tpl | 11 | ||||
-rw-r--r-- | view/xrd_person.tpl | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/view/xrd_host.tpl b/view/xrd_host.tpl index dbb20256f..94e3c2146 100644 --- a/view/xrd_host.tpl +++ b/view/xrd_host.tpl @@ -10,17 +10,6 @@ <Link rel="http://oexchange.org/spec/0.8/rel/resident-target" type="application/xrd+xml" href="$domain/oexchange/xrd" /> - <Link rel="http://purl.org/zot/1.0/post" - href="$zot_post" /> - - <Property xmlns:zot="http://purl.og/zot/1.0" - type="http://purl.org/zot/1.0/version" - zot:version="1" /> - - <Property xmlns:zot="http://purl.og/zot/1.0" - type="http://purl.org/zot/1.0/accept" - zot:accept="application/atom+xml" /> - <Property xmlns:mk="http://salmon-protocol.org/ns/magic-key" type="http://salmon-protocol.org/ns/magic-key" mk:key_id="1">$bigkey</Property> diff --git a/view/xrd_person.tpl b/view/xrd_person.tpl index a4b921fe1..d79203465 100644 --- a/view/xrd_person.tpl +++ b/view/xrd_person.tpl @@ -5,17 +5,6 @@ <Alias>$accturi</Alias> <Alias>$profile_url</Alias> - <Link rel="http://purl.org/zot/1.0/post/$nick" - href="$zot_post" /> - - <Property xmlns:zot="http://purl.og/zot/1.0" - type="http://purl.org/zot/1.0/version" - zot:version="1" /> - - <Property xmlns:zot="http://purl.og/zot/1.0" - type="http://purl.org/zot/1.0/accept" - zot:accept="application/atom+xml" /> - <Link rel="http://purl.org/macgirvin/dfrn/1.0" href="$profile_url" /> <Link rel="http://schemas.google.com/g/2010#updates-from" |