diff doc/features.txt @ 2258:c8f426142289

doc changes
author Richard Jones <richard@users.sourceforge.net>
date Thu, 06 May 2004 01:44:14 +0000
parents 9b447ac40be3
children f47ab53269cd
line wrap: on
line diff
--- a/doc/features.txt	Thu May 06 01:33:29 2004 +0000
+++ b/doc/features.txt	Thu May 06 01:44:14 2004 +0000
@@ -14,7 +14,7 @@
  - requires *no* additional support software - python (2.1+) is
    enough to get you going
  - easy to set up higher-performance storage backends like sqlite_,
-   metakit_, mysql and postgresql
+   metakit_, mysql_ and postgresql_
 
 *simple to use*
  - accessible through the web, email, command-line or Python programs
@@ -22,6 +22,8 @@
    milestones, ...
  - keeps a full history of changes to issues with configurable verbosity
  - issues have their own mini mailing list (nosy list)
+ - users may sign themselves up, there may be automatic signup for
+   incoming email and users may handle their own password reset requests
 
 *highly configurable*
  - web interface HTML is fully editable
@@ -31,7 +33,8 @@
  - customised automatic auditors and reactors may be written that perform
    actions before and after changes are made to entries in the database,
    or may veto the creation or modification of items int he database
- - samples are provided for all types of configuration changes
+ - samples are provided for all manner of configuration changes and
+   customisations
 
 *fast, scalable*
  - with the sqlite, metakit, mysql and postgresql backends, roundup is
@@ -63,6 +66,12 @@
  - email change messages generated by roundup appear to be sent by the
    person who made the change, but responses will go back through the nosy
    list by default
+ - flexible access control built around Permissions and Roles with assigned
+   Permissions
+ - generates valid HTML4 or XHTML
+ - detects concurrent user changes
+ - saving and editing of user-defined queries which may optionally be
+   shared with other users
 
 *e-mail interface*
  - may be set up using sendmail-like delivery alias, POP polling or mailbox
@@ -91,4 +100,6 @@
 
 .. _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/