equal
deleted
inserted
replaced
30 # Store IP (or not) in activity |
30 # Store IP (or not) in activity |
31 STORE_ACTIVITY_IP = get_setting('STORE_ACTIVITY_IP', True) |
31 STORE_ACTIVITY_IP = get_setting('STORE_ACTIVITY_IP', True) |
32 |
32 |
33 # Show 'decorated' users in comments (not structural creator id) |
33 # Show 'decorated' users in comments (not structural creator id) |
34 DECORATED_CREATORS = get_setting('DECORATED_CREATORS', False) |
34 DECORATED_CREATORS = get_setting('DECORATED_CREATORS', False) |
|
35 |
|
36 # Use AbiWord for conversions |
|
37 USE_ABI = get_setting('USE_ABI', False) |