changeset 717:9985eca2e4d0 beta

updated docs and setup.py docs
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 18 Nov 2010 18:05:52 +0100
parents 1f8546ccccdd
children 7df3855bf6c7
files docs/index.rst setup.py
diffstat 2 files changed, 8 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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 <http://semver.org/>`_
 
@@ -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
--- 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: