diff options
author | Leif Johansson <leifj@sunet.se> | 2011-09-21 11:14:03 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-09-21 11:14:03 +0200 |
commit | 1d2a3f2403911e0b1ff99ffce808997a24661d15 (patch) | |
tree | 2640220191ce830cebdf3ac49b9ba1711a9bc795 /templates | |
parent | e7e435a633cb88af042090c3890763860b3ea9a6 (diff) |
discovery - xrds and system service
Diffstat (limited to 'templates')
-rw-r--r-- | templates/xrds.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/xrds.xml b/templates/xrds.xml new file mode 100644 index 0000000..95c77a5 --- /dev/null +++ b/templates/xrds.xml @@ -0,0 +1,13 @@ +<XRDS xmlns="xri://$xrds"> + <XRD xmlns:simple="http://xrds-simple.net/core/1.0" xmlns="xri://$XRD*($v*2.0)" version="2.0"> + <Type>xri://$xrds*simple</Type> + <Service> + <Type>http://ns.opensocial.org/2008/opensocial/people</Type> + <URI>{{prefix_url}}/opensocial/1.0/people</URI> + </Service> + <Service> + <Type>http://ns.opensocial.org/2008/opensocial/groups</Type> + <URI>{{prefix_url}}/opensocial/1.0/groups</URI> + </Service> + </XRD> +</XRDS>
\ No newline at end of file |