forked from mandiberg/printwikipedia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.xml
More file actions
executable file
·65 lines (64 loc) · 1.04 KB
/
settings.xml
File metadata and controls
executable file
·65 lines (64 loc) · 1.04 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<title>
<font-color>0,0,0</font-color>
<font-size>14</font-size>
<font-family>Cardo</font-family>
</title>
<text>
<font-color>0,0,0</font-color>
<font-size>8</font-size>
<font-family>Cardo</font-family>
</text>
<comment>
<font-color>0,0,0</font-color>
<font-size>12</font-size>
<font-family>Cardo</font-family>
</comment>
<contributor>
<font-color>0,0,0</font-color>
<font-size>12</font-size>
<font-family>Cardo</font-family>
</contributor>
<db-host>
127.0.0.1
</db-host>
<db-port>
3306
</db-port>
<db-name>
printwiki
</db-name>
<db-user>
root
</db-user>
<db-pass>
</db-pass>
<article-bunch>
5000
</article-bunch>
<page-file-limit>
700
</page-file-limit>
<start-page>
0
</start-page>
<time-limit>
330
</time-limit>
<thread-limit>
6
</thread-limit>
<log-folder>
./logs
</log-folder>
<output-file-name>
output.pdf
</output-file-name>
<output-folder>
./output
</output-folder>
<img-folder>
./output/img
</img-folder>
</settings>