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