@@ -14,14 +14,16 @@ from Ka-Ping Yee in the Software Carpentry "Track" design competition.
1414 - requires *no* additional support software - python (2.1+) is
1515 enough to get you going
1616 - easy to set up higher-performance storage backends like sqlite_,
17- metakit_, mysql and postgresql
17+ metakit_, mysql_ and postgresql_
1818
1919*simple to use*
2020 - accessible through the web, email, command-line or Python programs
2121 - may be used to track bugs, features, user feedback, sales opportunities,
2222 milestones, ...
2323 - keeps a full history of changes to issues with configurable verbosity
2424 - issues have their own mini mailing list (nosy list)
25+ - users may sign themselves up, there may be automatic signup for
26+ incoming email and users may handle their own password reset requests
2527
2628*highly configurable*
2729 - web interface HTML is fully editable
@@ -31,7 +33,8 @@ from Ka-Ping Yee in the Software Carpentry "Track" design competition.
3133 - customised automatic auditors and reactors may be written that perform
3234 actions before and after changes are made to entries in the database,
3335 or may veto the creation or modification of items int he database
34- - samples are provided for all types of configuration changes
36+ - samples are provided for all manner of configuration changes and
37+ customisations
3538
3639*fast, scalable*
3740 - with the sqlite, metakit, mysql and postgresql backends, roundup is
@@ -63,6 +66,12 @@ from Ka-Ping Yee in the Software Carpentry "Track" design competition.
6366 - email change messages generated by roundup appear to be sent by the
6467 person who made the change, but responses will go back through the nosy
6568 list by default
69+ - flexible access control built around Permissions and Roles with assigned
70+ Permissions
71+ - generates valid HTML4 or XHTML
72+ - detects concurrent user changes
73+ - saving and editing of user-defined queries which may optionally be
74+ shared with other users
6675
6776*e-mail interface*
6877 - may be set up using sendmail-like delivery alias, POP polling or mailbox
@@ -91,4 +100,6 @@ from Ka-Ping Yee in the Software Carpentry "Track" design competition.
91100
92101.. _sqlite: http://www.hwaci.com/sw/sqlite/
93102.. _metakit: http://www.equi4.com/metakit/
103+ .. _mysql: http://sourceforge.net/projects/mysql-python
104+ .. _postgresql: http://initd.org/software/initd/psycopg
94105
0 commit comments