# HG changeset patch # User Marcin Kuzminski # Date 2010-10-11 19:18:05 # Node ID 1e2adb37cab6b731fb0bda1188d5be4b0f7a7a96 # Parent 2cb2346d4641ff9f685c4eaa58766befbcfd9806 docs update diff --git a/docs/changelog.rst b/docs/changelog.rst --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,10 @@ Changelog ========= +1.0.0rc3 (**tip**) + +- fixed i18n during installation. + 1.0.0rc2 (**tip**) - Disabled dirsize in file browser, it's causing nasty bug when dir renames diff --git a/docs/setup.rst b/docs/setup.rst --- a/docs/setup.rst +++ b/docs/setup.rst @@ -114,6 +114,17 @@ in production.ini file:: To not have the statics served by the application. +Other configuration files +------------------------- + +Some extra configuration files and examples can be found here: +http://hg.python-works.com/rhodecode/files/tip/init.d + +and also an celeryconfig file can be use from here: +http://hg.python-works.com/rhodecode/files/tip/celeryconfig.py + + + .. _virtualenv: http://pypi.python.org/pypi/virtualenv .. _python: http://www.python.org/ .. _mercurial: http://mercurial.selenic.com/