]> git.mxchange.org Git - friendica.git/blob - view/smarty3/api_config_xml.tpl
Merge branch 'master' of https://github.com/annando/friendica
[friendica.git] / view / smarty3 / api_config_xml.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <config>
7  <site>
8   <name>{{$config.site.name}}</name>
9   <server>{{$config.site.server}}</server>
10   <theme>default</theme>
11   <path></path>
12   <logo>{{$config.site.logo}}</logo>
13
14   <fancy>true</fancy>
15   <language>en</language>
16   <email>{{$config.site.email}}</email>
17   <broughtby></broughtby>
18   <broughtbyurl></broughtbyurl>
19   <timezone>UTC</timezone>
20   <closed>{{$config.site.closed}}</closed>
21
22   <inviteonly>false</inviteonly>
23   <private>{{$config.site.private}}</private>
24   <textlimit>{{$config.site.textlimit}}</textlimit>
25   <ssl>{{$config.site.ssl}}</ssl>
26   <sslserver>{{$config.site.sslserver}}</sslserver>
27   <shorturllength>30</shorturllength>
28
29 </site>
30  <license>
31   <type>cc</type>
32   <owner></owner>
33   <url>http://creativecommons.org/licenses/by/3.0/</url>
34   <title>Creative Commons Attribution 3.0</title>
35   <image>http://i.creativecommons.org/l/by/3.0/80x15.png</image>
36
37 </license>
38  <nickname>
39   <featured></featured>
40 </nickname>
41  <profile>
42   <biolimit></biolimit>
43 </profile>
44  <group>
45   <desclimit></desclimit>
46 </group>
47  <notice>
48
49   <contentlimit></contentlimit>
50 </notice>
51  <throttle>
52   <enabled>false</enabled>
53   <count>20</count>
54   <timespan>600</timespan>
55 </throttle>
56  <xmpp>
57
58   <enabled>false</enabled>
59   <server>INVALID SERVER</server>
60   <port>5222</port>
61   <user>update</user>
62 </xmpp>
63  <integration>
64   <source>StatusNet</source>
65
66 </integration>
67  <attachments>
68   <uploads>false</uploads>
69   <file_quota>0</file_quota>
70 </attachments>
71 </config>