diff 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
line wrap: on
line diff
--- a/README.rst	Fri Mar 18 19:09:41 2011 +0100
+++ b/README.rst	Mon Mar 21 22:34:13 2011 +0100
@@ -34,7 +34,7 @@
 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 @@
 
 - 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 @@
 
    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/