README.rst: describe settings DOCBOW_BASE_URL, DOCBOW_MAILBOX_PER_PAGE, DOCBOW_TRUNCATE_FILENAME and DOCBOW_TIMESTAMP_PROVIDER

This commit is contained in:
Benjamin Dauvergne 2014-01-31 10:25:05 +01:00
parent 78010b285d
commit c4c84e4b8a
1 changed files with 10 additions and 0 deletions

View File

@ -195,9 +195,19 @@ All settings must be donne in the file ``/etc/docbow/local_settings.py``. Availa
* ``DOCBOW_ORGANIZATION``: an unicode string giving a description of the
organization providing the platform. It's used as a signature in mail and
sms notifications.
* ``DOCBOW_BASE_URL``: the base URL of the application. It's used for building
URL in notifications, emails or SMS.
* ``DOCBOW_MENU``: description of the left column menu; see previous section
for a description and the default value.
* ``DOCBOW_MAILBOX_PER_PAGE``: the number of message to show on listing pages.
Default is 20.
* ``RAVEN_CONFIG_DSN``: the URL of the sentry project for gathering exceptions.
* ``DOCBOW_MAX_FILE_SIZE``: the maximum file size for attached files, as
bytes. Default is 10 Mo.
* ``DOCBOW_TRUNCATE_FILENAME``: the maximum length for filenames. Default is
80 unicode characters (codepoints).
* ``DOCBOW_TIMESTAMP_PROVIDER``: the timestamp provider to use. Default is certum.
Other possibilities are fedit and e_szigno.
Customizing templates
---------------------