comparison README.rst @ 5413:22a3fa3c4254

docs: cleanup of casing, markup and spacing of headings Mostly stuff found and fixed by Søren, extracted here to separate things. Other uses of title casing might be debatable, but here it was just a few documentation headings that clearly were inconsistent with the majority.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 20 Aug 2015 03:26:18 +0200
parents 11bc459d010b
children 5ae8e644aa88
comparison
equal deleted inserted replaced
5412:2079e864ce51 5413:22a3fa3c4254
43 43
44 The issue tracker and a repository mirror can be found at Bitbucket_ on 44 The issue tracker and a repository mirror can be found at Bitbucket_ on
45 https://bitbucket.org/conservancy/kallithea. 45 https://bitbucket.org/conservancy/kallithea.
46 46
47 47
48 48 Kallithea features
49 Kallithea Features
50 ------------------ 49 ------------------
51 50
52 - Has its own middleware to handle Mercurial_ and Git_ protocol requests. Each 51 - Has its own middleware to handle Mercurial_ and Git_ protocol requests. Each
53 request is authenticated and logged together with IP address. 52 request is authenticated and logged together with IP address.
54 - Built for speed and performance. You can make multiple pulls/pushes 53 - Built for speed and performance. You can make multiple pulls/pushes
160 database: 159 database:
161 160
162 - keep the database unconverted (intended for testing and evaluation) 161 - keep the database unconverted (intended for testing and evaluation)
163 - convert the database in a one-time step 162 - convert the database in a one-time step
164 163
165 Maintaining Interoperability 164 Maintaining interoperability
166 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 165 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
167 166
168 Interoperability with RhodeCode 2.2.X installations is provided so you don't 167 Interoperability with RhodeCode 2.2.X installations is provided so you don't
169 have to immediately commit to switching to Kallithea. This option will most 168 have to immediately commit to switching to Kallithea. This option will most
170 likely go away once the two projects have diverged significantly. 169 likely go away once the two projects have diverged significantly.
179 python setup.py install 178 python setup.py install
180 179
181 then you will find this location at 180 then you will find this location at
182 ``$VIRTUAL_ENV/lib/python2.7/site-packages/Kallithea-0.1-py2.7.egg/kallithea``. 181 ``$VIRTUAL_ENV/lib/python2.7/site-packages/Kallithea-0.1-py2.7.egg/kallithea``.
183 182
184 One-time Conversion 183 One-time conversion
185 ~~~~~~~~~~~~~~~~~~~ 184 ~~~~~~~~~~~~~~~~~~~
186 185
187 Alternatively, if you would like to convert the database for good, you can use 186 Alternatively, if you would like to convert the database for good, you can use
188 a helper script provided by Kallithea. This script will operate directly on the 187 a helper script provided by Kallithea. This script will operate directly on the
189 database, using the database string you can find in your ``production.ini`` (or 188 database, using the database string you can find in your ``production.ini`` (or