comparison README.rst @ 1663:3bd7d89d918a beta

fixes #299
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 10 Nov 2011 21:25:36 +0200
parents f40c94ace436
children cbcae0c83eb0
comparison
equal deleted inserted replaced
1662:f62a960bae39 1663:3bd7d89d918a
52 52
53 53
54 RhodeCode Features 54 RhodeCode Features
55 ------------------ 55 ------------------
56 56
57 - Has it's own middleware to handle mercurial_ protocol requests. 57 - Has its own middleware to handle mercurial_ protocol requests.
58 Each request can be logged and authenticated. 58 Each request can be logged and authenticated.
59 - Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous. 59 - Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous.
60 Supports http/https and LDAP 60 Supports http/https and LDAP
61 - Full permissions (private/read/write/admin) and authentication per project. 61 - Full permissions (private/read/write/admin) and authentication per project.
62 One account for web interface and mercurial_ push/pull/clone operations. 62 One account for web interface and mercurial_ push/pull/clone operations.