comparison README.rst @ 676:bdd1ddd05b7c beta

docs update, setup libs version bumps
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 11 Nov 2010 01:49:57 +0100
parents 9dc1d92d82ed
children 0ab5deeedbdf
comparison
equal deleted inserted replaced
675:59670f091c76 676:bdd1ddd05b7c
25 ----------- 25 -----------
26 26
27 Source code is along with issue tracker is available at 27 Source code is along with issue tracker is available at
28 http://bitbucket.org/marcinkuzminski/rhodecode 28 http://bitbucket.org/marcinkuzminski/rhodecode
29 29
30 Also a source codes can be obtained from demo rhodecode instance 30 Also a source codes can be obtained from demo RhodeCode instance
31 http://hg.python-works.com/rhodecode/summary 31 http://hg.python-works.com/rhodecode/summary
32 32
33 Instalation 33 Instalation
34 ----------- 34 -----------
35 35
37 37
38 38
39 Features 39 Features
40 -------- 40 --------
41 41
42 - Has it's own middleware to handle mercurial_ protocol request. Each request 42 - Has it's own middleware to handle mercurial_ and git_ protocol request.
43 can be logged and authenticated. Runs on threads unlikely to hgweb You can 43 Each request can be logged and authenticated. Runs on threads unlikely to
44 make multiple pulls/pushes simultaneous. Supports http/https 44 hgweb You can make multiple pulls/pushes simultaneous. Supports http/https
45 both on git_ and mercurial_
45 - Full permissions and authentication per project private/read/write/admin. 46 - Full permissions and authentication per project private/read/write/admin.
46 One account for web interface and mercurial_ push/pull/clone. 47 One account for web interface and mercurial_ push/pull/clone.
47 - Mako templates let's you customize look and feel of application. 48 - Mako templates let's you customize look and feel of application.
48 - Beautiful diffs, annotations and source codes all colored by pygments. 49 - Beautiful diffs, annotations and source codes all colored by pygments.
49 - Mercurial_ branch graph and yui-flot powered graphs with zooming and statistics 50 - Mercurial_ branch graph and yui-flot powered graphs with zooming and statistics
63 - Added cache with invalidation on push/repo management for high performance and 64 - Added cache with invalidation on push/repo management for high performance and
64 always up to date data. 65 always up to date data.
65 - Based on pylons 1.0 / sqlalchemy 0.6 / sqlite 66 - Based on pylons 1.0 / sqlalchemy 0.6 / sqlite
66 67
67 68
68 Incoming 69 Incoming / Plans
69 -------- 70 ----------------
70 71
71 - code review (probably based on hg-review) 72 - code review (probably based on hg-review)
72 - full git_ support, with push/pull server 73 - full git_ support, with push/pull server
74 - project grouping
75 - anonymous access
76 -
73 - commit based build in wiki system 77 - commit based build in wiki system
74 - clone points and cloning from remote repositories into rhodecode 78 - clone points and cloning from remote repositories into rhodecode
75 (git_ and mercurial_) 79 (git_ and mercurial_)
80 - more statistics and graph (global annotation + some more statistics)
81 - user customized activity dashboards
76 - some cache optimizations 82 - some cache optimizations
77 - other cools stuff that i can figure out (or You can help me figure out) 83 - other cools stuff that i can figure out (or You can help me figure out)
78 84
79 License 85 License
80 ------- 86 -------
81 87
82 ``rhodecode`` is released under GPL_ license. 88 ``rhodecode`` is released under GPL_ license.
89
90
91 Mailing group Q&A
92 -----------------
93
94 http://groups.google.com/group/rhodecode
83 95
84 96
85 Documentation 97 Documentation
86 ------------- 98 -------------
87 99