comparison README.rst @ 1165:c5af1d3c861f rhodecode-0.0.1.1.6

changes for rhodecode release 1.1.6
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 21 Mar 2011 22:34:13 +0100
parents 93b980ebee55
children 8363b0d20c41
comparison
equal deleted inserted replaced
1153:9ca53f5d95a1 1165:c5af1d3c861f
32 ----------- 32 -----------
33 33
34 The latest source for RhodeCode can be obtained from official RhodeCode instance 34 The latest source for RhodeCode can be obtained from official RhodeCode instance
35 https://hg.rhodecode.org 35 https://hg.rhodecode.org
36 36
37 Rarely updated source code and issue tracker is available at bitbcuket 37 Rarely updated source code and issue tracker is available at bitbucket
38 http://bitbucket.org/marcinkuzminski/rhodecode 38 http://bitbucket.org/marcinkuzminski/rhodecode
39 39
40 Installation 40 Installation
41 ------------ 41 ------------
42 42
46 RhodeCode Features 46 RhodeCode Features
47 ------------------ 47 ------------------
48 48
49 - Has it's own middleware to handle mercurial_ protocol requests. 49 - Has it's own middleware to handle mercurial_ protocol requests.
50 Each request can be logged and authenticated. 50 Each request can be logged and authenticated.
51 - Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous. Supports http/https 51 - Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous.
52 and LDAP 52 Supports http/https and LDAP
53 - Full permissions (private/read/write/admin) and authentication per project. 53 - Full permissions (private/read/write/admin) and authentication per project.
54 One account for web interface and mercurial_ push/pull/clone operations. 54 One account for web interface and mercurial_ push/pull/clone operations.
55 - Mako templates let's you customize the look and feel of the application. 55 - Mako templates let's you customize the look and feel of the application.
56 - Beautiful diffs, annotations and source code browsing all colored by pygments. 56 - Beautiful diffs, annotations and source code browsing all colored by pygments.
57 - Mercurial_ branch graph and yui-flot powered graphs with zooming and statistics 57 - Mercurial_ branch graph and yui-flot powered graphs with zooming and statistics
114 http://packages.python.org/RhodeCode/. 114 http://packages.python.org/RhodeCode/.
115 You may also build the documentation for yourself - go into ``docs/`` and run:: 115 You may also build the documentation for yourself - go into ``docs/`` and run::
116 116
117 make html 117 make html
118 118
119 (You need to have sphinx installed to build the documentation. If you don't 119 (You need to have sphinx_ installed to build the documentation. If you don't
120 have sphinx installed you can install it via the command: ``easy_install sphinx``) 120 have sphinx_ installed you can install it via the command: ``easy_install sphinx``)
121 121
122 .. _virtualenv: http://pypi.python.org/pypi/virtualenv 122 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
123 .. _python: http://www.python.org/ 123 .. _python: http://www.python.org/
124 .. _django: http://www.djangoproject.com/ 124 .. _sphinx: http://sphinx.pocoo.org/
125 .. _mercurial: http://mercurial.selenic.com/ 125 .. _mercurial: http://mercurial.selenic.com/
126 .. _bitbucket: http://bitbucket.org/ 126 .. _bitbucket: http://bitbucket.org/
127 .. _subversion: http://subversion.tigris.org/ 127 .. _subversion: http://subversion.tigris.org/
128 .. _git: http://git-scm.com/ 128 .. _git: http://git-scm.com/
129 .. _celery: http://celeryproject.org/ 129 .. _celery: http://celeryproject.org/