aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-10-03 17:37:58 +0200
committerMarcin Kuzminski <marcin@python-works.com>2010-10-03 17:37:58 +0200
commit6af253a5a406e2b926728362b303f65b860ff93b (patch)
tree35cab8e0c82e6817f56106fb246bc5affb76a77c /README.rst
parent2738455d86b552acd9f368d61a35a855d60f3830 (diff)
fixed some spelling mistakes
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 39afe701..0ff9610c 100644
--- a/README.rst
+++ b/README.rst
@@ -9,11 +9,11 @@ Fully customizable, with authentication, permissions. Based on vcs library.
- 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 @@ Fully customizable, with authentication, permissions. Based on vcs library.
- 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 @@ Installation
- 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.