Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
8f42df4c
Commit
8f42df4c
authored
Oct 24, 2012
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sort setting alphabetically
parent
c9106209
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
37 deletions
+37
-37
docs/config.rst
docs/config.rst
+37
-37
No files found.
docs/config.rst
View file @
8f42df4c
...
...
@@ -41,6 +41,43 @@ Enables automatic locking of translation when somebody is working on it.
.. seealso:: :ref:`locking`
.. setting:: CHECK_LIST
CHECK_LIST
----------
List of consistency checks to perform on translation.
.. seealso:: :ref:`checks`, :ref:`custom-checks`
.. setting:: ENABLE_HOOKS
ENABLE_HOOKS
------------
Whether to enable anonymous remote hooks.
.. seealso:: :ref:`hooks`
.. setting:: GIT_ROOT
GIT_ROOT
--------
Path where Weblate will store cloned Git repositories. Defaults to
:file:`repos` subdirectory.
.. setting:: LAZY_COMMITS
LAZY_COMMITS
------------
Delay creating Git commits until this is necessary. This heavily reduces
number of commits generated by Weblate at expense of temporarily not being
able to merge some changes as they are not yet committed.
.. seealso:: :ref:`lazy-commit`
.. setting:: LOCK_TIME
LOCK_TIME
...
...
@@ -86,43 +123,6 @@ Some of exceptions you might want to include:
r'/hooks/(.*)$', # Allowing public access to notification hooks
)
.. setting:: CHECK_LIST
CHECK_LIST
----------
List of consistency checks to perform on translation.
.. seealso:: :ref:`checks`, :ref:`custom-checks`
.. setting:: ENABLE_HOOKS
ENABLE_HOOKS
------------
Whether to enable anonymous remote hooks.
.. seealso:: :ref:`hooks`
.. setting:: GIT_ROOT
GIT_ROOT
--------
Path where Weblate will store cloned Git repositories. Defaults to
:file:`repos` subdirectory.
.. setting:: LAZY_COMMITS
LAZY_COMMITS
------------
Delay creating Git commits until this is necessary. This heavily reduces
number of commits generated by Weblate at expense of temporarily not being
able to merge some changes as they are not yet committed.
.. seealso:: :ref:`lazy-commit`
.. setting:: MT_APERTIUM_KEY
MT_APERTIUM_KEY
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment