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