diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ Source code The latest source for RhodeCode can be obtained from official RhodeCode instance https://hg.rhodecode.org -Rarely updated source code and issue tracker is available at bitbcuket +Rarely updated source code and issue tracker is available at bitbucket http://bitbucket.org/marcinkuzminski/rhodecode Installation @@ -48,8 +48,8 @@ RhodeCode Features - Has it's own middleware to handle mercurial_ protocol requests. Each request can be logged and authenticated. -- Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous. Supports http/https - and LDAP +- Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous. + Supports http/https and LDAP - Full permissions (private/read/write/admin) and authentication per project. One account for web interface and mercurial_ push/pull/clone operations. - Mako templates let's you customize the look and feel of the application. @@ -116,12 +116,12 @@ You may also build the documentation for make html -(You need to have sphinx installed to build the documentation. If you don't -have sphinx installed you can install it via the command: ``easy_install sphinx``) +(You need to have sphinx_ installed to build the documentation. If you don't +have sphinx_ installed you can install it via the command: ``easy_install sphinx``) .. _virtualenv: http://pypi.python.org/pypi/virtualenv .. _python: http://www.python.org/ -.. _django: http://www.djangoproject.com/ +.. _sphinx: http://sphinx.pocoo.org/ .. _mercurial: http://mercurial.selenic.com/ .. _bitbucket: http://bitbucket.org/ .. _subversion: http://subversion.tigris.org/