From f47d582736ddf24528dd514850d4bed76783f589 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 28 Jul 2011 21:56:56 -0700 Subject: api/statusnet/config.xml --- view/api_config_xml.tpl | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ view/apiconfig.tpl | 67 ------------------------------------------------- 2 files changed, 66 insertions(+), 67 deletions(-) create mode 100644 view/api_config_xml.tpl delete mode 100644 view/apiconfig.tpl (limited to 'view') diff --git a/view/api_config_xml.tpl b/view/api_config_xml.tpl new file mode 100644 index 000000000..3281e59dd --- /dev/null +++ b/view/api_config_xml.tpl @@ -0,0 +1,66 @@ + + + $config.site.name + $config.site.server + default + + $config.site.logo + + true + en + $config.site.email + + + UTC + $config.site.closed + + false + $config.site.private + $config.site.textlimit + $config.site.ssl + $config.site.sslserver + 30 + + + + cc + + http://creativecommons.org/licenses/by/3.0/ + Creative Commons Attribution 3.0 + http://i.creativecommons.org/l/by/3.0/80x15.png + + + + + + + + + + + + + + + + + false + 20 + 600 + + + + false + INVALID SERVER + 5222 + update + + + StatusNet + + + + false + 0 + + diff --git a/view/apiconfig.tpl b/view/apiconfig.tpl deleted file mode 100644 index 71ab241ce..000000000 --- a/view/apiconfig.tpl +++ /dev/null @@ -1,67 +0,0 @@ - - - - $sitedesc - $sitename - default - - $sitelogo - - true - en - $adminemail - - - UTC - $siteclosed - - false - $siteprivate - $textlimit - $has_ssl - $ssl_server - 30 - - - - cc - - http://creativecommons.org/licenses/by/3.0/ - Creative Commons Attribution 3.0 - http://i.creativecommons.org/l/by/3.0/80x15.png - - - - - - - - - - - - - - - - - false - 20 - 600 - - - - false - INVALID SERVER - 5222 - update - - - StatusNet - - - - false - 0 - - -- cgit v1.2.3