summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/rsd.xml
diff options
context:
space:
mode:
authorgnowgi <nagarjun@gnowledge.org>2012-03-15 16:19:20 +0530
committergnowgi <nagarjun@gnowledge.org>2012-03-15 16:19:20 +0530
commit7a4f561e851fdc7246d804c3abb6748b8a4199a6 (patch)
treed2afc3463fd49625a9be482012f5c3bfcf7c42b9 /gstudio/templates/gstudio/rsd.xml
downloadgnowsys-7a4f561e851fdc7246d804c3abb6748b8a4199a6.tar.gz
master trunk of gnowsys-studio
Diffstat (limited to 'gstudio/templates/gstudio/rsd.xml')
-rw-r--r--gstudio/templates/gstudio/rsd.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/gstudio/templates/gstudio/rsd.xml b/gstudio/templates/gstudio/rsd.xml
new file mode 100644
index 0000000..a2df0dd
--- /dev/null
+++ b/gstudio/templates/gstudio/rsd.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" ?>
+<rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
+ <service>
+ <engineName>Django Blog Gstudio {{ GSTUDIO_VERSION }}</engineName>
+ <engineLink>http://github.com/gnowgi/django-gstudio</engineLink>
+ <homePageLink>{{ protocol }}://{{ site.domain }}/</homePageLink>
+ <apis>
+ <api name="MetaWeblog" preferred="true" apiLink="{{ protocol }}://{{ site.domain }}/xmlrpc/" blogID="{{ site.id }}">
+ <settings>
+ <docs>http://www.xmlrpc.com/metaWeblogApi</docs>
+ <notes>MetaWeblog API support + Blogger API partial support</notes>
+ </settings>
+ </api>
+ </apis>
+ </service>
+</rsd>