comparison README.rst @ 1123:9472a0150bf0 beta

docs update
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 09 Mar 2011 20:46:43 +0100
parents 615c1bc11889
children a31b0bf8c9a7
comparison
equal deleted inserted replaced
1122:31e82d872631 1123:9472a0150bf0
6 ``RhodeCode`` (formerly hg-app) is a Pylons framework based Mercurial repository 6 ``RhodeCode`` (formerly hg-app) is a Pylons framework based Mercurial repository
7 browser/management tool with a built in push/pull server and full text search. 7 browser/management tool with a built in push/pull server and full text search.
8 It works on http/https and has a built in permission/authentication system with 8 It works on http/https and has a built in permission/authentication system with
9 the ability to authenticate via LDAP. 9 the ability to authenticate via LDAP.
10 10
11 RhodeCode is similar in some respects to github or bitbucket, 11 RhodeCode is similar in some respects to github or bitbucket_,
12 however RhodeCode can be run as standalone hosted application on your own server. 12 however RhodeCode can be run as standalone hosted application on your own server.
13 It is open source and donation ware and focuses more on providing a customized, 13 It is open source and donation ware and focuses more on providing a customized,
14 self administered interface for Mercurial(and soon GIT) repositories. 14 self administered interface for Mercurial(and soon GIT) repositories.
15 RhodeCode is powered by a vcs_ library that Lukasz Balcerzak and I created to 15 RhodeCode is powered by a vcs_ library that Lukasz Balcerzak and I created to
16 handle multiple different version control systems. 16 handle multiple different version control systems.
55 - Have built in users groups for easier permission management 55 - Have built in users groups for easier permission management
56 - Users can fork other users repo. RhodeCode have also compare view to see 56 - Users can fork other users repo. RhodeCode have also compare view to see
57 combined changeset for all changeset made within single push. 57 combined changeset for all changeset made within single push.
58 - Mako templates let's you customize the look and feel of the application. 58 - Mako templates let's you customize the look and feel of the application.
59 - Beautiful diffs, annotations and source code browsing all colored by pygments. Raw 59 - Beautiful diffs, annotations and source code browsing all colored by pygments. Raw
60 diffs are made in git-diff format, including git binary-patches 60 diffs are made in git-diff format, including git_ binary-patches
61 - Mercurial_ branch graph and yui-flot powered graphs with zooming and statistics 61 - Mercurial_ branch graph and yui-flot powered graphs with zooming and statistics
62 - Admin interface with user/permission management. Admin activity journal, logs 62 - Admin interface with user/permission management. Admin activity journal, logs
63 pulls, pushes, forks, registrations and other actions made by all users. 63 pulls, pushes, forks, registrations and other actions made by all users.
64 - Server side forks. It is possible to fork a project and modify it freely without 64 - Server side forks. It is possible to fork a project and modify it freely without
65 breaking the main repository. You can even write Your own hooks and install 65 breaking the main repository. You can even write Your own hooks and install
125 125
126 .. _virtualenv: http://pypi.python.org/pypi/virtualenv 126 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
127 .. _python: http://www.python.org/ 127 .. _python: http://www.python.org/
128 .. _django: http://www.djangoproject.com/ 128 .. _django: http://www.djangoproject.com/
129 .. _mercurial: http://mercurial.selenic.com/ 129 .. _mercurial: http://mercurial.selenic.com/
130 .. _bitbucket: http://bitbucket.org/
130 .. _subversion: http://subversion.tigris.org/ 131 .. _subversion: http://subversion.tigris.org/
131 .. _git: http://git-scm.com/ 132 .. _git: http://git-scm.com/
132 .. _celery: http://celeryproject.org/ 133 .. _celery: http://celeryproject.org/
133 .. _Sphinx: http://sphinx.pocoo.org/ 134 .. _Sphinx: http://sphinx.pocoo.org/
134 .. _GPL: http://www.gnu.org/licenses/gpl.html 135 .. _GPL: http://www.gnu.org/licenses/gpl.html