Show More
@@ -2,12 +2,12 b'' | |||
|
2 | 2 | RhodeCode (RhodiumCode) |
|
3 | 3 | ======================= |
|
4 | 4 | |
|
5 |
``RhodeCode`` (formerly hg-app) is Pylons based repository |
|
|
6 | serving for mercurial_ and git_. It's similar to github or bitbucket, but | |
|
7 | it's suppose to run as standalone app, it's open source and focuses more on | |
|
8 | restricted access to repositories. There's no default free access to RhodeCode | |
|
9 | You have to create an account in order to use the application. It's powered | |
|
10 | by vcs_ library that we created to handle many various version control systems. | |
|
5 | ``RhodeCode`` (formerly hg-app) is Pylons based Mercurial repository | |
|
6 | browser/management with build in push/pull server and full text search. It's | |
|
7 | similar to github or bitbucket, but it's suppose to run as standalone hosted | |
|
8 | application, it's open source and focuses more on restricted access to | |
|
9 | repositories. It's powered by vcs_ library that we created to handle many | |
|
10 | various version control systems. | |
|
11 | 11 | |
|
12 | 12 | RhodeCode uses `Semantic Versioning <http://semver.org/>`_ |
|
13 | 13 | |
@@ -72,14 +72,12 b' Incoming / Plans' | |||
|
72 | 72 | - code review (probably based on hg-review) |
|
73 | 73 | - full git_ support, with push/pull server |
|
74 | 74 | - project grouping |
|
75 | - anonymous access | |
|
76 | - | |
|
75 | - redmine integration | |
|
77 | 76 | - commit based build in wiki system |
|
78 | 77 | - clone points and cloning from remote repositories into rhodecode |
|
79 | 78 | (git_ and mercurial_) |
|
80 | 79 | - more statistics and graph (global annotation + some more statistics) |
|
81 | 80 | - user customized activity dashboards |
|
82 | - some cache optimizations | |
|
83 | 81 | - other cools stuff that i can figure out (or You can help me figure out) |
|
84 | 82 | |
|
85 | 83 | License |
General Comments 0
You need to be logged in to leave comments.
Login now