# HG changeset patch # User Marcin Kuzminski # Date 2011-07-01 19:41:55 # Node ID 9c6f39430affb020957215c1632a8112c6527d31 # Parent adcfbe0fb4537fa3382c80c579d79669a2ee964d Docs updates diff --git a/README.rst b/README.rst old mode 100644 new mode 100755 --- a/README.rst +++ b/README.rst @@ -1,4 +1,3 @@ - ================================================= Welcome to RhodeCode (RhodiumCode) documentation! ================================================= @@ -61,8 +60,11 @@ RhodeCode Features - 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 @@ RhodeCode Features 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