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