changeset 1405:9c6f39430aff beta

Docs updates
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 01 Jul 2011 19:41:55 +0200
parents adcfbe0fb453
children a773087f5e42
files README.rst
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README.rst	Fri Jul 01 16:25:20 2011 +0200
+++ b/README.rst	Fri Jul 01 19:41:55 2011 +0200
@@ -1,4 +1,3 @@
-
 =================================================
 Welcome to RhodeCode (RhodiumCode) documentation!
 =================================================
@@ -61,8 +60,11 @@
 - Full permissions (private/read/write/admin) and authentication per project. 
   One account for web interface and mercurial_ push/pull/clone operations.
 - Have built in users groups for easier permission management
+- Repository groups let you group repos and manage them easier.
 - Users can fork other users repo. RhodeCode have also compare view to see
   combined changeset for all changeset made within single push.
+- Build in commit-api let's you edit and commit files right from RhodeCode
+  interface using simple editor.
 - Mako templates let's you customize the look and feel of the application.
 - Beautiful diffs, annotations and source code browsing all colored by pygments. 
   Raw diffs are made in git-diff format, including git_ binary-patches
@@ -92,14 +94,11 @@
 Incoming / Plans
 ----------------
 
-- Project grouping
-- Server side tagging
-- Server side code edit
 - Finer granular permissions (per branch or subrepo)
 - SSH based authentication with server side key management
 - Code review (probably based on hg-review)
 - Full git_ support, with push/pull server (currently in beta tests)
-- Redmine integration
+- Redmine and other bugtrackers integration
 - Commit based built in wiki system
 - More statistics and graph (global annotation + some more statistics)
 - Other advancements as development continues (or you can of course make