diff options
author | Friendika <info@friendika.com> | 2011-07-14 03:38:25 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-14 03:38:25 -0700 |
commit | ed940288946801cabc6ed715444f23652e3023b1 (patch) | |
tree | e5b92766a7c90e3e463a7b2d241b1abfdfad1587 /view | |
parent | c8d969e84c06b210001bc6e4cabc646c47077147 (diff) | |
download | volse-hubzilla-ed940288946801cabc6ed715444f23652e3023b1.tar.gz volse-hubzilla-ed940288946801cabc6ed715444f23652e3023b1.tar.bz2 volse-hubzilla-ed940288946801cabc6ed715444f23652e3023b1.zip |
template for statusnet api config.xml
Diffstat (limited to 'view')
-rw-r--r-- | view/apiconfig.tpl | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/view/apiconfig.tpl b/view/apiconfig.tpl new file mode 100644 index 000000000..71ab241ce --- /dev/null +++ b/view/apiconfig.tpl @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="UTF-8"?> +<config> + <site> + <name>$sitedesc</name> + <server>$sitename</server> + <theme>default</theme> + <path></path> + <logo>$sitelogo</logo> + + <fancy>true</fancy> + <language>en</language> + <email>$adminemail</email> + <broughtby></broughtby> + <broughtbyurl></broughtbyurl> + <timezone>UTC</timezone> + <closed>$siteclosed</closed> + + <inviteonly>false</inviteonly> + <private>$siteprivate</private> + <textlimit>$textlimit</textlimit> + <ssl>$has_ssl</ssl> + <sslserver>$ssl_server</sslserver> + <shorturllength>30</shorturllength> + +</site> + <license> + <type>cc</type> + <owner></owner> + <url>http://creativecommons.org/licenses/by/3.0/</url> + <title>Creative Commons Attribution 3.0</title> + <image>http://i.creativecommons.org/l/by/3.0/80x15.png</image> + +</license> + <nickname> + <featured></featured> +</nickname> + <profile> + <biolimit></biolimit> +</profile> + <group> + <desclimit></desclimit> +</group> + <notice> + + <contentlimit></contentlimit> +</notice> + <throttle> + <enabled>false</enabled> + <count>20</count> + <timespan>600</timespan> +</throttle> + <xmpp> + + <enabled>false</enabled> + <server>INVALID SERVER</server> + <port>5222</port> + <user>update</user> +</xmpp> + <integration> + <source>StatusNet</source> + +</integration> + <attachments> + <uploads>false</uploads> + <file_quota>0</file_quota> +</attachments> +</config> |