# HG changeset patch # User Marcin Kuzminski # Date 1290099952 -3600 # Node ID 9985eca2e4d0114ef6b1a5c92958d5f66c5b4d99 # Parent 1f8546ccccdd80e33649fbd44999ee0245032a00 updated docs and setup.py docs diff -r 1f8546ccccdd -r 9985eca2e4d0 docs/index.rst --- a/docs/index.rst Thu Nov 18 16:23:17 2010 +0100 +++ b/docs/index.rst Thu Nov 18 18:05:52 2010 +0100 @@ -3,12 +3,12 @@ Welcome to RhodeCode (RhodiumCode) documentation! ================================================= -``RhodeCode`` (formerly hg-app) is Pylons based repository management and -serving for mercurial_ and git_. It's similar to github or bitbucket, but -it's suppose to run as standalone app, it's open source and focuses more on -restricted access to repositories. There's no default free access to RhodeCode -You have to create an account in order to use the application. It's powered -by vcs_ library that we created to handle many various version control systems. +``RhodeCode`` (formerly hg-app) is Pylons based Mercurial repository +browser/management with build in push/pull server and full text search. It's +similar to github or bitbucket, but it's suppose to run as standalone hosted +application, it's open source and focuses more on restricted access to +repositories. It's powered by vcs_ library that we created to handle many +various version control systems. RhodeCode uses `Semantic Versioning `_ @@ -78,14 +78,12 @@ - code review (probably based on hg-review) - full git_ support, with push/pull server - project grouping -- anonymous access -- +- redmine integration - commit based build in wiki system - clone points and cloning from remote repositories into rhodecode (git_ and mercurial_) - more statistics and graph (global annotation + some more statistics) - user customized activity dashboards -- some cache optimizations - other cools stuff that i can figure out (or You can help me figure out) License diff -r 1f8546ccccdd -r 9985eca2e4d0 setup.py --- a/setup.py Thu Nov 18 16:23:17 2010 +0100 +++ b/setup.py Thu Nov 18 18:05:52 2010 +0100 @@ -34,7 +34,7 @@ #additional files that goes into package itself package_data = {'rhodecode': ['i18n/*/LC_MESSAGES/*.mo', ], } -description = ('Mercurial and Git repository browser/management with ' +description = ('Mercurial repository browser/management with ' 'build in push/pull server and full text search') #long description try: