diff doc/features.txt @ 3935:1dab48842cbd

Throwing up hands in resignation and finally deleting the metakit backend. It's just too out-of-sync with the rest of Roundup's backends and has fundamental compatibility issues. Also, I've never really understood the code.
author Richard Jones <richard@users.sourceforge.net>
date Fri, 26 Oct 2007 06:52:26 +0000
parents cf6c45201980
children d0a3ac73b4c1
line wrap: on
line diff
--- a/doc/features.txt	Fri Oct 26 01:34:43 2007 +0000
+++ b/doc/features.txt	Fri Oct 26 06:52:26 2007 +0000
@@ -15,7 +15,7 @@
  - requires *no* additional support software - python (2.3+) is
    enough to get you going
  - easy to set up higher-performance storage backends like sqlite_,
-   metakit_, mysql_ and postgresql_
+   mysql_ and postgresql_
 
 *simple to use*
  - accessible through the web, email, command-line or Python programs
@@ -40,11 +40,11 @@
    customisations
 
 *fast, scalable*
- - with the sqlite, metakit, mysql and postgresql backends, roundup is
+ - with the sqlite, mysql and postgresql backends, roundup is
    also fast and scalable, easily handling thousands of issues and users
    with decent response times
  - database indexes are automatically added for those backends that
-   support them (sqlite, metakit, mysql and postgresql)
+   support them (sqlite, mysql and postgresql)
  - indexed text searching giving fast responses to searches across all
    messages and indexed string properties
  - support for the Xapian full-text indexing engine for large trackers
@@ -108,7 +108,6 @@
    XMLRPC calls
 
 .. _sqlite: http://www.hwaci.com/sw/sqlite/
-.. _metakit: http://www.equi4.com/metakit/
 .. _mysql: http://sourceforge.net/projects/mysql-python
 .. _postgresql: http://initd.org/software/initd/psycopg
 

Roundup Issue Tracker: http://roundup-tracker.org/