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