##// END OF EJS Templates
updated docs
marcink -
r1750:cbcae0c8 beta
parent child Browse files
Show More
@@ -2,16 +2,16 b''
2 2 Welcome to RhodeCode (RhodiumCode) documentation!
3 3 =================================================
4 4
5 ``RhodeCode`` is a Pylons framework based Mercurial repository
6 browser/management tool with a built in push/pull server and full text search.
5 ``RhodeCode`` is a fast and powerful management tool for Mercurial_ and GIT_
6 with a built in push/pull server and full text search.
7 7 It works on http/https and has a built in permission/authentication system with
8 8 the ability to authenticate via LDAP or ActiveDirectory. RhodeCode also supports
9 simple API so it's easy integrable with existing systems.
9 simple API so it's easy integrable with existing external systems.
10 10
11 11 RhodeCode is similar in some respects to github or bitbucket_,
12 12 however RhodeCode can be run as standalone hosted application on your own server.
13 13 It is open source and donation ware and focuses more on providing a customized,
14 self administered interface for Mercurial(and soon GIT) repositories.
14 self administered interface for Mercurial and GIT repositories.
15 15 RhodeCode is powered by a vcs_ library that Lukasz Balcerzak and I created to
16 16 handle multiple different version control systems.
17 17
@@ -75,6 +75,9 b' RhodeCode Features'
75 75 - Server side forks. It is possible to fork a project and modify it freely
76 76 without breaking the main repository. You can even write Your own hooks
77 77 and install them
78 - code review with notification system, inline commenting, all parsed using
79 rst syntax
80 - rst and markdown README support for repositories
78 81 - Full text search powered by Whoosh on the source files, and file names.
79 82 Build in indexing daemons, with optional incremental index build
80 83 (no external search servers required all in one application)
@@ -97,10 +100,8 b' Incoming / Plans'
97 100
98 101 - Finer granular permissions per branch, repo group or subrepo
99 102 - pull requests and web based merges
100 - notification and message system
103 - per line file history
101 104 - SSH based authentication with server side key management
102 - Code review (probably based on hg-review)
103 - Full git_ support, with push/pull server (currently in beta tests)
104 105 - Redmine and other bugtrackers integration
105 106 - Commit based built in wiki system
106 107 - More statistics and graph (global annotation + some more statistics)
@@ -21,10 +21,13 b' news'
21 21 - configurable clone url possibility to specify ssh:// manually as
22 22 alternative clone url.
23 23 - enabled largefiles extension by default
24 - optimized summary file pages and saved a lot of unused space in them
24 25
25 26 fixes
26 27 -----
27 28
29 - rewrote dbsession management for atomic operations, and better error handling
30
28 31 1.2.3 (**2011-11-02**)
29 32 ======================
30 33
General Comments 0
You need to be logged in to leave comments. Login now