summaryrefslogtreecommitdiff
path: root/templates/xrds.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/xrds.xml')
-rw-r--r--templates/xrds.xml13
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