diff options
author | Friendika <info@friendika.com> | 2011-03-29 21:59:28 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-29 21:59:28 -0700 |
commit | 4aa60a7aafe1375a97ed4915f56c8ae1b74d0e0f (patch) | |
tree | 65b1561bf8d44be634662ca6b6268f026b2ed1d6 /view | |
parent | 8357c064ae7eb21ab8ab8b1feec9aa81e5374a9a (diff) | |
download | volse-hubzilla-4aa60a7aafe1375a97ed4915f56c8ae1b74d0e0f.tar.gz volse-hubzilla-4aa60a7aafe1375a97ed4915f56c8ae1b74d0e0f.tar.bz2 volse-hubzilla-4aa60a7aafe1375a97ed4915f56c8ae1b74d0e0f.zip |
oexchange
Diffstat (limited to 'view')
-rw-r--r-- | view/oexchange_xrd.tpl | 33 | ||||
-rw-r--r-- | view/xrd_host.tpl | 3 |
2 files changed, 35 insertions, 1 deletions
diff --git a/view/oexchange_xrd.tpl b/view/oexchange_xrd.tpl new file mode 100644 index 000000000..c7e6df498 --- /dev/null +++ b/view/oexchange_xrd.tpl @@ -0,0 +1,33 @@ +<?xml version='1.0' encoding='UTF-8'?> +<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"> + + <Subject>$base</Subject> + + <Property + type="http://www.oexchange.org/spec/0.8/prop/vendor">Friendika</Property> + <Property + type="http://www.oexchange.org/spec/0.8/prop/title">Friendika Social Network</Property> + <Property + type="http://www.oexchange.org/spec/0.8/prop/name">Friendika</Property> + <Property + type="http://www.oexchange.org/spec/0.8/prop/prompt">Send to Friendika</Property> + + <Link + rel="icon" + href="$base/images/friendika-16.png" + type="image/png" + /> + + <Link + rel="icon32" + href="$base/images/friendika-32.png" + type="image/png" + /> + + <Link + rel= "http://www.oexchange.org/spec/0.8/rel/offer" + href="$base/oexchange" + type="text/html" + /> +</XRD> + diff --git a/view/xrd_host.tpl b/view/xrd_host.tpl index fae70dec9..f843df31e 100644 --- a/view/xrd_host.tpl +++ b/view/xrd_host.tpl @@ -7,5 +7,6 @@ <Link rel='lrdd' template='http://$domain/xrd/?uri={uri}' /> <Link rel='acct-mgmt' href='http://$domain/amcd' /> <Link rel='http://services.mozilla.com/amcd/0.1' href='http://$domain/amcd' /> - + <Link rel="http://oexchange.org/spec/0.8/rel/resident-target" type="application/xrd+xml" + href="http://$domain/oexchange/xrd" /> </XRD> |