comparison README.rst @ 1216:8363b0d20c41

fixes for stable
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 05 Apr 2011 18:01:19 +0200
parents c5af1d3c861f
children bf263968da47
comparison
equal deleted inserted replaced
1215:8a153dba7033 1216:8363b0d20c41
29 - password: demo 29 - password: demo
30 30
31 Source code 31 Source code
32 ----------- 32 -----------
33 33
34 The latest source for RhodeCode can be obtained from official RhodeCode instance 34 The latest sources 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 bitbucket 37
38 MIRRORS:
39
40 Issue tracker and sources at bitbucket_
41
38 http://bitbucket.org/marcinkuzminski/rhodecode 42 http://bitbucket.org/marcinkuzminski/rhodecode
43
44 Sources at github_
45
46 https://github.com/marcinkuzminski/rhodecode
39 47
40 Installation 48 Installation
41 ------------ 49 ------------
42 50
43 Please visit http://packages.python.org/RhodeCode/installation.html 51 Please visit http://packages.python.org/RhodeCode/installation.html
46 RhodeCode Features 54 RhodeCode Features
47 ------------------ 55 ------------------
48 56
49 - Has it's own middleware to handle mercurial_ protocol requests. 57 - Has it's own middleware to handle mercurial_ protocol requests.
50 Each request can be logged and authenticated. 58 Each request can be logged and authenticated.
51 - Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous. 59 - Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous.
52 Supports http/https and LDAP 60 Supports http/https and LDAP
53 - Full permissions (private/read/write/admin) and authentication per project. 61 - Full permissions (private/read/write/admin) and authentication per project.
54 One account for web interface and mercurial_ push/pull/clone operations. 62 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. 63 - 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. 64 - Beautiful diffs, annotations and source code browsing all colored by pygments.
92 - Other advancements as development continues (or you can of course make additions and or requests) 100 - Other advancements as development continues (or you can of course make additions and or requests)
93 101
94 License 102 License
95 ------- 103 -------
96 104
97 ``RhodeCode`` is released under the GPL_ license. 105 ``RhodeCode`` is released under the GPLv3 license.
98 106
99 107
100 Mailing group Q&A 108 Mailing group Q&A
101 ----------------- 109 -----------------
102 110
115 You may also build the documentation for yourself - go into ``docs/`` and run:: 123 You may also build the documentation for yourself - go into ``docs/`` and run::
116 124
117 make html 125 make html
118 126
119 (You need to have sphinx_ installed to build the documentation. If you don't 127 (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``) 128 have sphinx_ installed you can install it via the command:
129 ``easy_install sphinx``)
121 130
122 .. _virtualenv: http://pypi.python.org/pypi/virtualenv 131 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
123 .. _python: http://www.python.org/ 132 .. _python: http://www.python.org/
124 .. _sphinx: http://sphinx.pocoo.org/ 133 .. _sphinx: http://sphinx.pocoo.org/
125 .. _mercurial: http://mercurial.selenic.com/ 134 .. _mercurial: http://mercurial.selenic.com/
126 .. _bitbucket: http://bitbucket.org/ 135 .. _bitbucket: http://bitbucket.org/
136 .. _github: http://github.com/
127 .. _subversion: http://subversion.tigris.org/ 137 .. _subversion: http://subversion.tigris.org/
128 .. _git: http://git-scm.com/ 138 .. _git: http://git-scm.com/
129 .. _celery: http://celeryproject.org/ 139 .. _celery: http://celeryproject.org/
130 .. _Sphinx: http://sphinx.pocoo.org/ 140 .. _Sphinx: http://sphinx.pocoo.org/
131 .. _GPL: http://www.gnu.org/licenses/gpl.html
132 .. _vcs: http://pypi.python.org/pypi/vcs 141 .. _vcs: http://pypi.python.org/pypi/vcs