##// END OF EJS Templates
readme update and fixed whoosh version 1.3.3 has error
marcink -
r727:0ab5deee beta
parent child Browse files
Show More
@@ -2,12 +2,12 b''
2 2 RhodeCode (RhodiumCode)
3 3 =======================
4 4
5 ``RhodeCode`` (formerly hg-app) is Pylons based repository management and
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
@@ -9,7 +9,7 b' requirements = ['
9 9 "vcs>=0.1.10",
10 10 "pygments>=1.3.0",
11 11 "mercurial>=1.6.4",
12 "whoosh>=1.3.3",
12 "whoosh>=1.3.1",
13 13 "celery>=2.1.3",
14 14 "py-bcrypt",
15 15 "babel",
General Comments 0
You need to be logged in to leave comments. Login now