comparison README.rst @ 2035:65e2ecfc433d

merge beta into stable
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 26 Feb 2012 19:15:30 +0200
parents 82a88013a3fd 3816bf3d0a5b
children dc2584ba5fbc
comparison
equal deleted inserted replaced
2033:abe75448253c 2035:65e2ecfc433d
9 with a built in push/pull server and full text search and code-review. 9 with a built in push/pull server and full text search and code-review.
10 It works on http/https and has a built in permission/authentication system with 10 It works on http/https and has a built in permission/authentication system with
11 the ability to authenticate via LDAP or ActiveDirectory. RhodeCode also provides 11 the ability to authenticate via LDAP or ActiveDirectory. RhodeCode also provides
12 simple API so it's easy integrable with existing external systems. 12 simple API so it's easy integrable with existing external systems.
13 13
14 RhodeCode is similar in some respects to github or bitbucket_, 14 RhodeCode is similar in some respects to github_ or bitbucket_,
15 however RhodeCode can be run as standalone hosted application on your own server. 15 however RhodeCode can be run as standalone hosted application on your own server.
16 It is open source and donation ware and focuses more on providing a customized, 16 It is open source and donation ware and focuses more on providing a customized,
17 self administered interface for Mercurial and GIT repositories. 17 self administered interface for Mercurial_ and GIT_ repositories.
18 RhodeCode is powered by a vcs_ library that Lukasz Balcerzak and I created to 18 RhodeCode is powered by a vcs_ library that Lukasz Balcerzak and I created to
19 handle multiple different version control systems. 19 handle multiple different version control systems.
20 20
21 RhodeCode uses `Semantic Versioning <http://semver.org/>`_ 21 RhodeCode uses `Semantic Versioning <http://semver.org/>`_
22 22
139 139
140 140
141 - Join #rhodecode on FreeNode (irc.freenode.net) 141 - Join #rhodecode on FreeNode (irc.freenode.net)
142 or use http://webchat.freenode.net/?channels=rhodecode for web access to irc. 142 or use http://webchat.freenode.net/?channels=rhodecode for web access to irc.
143 143
144 - You can also follow me on twitter @marcinkuzminski where i often post some 144 - You can also follow me on twitter **@marcinkuzminski** where i often post some
145 news about RhodeCode 145 news about RhodeCode
146 146
147 147
148 Online documentation 148 Online documentation
149 -------------------- 149 --------------------