##// END OF EJS Templates
docs: update readme
marcink -
r3983:bf7b3c3e default
parent child Browse files
Show More
@@ -5,20 +5,24 b' RhodeCode'
5 5 About
6 6 -----
7 7
8 ``RhodeCode`` is a fast and powerful management tool for Mercurial_ and GIT_
9 and Subversion_ with a built in push/pull server, full text search,
10 pull requests and powerful code-review system. It works on http/https, SSH and
11 has a few unique features like:
8 ``RhodeCode`` is a fast and powerful source code management tool for
9 Mercurial_, GIT_ and Subversion_. It's main features are:
10
12 11
13 - plugable architecture from Pyramid web-framework.
14 - advanced permission system with IP restrictions, inheritation, and user-groups.
12 - built in push/pull server
13 - SSH with key management support
14 - full text search.
15 - plugable authentication.
16 - pull requests and powerful code-review system.
17 - advanced permission system with IP restrictions, permission inheritation, and user-groups.
15 18 - rich set of authentication plugins including LDAP, ActiveDirectory, SAML 2.0,
16 19 Atlassian Crowd, Http-Headers, Pam, Token-Auth, OAuth.
17 20 - live code-review chat, and reviewer rules.
18 21 - full web based file editing.
19 22 - unified multi vcs support.
20 23 - snippets (gist) system.
21 - integration framework for Slack, CI systems, Webhooks.
24 - artfacts store for binaries.
25 - integration framework for Slack, CI systems, Webhooks, Jira, Redmine etc.
22 26 - integration with all 3rd party issue trackers.
23 27
24 28
@@ -41,7 +45,8 b' Source code'
41 45 -----------
42 46
43 47 The latest sources can be obtained from official RhodeCode instance
44 https://code.rhodecode.com
48 https://code.rhodecode.com/rhodecode-enterprise-ce
49 https://code.rhodecode.com/rhodecode-vcsserver
45 50
46 51
47 52 Contributions
General Comments 0
You need to be logged in to leave comments. Login now