Skip to content

Commit a8abc88

Browse files
author
Richard Jones
committed
merged fix from maint-0-5
1 parent 560dffe commit a8abc88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/installation.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Installing Roundup
33
==================
44

5-
:Version: $Revision: 1.28 $
5+
:Version: $Revision: 1.29 $
66

77
.. contents::
88

@@ -69,7 +69,7 @@ installation:
6969
2. then optionally `configure a web interface`_
7070
3. and optionally `configure an email interface`_
7171
4. `shared environment steps`_ to take if you're installing on a shared
72-
UNIX machine and want to restrict local access to roundup
72+
UNIX machine and want to restrict local access to roundup
7373

7474
Most users will only need to follow the first step, since the environment will
7575
be a trusted one.
@@ -173,11 +173,11 @@ There's several to choose from, each with benefits and limitations:
173173
**bsddb3**
174174
Again, this effectively the same as anydbm, but uses the bsddb3 backend.
175175
This allows it to gain some performance and scaling benefits.
176-
**sqlite_**
176+
**sqlite**
177177
This uses the SQLite_ embedded RDBMS to provide a fast, scaleable backend.
178178
There are no limitations, and it's much faster and more scaleable than the
179179
dbm backends.
180-
**metakit_**
180+
**metakit**
181181
This backend is implemented over the metakit_ storage system, using Mk4Py as
182182
the interface. It scales much better than the dbm backends.
183183
**gadfly**

0 commit comments

Comments
 (0)