changeset 727:0ab5deeedbdf beta

readme update and fixed whoosh version 1.3.3 has error
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 19 Nov 2010 02:59:37 +0100
parents 04c4e5f94cee
children f1629c0c28cc 6f05265eab14
files README.rst setup.py
diffstat 2 files changed, 8 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/README.rst	Fri Nov 19 03:00:05 2010 +0100
+++ b/README.rst	Fri Nov 19 02:59:37 2010 +0100
@@ -2,12 +2,12 @@
 RhodeCode (RhodiumCode)
 =======================
 
-``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/>`_
 
@@ -72,14 +72,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	Fri Nov 19 03:00:05 2010 +0100
+++ b/setup.py	Fri Nov 19 02:59:37 2010 +0100
@@ -9,7 +9,7 @@
         "vcs>=0.1.10",
         "pygments>=1.3.0",
         "mercurial>=1.6.4",
-        "whoosh>=1.3.3",
+        "whoosh>=1.3.1",
         "celery>=2.1.3",
         "py-bcrypt",
         "babel",