]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - lib/default.php
some formatting changes to make inblobs work
[quix0rs-gnu-social.git] / lib / default.php
1 <?php
2 /**
3  * StatusNet, the distributed open-source microblogging tool
4  *
5  * Default settings for core configuration
6  *
7  * PHP version 5
8  *
9  * LICENCE: This program is free software: you can redistribute it and/or modify
10  * it under the terms of the GNU Affero General Public License as published by
11  * the Free Software Foundation, either version 3 of the License, or
12  * (at your option) any later version.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  * GNU Affero General Public License for more details.
18  *
19  * You should have received a copy of the GNU Affero General Public License
20  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
21  *
22  * @category  Config
23  * @package   StatusNet
24  * @author    Evan Prodromou <evan@status.net>
25  * @copyright 2008-9 StatusNet, Inc.
26  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
27  * @link      http://status.net/
28  */
29
30 $default =
31   array('site' =>
32         array('name' => 'Just another StatusNet microblog',
33               'server' => $_server,
34               'theme' => 'default',
35               'path' => $_path,
36               'logfile' => null,
37               'logo' => null,
38               'logdebug' => false,
39               'fancy' => false,
40               'locale_path' => INSTALLDIR.'/locale',
41               'language' => 'en_US',
42               'languages' => get_all_languages(),
43               'email' =>
44               array_key_exists('SERVER_ADMIN', $_SERVER) ? $_SERVER['SERVER_ADMIN'] : null,
45               'broughtby' => null,
46               'timezone' => 'UTC',
47               'broughtbyurl' => null,
48               'closed' => false,
49               'inviteonly' => false,
50               'private' => false,
51               'ssl' => 'never',
52               'sslserver' => null,
53               'shorturllength' => 30,
54               'dupelimit' => 60, # default for same person saying the same thing
55               'textlimit' => 140,
56               'indent' => true,
57               ),
58         'db' =>
59         array('database' => 'YOU HAVE TO SET THIS IN config.php',
60               'schema_location' => INSTALLDIR . '/classes',
61               'class_location' => INSTALLDIR . '/classes',
62               'require_prefix' => 'classes/',
63               'class_prefix' => '',
64               'mirror' => null,
65               'utf8' => true,
66               'db_driver' => 'DB', # XXX: JanRain libs only work with DB
67               'quote_identifiers' => false,
68               'type' => 'mysql',
69               'schemacheck' => 'runtime'), // 'runtime' or 'script'
70         'syslog' =>
71         array('appname' => 'statusnet', # for syslog
72               'priority' => 'debug', # XXX: currently ignored
73               'facility' => LOG_USER),
74         'queue' =>
75         array('enabled' => false,
76               'subsystem' => 'db', # default to database, or 'stomp'
77               'stomp_server' => null,
78               'queue_basename' => '/queue/statusnet/',
79               'stomp_username' => null,
80               'stomp_password' => null,
81               ),
82         'license' =>
83         array('url' => 'http://creativecommons.org/licenses/by/3.0/',
84               'title' => 'Creative Commons Attribution 3.0',
85               'image' => 'http://i.creativecommons.org/l/by/3.0/80x15.png'),
86         'mail' =>
87         array('backend' => 'mail',
88               'params' => null,
89               'domain_check' => true),
90         'nickname' =>
91         array('blacklist' => array(),
92               'featured' => array()),
93         'profile' =>
94         array('banned' => array(),
95               'biolimit' => null),
96         'avatar' =>
97         array('server' => null,
98               'dir' => INSTALLDIR . '/avatar/',
99               'path' => $_path . '/avatar/'),
100         'background' =>
101         array('server' => null,
102               'dir' => INSTALLDIR . '/background/',
103               'path' => $_path . '/background/'),
104         'public' =>
105         array('localonly' => true,
106               'blacklist' => array(),
107               'autosource' => array()),
108         'theme' =>
109         array('server' => null,
110               'dir' => null,
111               'path'=> null),
112         'throttle' =>
113         array('enabled' => false, // whether to throttle edits; false by default
114               'count' => 20, // number of allowed messages in timespan
115               'timespan' => 600), // timespan for throttling
116         'xmpp' =>
117         array('enabled' => false,
118               'server' => 'INVALID SERVER',
119               'port' => 5222,
120               'user' => 'update',
121               'encryption' => true,
122               'resource' => 'uniquename',
123               'password' => 'blahblahblah',
124               'host' => null, # only set if != server
125               'debug' => false, # print extra debug info
126               'public' => array()), # JIDs of users who want to receive the public stream
127         'invite' =>
128         array('enabled' => true),
129         'tag' =>
130         array('dropoff' => 864000.0),
131         'popular' =>
132         array('dropoff' => 864000.0),
133         'daemon' =>
134         array('piddir' => '/var/run',
135               'user' => false,
136               'group' => false),
137         'emailpost' =>
138         array('enabled' => true),
139         'sms' =>
140         array('enabled' => true),
141         'twitterimport' =>
142         array('enabled' => false),
143         'integration' =>
144         array('source' => 'StatusNet', # source attribute for Twitter
145               'taguri' => $_server.',2009'), # base for tag URIs
146         'twitter' =>
147         array('enabled'       => true,
148               'consumer_key'    => null,
149               'consumer_secret' => null),
150         'memcached' =>
151         array('enabled' => false,
152               'server' => 'localhost',
153               'base' => null,
154               'port' => 11211),
155         'ping' =>
156         array('notify' => array()),
157         'inboxes' =>
158         array('enabled' => true), # ignored after 0.9.x
159         'newuser' =>
160         array('default' => null,
161               'welcome' => null),
162         'snapshot' =>
163         array('run' => 'web',
164               'frequency' => 10000,
165               'reporturl' => 'http://status.net/stats/report'),
166         'attachments' =>
167         array('server' => null,
168               'dir' => INSTALLDIR . '/file/',
169               'path' => $_path . '/file/',
170               'supported' => array('image/png',
171                                    'image/jpeg',
172                                    'image/gif',
173                                    'image/svg+xml',
174                                    'audio/mpeg',
175                                    'audio/x-speex',
176                                    'application/ogg',
177                                    'application/pdf',
178                                    'application/vnd.oasis.opendocument.text',
179                                    'application/vnd.oasis.opendocument.text-template',
180                                    'application/vnd.oasis.opendocument.graphics',
181                                    'application/vnd.oasis.opendocument.graphics-template',
182                                    'application/vnd.oasis.opendocument.presentation',
183                                    'application/vnd.oasis.opendocument.presentation-template',
184                                    'application/vnd.oasis.opendocument.spreadsheet',
185                                    'application/vnd.oasis.opendocument.spreadsheet-template',
186                                    'application/vnd.oasis.opendocument.chart',
187                                    'application/vnd.oasis.opendocument.chart-template',
188                                    'application/vnd.oasis.opendocument.image',
189                                    'application/vnd.oasis.opendocument.image-template',
190                                    'application/vnd.oasis.opendocument.formula',
191                                    'application/vnd.oasis.opendocument.formula-template',
192                                    'application/vnd.oasis.opendocument.text-master',
193                                    'application/vnd.oasis.opendocument.text-web',
194                                    'application/x-zip',
195                                    'application/zip',
196                                    'text/plain',
197                                    'video/mpeg',
198                                    'video/mp4',
199                                    'video/quicktime',
200                                    'video/mpeg'),
201               'file_quota' => 5000000,
202               'user_quota' => 50000000,
203               'monthly_quota' => 15000000,
204               'uploads' => true,
205               'filecommand' => '/usr/bin/file',
206               ),
207         'group' =>
208         array('maxaliases' => 3,
209               'desclimit' => null),
210         'oohembed' => array('endpoint' => 'http://oohembed.com/oohembed/'),
211         'search' =>
212         array('type' => 'fulltext'),
213         'sessions' =>
214         array('handle' => false, // whether to handle sessions ourselves
215               'debug' => false), // debugging output for sessions
216         'design' =>
217         array('backgroundcolor' => null, // null -> 'use theme default'
218               'contentcolor' => null,
219               'sidebarcolor' => null,
220               'textcolor' => null,
221               'linkcolor' => null,
222               'backgroundimage' => null,
223               'disposition' => null),
224         'notice' =>
225         array('contentlimit' => null),
226         'message' =>
227         array('contentlimit' => null),
228         'location' =>
229         array('share' => 'user', // whether to share location; 'always', 'user', 'never'
230               'sharedefault' => true),
231         'omb' =>
232         array('timeout' => 5), // HTTP request timeout in seconds when contacting remote hosts for OMB updates
233         'logincommand' =>
234         array('disabled' => true),
235         );