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