-
Notifications
You must be signed in to change notification settings - Fork 7
/
r2w.ini
43 lines (32 loc) · 947 Bytes
/
r2w.ini
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
# Attempt to use psyco ?
psyco = True
# pause after building ?
pause = False
# the root directory
start_directory = 'pages'
# the directory to generate files in
target_directory = 'build/html'
# directory to compare against (defaults to target_directory)
compare_directory = 'build/html'
# file to log output to (if any)
log_file = 'build/log.txt'
# Skip errors (continue processing)
skiperrors = False
# file containing macros (if any)
macros = 'macros.py'
# Promote lone section headers to title
# rest only and only in the absence of an
# explicit page-title
promote_headers = True
# Enter DEBUG mode ?
# (Interactive interpreter prompt in each page namespace)
DEBUG = False
[uservalues]
# Any global uservalues you want to set
__encoding__ = 'UTF8'
#uservalue1 = A Value
#uservalue2 = Another Value
#[Macro Paths]
#smiley_directory = ''
#smiley_url = '<% path_to_root %>images/smilies/'
#emoticon_url = '<% path_to_root %>images/'