equal
deleted
inserted
replaced
76 DECORATED_CREATORS = False |
76 DECORATED_CREATORS = False |
77 |
77 |
78 # Set to TRUE to use Abiword for convertion from and to legacy formats. |
78 # Set to TRUE to use Abiword for convertion from and to legacy formats. |
79 # Set to False to use LibreOffice for convertion from and to legacy formats. |
79 # Set to False to use LibreOffice for convertion from and to legacy formats. |
80 USE_ABI = True |
80 USE_ABI = True |
|
81 |
|
82 # Set to True if you don't want to appear in Sopinspace Piwik statistics |
|
83 DISABLE_TRACKING = DEBUG |
|
84 |