]> git.mxchange.org Git - friendica.git/blobdiff - view/xrd_person.tpl
fix various html parse errors
[friendica.git] / view / xrd_person.tpl
index fd11ad600dbaea18702162ec96cd5aeab31b707a..2b5af3d0d2d8aa0c263d5f4322f776d482dd6286 100644 (file)
@@ -5,6 +5,17 @@
        <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" 
@@ -29,4 +40,8 @@
     <Link rel="magic-public-key" 
           href="$modexp" />
  
+       <Property xmlns:mk="http://salmon-protocol.org/ns/magic-key"
+          type="http://salmon-protocol.org/ns/magic-key"
+          mk:key_id="1">$bigkey</Property>
+
 </XRD>