comparison README.rst @ 290:702c7e565c56 rhodecode-0.0.0.7.8

docs update, version bump
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 23 Jun 2010 00:34:22 +0200
parents 85cbe7ad3402
children d8d471cfa093
comparison
equal deleted inserted replaced
289:1dbe02063123 290:702c7e565c56
8 8
9 - has it's own middleware to handle mercurial protocol request each request can 9 - has it's own middleware to handle mercurial protocol request each request can
10 be logged and authenticated + threaded performance unlikely to hgweb 10 be logged and authenticated + threaded performance unlikely to hgweb
11 - mako templates let's you cusmotize look and feel of appplication. 11 - mako templates let's you cusmotize look and feel of appplication.
12 - diffs annotations and source code all colored by pygments. 12 - diffs annotations and source code all colored by pygments.
13 - mercurial branch graph
13 - admin interface for performing user/permission managments as well as repository 14 - admin interface for performing user/permission managments as well as repository
14 managment 15 managment
16 - setup project descriptions and info inside built in db for easy, non
17 file-system operations
15 - added cache with invalidation on push/repo managment for high performance and 18 - added cache with invalidation on push/repo managment for high performance and
16 always upto date data. 19 always upto date data.
17 - rss /atom feed customizable 20 - rss /atom feed customizable
18 - future support for git 21 - future support for git
19 - based on pylons 1.0 / sqlalchemy 0.6 22 - based on pylons 1.0 / sqlalchemy 0.6
20 23
21 **Incoming** 24 **Incoming**
22 25
23 - full permissions per project 26 - full permissions per project
24 - setup project descriptions and info into db
25 - git support (when vcs can handle it) 27 - git support (when vcs can handle it)
26 28
27 .. note:: 29 .. note::
28 This software is still in beta mode. I don't guarantee that it'll work. 30 This software is still in beta mode. I don't guarantee that it'll work.
29 31