Mercurial > public > src > rhodecode
changeset 589:efbab97c3aca
fixed some spelling mistakes
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Sun, 03 Oct 2010 17:37:58 +0200 |
parents | 168273591e44 |
children | c8798599cf8d |
files | README.rst |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/README.rst Sun Oct 03 02:25:39 2010 +0200 +++ b/README.rst Sun Oct 03 17:37:58 2010 +0200 @@ -9,11 +9,11 @@ - has it's own middleware to handle mercurial protocol request each request can be logged and authenticated + threaded performance unlikely to hgweb - full permissions per project read/write/admin access even on mercurial request -- mako templates let's you cusmotize look and feel of application. +- mako templates let's you customize look and feel of application. - diffs annotations and source code all colored by pygments. - mercurial branch graph and yui-flot powered graphs with zooming and statistics -- admin interface for performing user/permission managments as well as repository - managment. +- admin interface for performing user/permission managements as well as repository + management. - full text search of source codes with indexing daemons using whoosh (no external search servers required all in one application) - async tasks for speed and performance using celery (works without them too) @@ -22,8 +22,8 @@ - backup scripts can do backup of whole app and send it over scp to desired location - setup project descriptions and info inside built in db for easy, non file-system operations -- added cache with invalidation on push/repo managment for high performance and - always upto date data. +- added cache with invalidation on push/repo management for high performance and + always up to date data. - rss / atom feeds, gravatar support - based on pylons 1.0 / sqlalchemy 0.6 @@ -66,7 +66,7 @@ - Default permissions on each repository is read, and owner is admin. So remember to update these. - In order to use full power of async tasks, You must install message broker - preferrably rabbitmq and start celeryd daemon together with hg-app. + preferably rabbitmq and start celeryd daemon together with hg-app. The app should gain a lot of speed and become much more responsible. For installation instructions You can visit: http://ask.github.com/celery/getting-started/index.html.