comparison README.rst @ 1512:bf263968da47

merge beta in stable branch
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 07 Oct 2011 01:08:50 +0200
parents 8363b0d20c41 dc16211e7292
children c252049af24c
comparison
equal deleted inserted replaced
1329:e058df3ff2b4 1512:bf263968da47
1
2 ================================================= 1 =================================================
3 Welcome to RhodeCode (RhodiumCode) documentation! 2 Welcome to RhodeCode (RhodiumCode) documentation!
4 ================================================= 3 =================================================
5 4
6 ``RhodeCode`` (formerly hg-app) is a Pylons framework based Mercurial repository 5 ``RhodeCode`` (formerly hg-app) is a Pylons framework based Mercurial repository
24 23
25 The default access is anonymous but you can login to an administrative account 24 The default access is anonymous but you can login to an administrative account
26 using the following credentials: 25 using the following credentials:
27 26
28 - username: demo 27 - username: demo
29 - password: demo 28 - password: demo12
30 29
31 Source code 30 Source code
32 ----------- 31 -----------
33 32
34 The latest sources can be obtained from official RhodeCode instance 33 The latest sources can be obtained from official RhodeCode instance
35 https://hg.rhodecode.org 34 https://secure.rhodecode.org
36 35
37 36
38 MIRRORS: 37 MIRRORS:
39 38
40 Issue tracker and sources at bitbucket_ 39 Issue tracker and sources at bitbucket_
58 Each request can be logged and authenticated. 57 Each request can be logged and authenticated.
59 - Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous. 58 - Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous.
60 Supports http/https and LDAP 59 Supports http/https and LDAP
61 - Full permissions (private/read/write/admin) and authentication per project. 60 - Full permissions (private/read/write/admin) and authentication per project.
62 One account for web interface and mercurial_ push/pull/clone operations. 61 One account for web interface and mercurial_ push/pull/clone operations.
62 - Have built in users groups for easier permission management
63 - Repository groups let you group repos and manage them easier.
64 - Users can fork other users repo. RhodeCode have also compare view to see
65 combined changeset for all changeset made within single push.
66 - Build in commit-api let's you add, edit and commit files right from RhodeCode
67 interface using simple editor or upload form for binaries.
63 - Mako templates let's you customize the look and feel of the application. 68 - Mako templates let's you customize the look and feel of the application.
64 - Beautiful diffs, annotations and source code browsing all colored by pygments. 69 - Beautiful diffs, annotations and source code browsing all colored by pygments.
70 Raw diffs are made in git-diff format, including git_ binary-patches
65 - Mercurial_ branch graph and yui-flot powered graphs with zooming and statistics 71 - Mercurial_ branch graph and yui-flot powered graphs with zooming and statistics
66 - Admin interface with user/permission management. Admin activity journal, logs 72 - Admin interface with user/permission management. Admin activity journal, logs
67 pulls, pushes, forks, registrations and other actions made by all users. 73 pulls, pushes, forks, registrations and other actions made by all users.
68 - Server side forks. It is possible to fork a project and modify it freely without 74 - Server side forks. It is possible to fork a project and modify it freely
69 breaking the main repository. 75 without breaking the main repository. You can even write Your own hooks
76 and install them
70 - Full text search powered by Whoosh on the source files, and file names. 77 - Full text search powered by Whoosh on the source files, and file names.
71 Build in indexing daemons, with optional incremental index build 78 Build in indexing daemons, with optional incremental index build
72 (no external search servers required all in one application) 79 (no external search servers required all in one application)
73 - Setup project descriptions and info inside built in db for easy, non 80 - Setup project descriptions and info inside built in db for easy, non
74 file-system operations 81 file-system operations
75 - Intelligent cache with invalidation after push or project change, provides high 82 - Intelligent cache with invalidation after push or project change, provides
76 performance and always up to date data. 83 high performance and always up to date data.
77 - Rss / atom feeds, gravatar support, download sources as zip/tar/gz 84 - Rss / atom feeds, gravatar support, download sources as zip/tar/gz
78 - Async tasks for speed and performance using celery_ (works without them too) 85 - Async tasks for speed and performance using celery_ (works without them too)
79 - Backup scripts can do backup of whole app and send it over scp to desired 86 - Backup scripts can do backup of whole app and send it over scp to desired
80 location 87 location
81 - Based on pylons / sqlalchemy / sqlite / whoosh / vcs 88 - Based on pylons / sqlalchemy / sqlite / whoosh / vcs
85 92
86 93
87 Incoming / Plans 94 Incoming / Plans
88 ---------------- 95 ----------------
89 96
90 - Project grouping 97 - Finer granular permissions per branch, repo group or subrepo
91 - User groups/teams 98 - pull requests and web based merges
99 - notification and message system
92 - SSH based authentication with server side key management 100 - SSH based authentication with server side key management
93 - Code review (probably based on hg-review) 101 - Code review (probably based on hg-review)
94 - Full git_ support, with push/pull server (currently in beta tests) 102 - Full git_ support, with push/pull server (currently in beta tests)
95 - Redmine integration 103 - Redmine and other bugtrackers integration
96 - Public accessible activity feeds
97 - Commit based built in wiki system 104 - Commit based built in wiki system
98 - Clone points and cloning from remote repositories into RhodeCode
99 - More statistics and graph (global annotation + some more statistics) 105 - More statistics and graph (global annotation + some more statistics)
100 - Other advancements as development continues (or you can of course make additions and or requests) 106 - Other advancements as development continues (or you can of course make
107 additions and or requests)
101 108
102 License 109 License
103 ------- 110 -------
104 111
105 ``RhodeCode`` is released under the GPLv3 license. 112 ``RhodeCode`` is released under the GPLv3 license.