changeset 591:1e2adb37cab6

docs update
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 11 Oct 2010 19:18:05 +0200
parents 2cb2346d4641
children 0a48c1ec04fc 101e07f82f22
files docs/changelog.rst docs/setup.rst
diffstat 2 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Mon Oct 11 19:11:30 2010 +0200
+++ b/docs/changelog.rst	Mon Oct 11 19:18:05 2010 +0200
@@ -4,6 +4,10 @@
 =========
 
 
+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 
--- a/docs/setup.rst	Mon Oct 11 19:11:30 2010 +0200
+++ b/docs/setup.rst	Mon Oct 11 19:18:05 2010 +0200
@@ -114,6 +114,17 @@
 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/