# HG changeset patch # User gibus # Date 1338881073 -7200 # Node ID 3b20276fe74d0436152041be92f1a7bc14b95d25 # Parent 9246b0057a75a591229ca60f8fcb147fb19f7592 Update settings_local_sample with DECORATED_CREATORS and USE_ABI parameters diff -r 9246b0057a75 -r 3b20276fe74d settings_local_sample.py --- a/settings_local_sample.py Thu May 24 15:59:12 2012 +0200 +++ b/settings_local_sample.py Tue Jun 05 09:24:33 2012 +0200 @@ -52,3 +52,13 @@ # If running in a Windows environment this must be set to the same as your # system time zone. DEFAULT_TIME_ZONE = "Europe/Paris" + +# Do not use name/email of co-ment users but rather +# those passed in the request. +# Set this parameter to True when using co-ment from +# a third-party CMS throuch co-ment API. +DECORATED_CREATORS = False + +# Set to TRUE to use Abiword for convertion form and to legacy formats. +# Set to False to use LibreOffice for convertion form and to legacy formats. +USE_ABI = True