-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathansilove.cfg.php
59 lines (49 loc) · 2.77 KB
/
ansilove.cfg.php
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
<?PHP
/*****************************************************************************/
/* ____ __ __ ___. __ __ _______._______ */
/* __\ \./ \| \. \ |_| \| |_/ \ | / _/ */
/* \___\__|__|\___|_____/___|____/____/\___/\____/plur */
/* */
/* Ansilove/PHP 1.12 */
/* Copyright (c) 2003-2017, Frederic Cambus */
/* https://www.ansilove.org */
/* */
/* Created: 2003-07-17 */
/* Last Updated: 2017-02-06 */
/* */
/* Ansilove is released under the BSD 2-Clause license. */
/* See LICENSE file for details. */
/* */
/*****************************************************************************/
/*****************************************************************************/
/* SECURITY WARNING! SECURITY WARNING! SECURITY WARNING! */
/* */
/* Don't unset the ANSILOVE_FILES_DIRECTORY defined constant, else it'll be */
/* possible to convert files laying in the same directory than the loaders, */
/* which could lead to possible security leaks. */
/* */
/* SECURITY WARNING! SECURITY WARNING! SECURITY WARNING! */
/*****************************************************************************/
DEFINE (ANSILOVE_FILES_DIRECTORY,"ansis/");
DEFINE (ANSILOVE_LOG_FILE,"ansilove.log");
DEFINE (PCBOARD_STRIP_CODES,"@POFF@,@WAIT@");
DEFINE (DIZ_EXTENSIONS,".diz,.ion");
DEFINE (SUBSTITUTE_BREAK,"1");
DEFINE (WRAP_COLUMN_80,"1");
DEFINE (CED_BACKGROUND_COLOR,"170,170,170");
DEFINE (CED_FOREGROUND_COLOR,"0,0,0");
DEFINE (WORKBENCH_COLOR_0,"170,170,170");
DEFINE (WORKBENCH_COLOR_1,"0,0,255");
DEFINE (WORKBENCH_COLOR_2,"255,255,255");
DEFINE (WORKBENCH_COLOR_3,"0,255,255");
DEFINE (WORKBENCH_COLOR_4,"0,0,0");
DEFINE (WORKBENCH_COLOR_5,"255,0,255");
DEFINE (WORKBENCH_COLOR_6,"102,136,187");
DEFINE (WORKBENCH_COLOR_7,"255,255,255");
DEFINE (THUMBNAILS_SIZE,"1");
DEFINE (THUMBNAILS_HEIGHT,"0");
DEFINE (THUMBNAILS_TAG,"-thumbnail");
DEFINE (SPLIT,"0");
DEFINE (SPLIT_HEIGHT,"4096");
DEFINE (SPLIT_SEPARATOR,".");
?>