diff options
author | friendica <info@friendica.com> | 2014-08-21 17:42:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-21 17:42:19 -0700 |
commit | 921799b045c376c2ffe80a0c4fe0dc6c2c78e854 (patch) | |
tree | bb67e2285bd0402c855dc7eaf819385812391b33 /view/tpl/xrd_diaspora.tpl | |
parent | 831714f0f0e5bd9a17c760a2476a12603be5d089 (diff) | |
download | volse-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/xrd_diaspora.tpl')
-rw-r--r-- | view/tpl/xrd_diaspora.tpl | 8 |
1 files changed, 8 insertions, 0 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}}" /> |