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