aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/api_config_xml.tpl
blob: 09aa00ac449dcb90a4748c59a9f9f949ee933ac7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}
<config>
 <site>
  <name>{{$config.site.name}}</name>
  <server>{{$config.site.server}}</server>
  <theme>default</theme>
  <path></path>
  <logo>{{$config.site.logo}}</logo>

  <fancy>true</fancy>
  <language>en</language>
  <email>{{$config.site.email}}</email>
  <broughtby></broughtby>
  <broughtbyurl></broughtbyurl>
  <timezone>UTC</timezone>
  <closed>{{$config.site.closed}}</closed>

  <inviteonly>false</inviteonly>
  <private>{{$config.site.private}}</private>
  <textlimit>{{$config.site.textlimit}}</textlimit>
  <ssl>{{$config.site.ssl}}</ssl>
  <sslserver>{{$config.site.sslserver}}</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>