aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-21 17:42:19 -0700
committerfriendica <info@friendica.com>2014-08-21 17:42:19 -0700
commit921799b045c376c2ffe80a0c4fe0dc6c2c78e854 (patch)
treebb67e2285bd0402c855dc7eaf819385812391b33 /view/tpl
parent831714f0f0e5bd9a17c760a2476a12603be5d089 (diff)
downloadvolse-hubzilla-921799b045c376c2ffe80a0c4fe0dc6c2c78e854.tar.gz
volse-hubzilla-921799b045c376c2ffe80a0c4fe0dc6c2c78e854.tar.bz2
volse-hubzilla-921799b045c376c2ffe80a0c4fe0dc6c2c78e854.zip
make the old personal xrd interface (old webfinger) work again
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/xrd_diaspora.tpl8
-rwxr-xr-xview/tpl/xrd_person.tpl10
2 files changed, 17 insertions, 1 deletions
diff --git a/view/tpl/xrd_diaspora.tpl b/view/tpl/xrd_diaspora.tpl
new file mode 100644
index 000000000..143980bcc
--- /dev/null
+++ b/view/tpl/xrd_diaspora.tpl
@@ -0,0 +1,8 @@
+{{*
+ * AUTOMATICALLY GENERATED TEMPLATE
+ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
+ <Link rel="http://joindiaspora.com/seed_location" type="text/html" href="{{$baseurl}}/" />
+ <Link rel="http://joindiaspora.com/guid" type="text/html" href="{{$dspr_guid}}" />
+ <Link rel="diaspora-public-key" type="RSA" href="{{$dspr_key}}" />
diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl
index 20d438dd5..631ed3f18 100755
--- a/view/tpl/xrd_person.tpl
+++ b/view/tpl/xrd_person.tpl
@@ -14,5 +14,13 @@
<Link rel="http://webfinger.net/rel/avatar"
type="image/jpeg"
href="{{$photo}}" />
-
+ <Link rel="http://microformats.org/profile/hcard"
+ type="text/html"
+ href="{{$hcard_url}}" />
+
+ <Link rel="magic-public-key"
+ href="{{$modexp}}" />
+
+ {{$dspr}}
+
</XRD>