Skip to content

Commit 708931f

Browse files
author
Richard Jones
committed
doc changes
1 parent 1670690 commit 708931f

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

doc/announcement.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
I'm proud to release this 7th major feature release of Roundup. Version 0.7
2-
introduces far too many features to list here so I've put together a What's
3-
New page:
1+
I'm proud to release this 7th major feature release of Roundup.
2+
3+
Version 0.7 introduces far too many features to list here so I've put
4+
together a What's New page:
45

56
http://roundup.sourceforge.net/doc-0.7/whatsnew-0.7.html
67

doc/features.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

doc/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ implement this system on their time.
6262

6363
Thanks also to the many people on the mailing list, in the sourceforge
6464
project and those who just report bugs:
65-
Eddie Parker,
6665
Thomas Arendsen Hein,
6766
Anthony Baxter,
6867
Bo Berglund,
@@ -105,6 +104,7 @@ John F Meinel Jr,
105104
Truls E. N�ss,
106105
Patrick Ohly,
107106
Luke Opperman,
107+
Eddie Parker,
108108
Will Partain,
109109
Ewout Prangsma,
110110
Bernhard Reiter,

doc/installation.txt

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

5-
:Version: $Revision: 1.75 $
5+
:Version: $Revision: 1.76 $
66

77
.. contents::
88

@@ -267,6 +267,7 @@ Name Speed Users Support
267267
========== =========== ===== ==============================
268268
anydbm Slowest Few Always available
269269
bsddb Slow Few Usually available
270+
bsddb3 Slow Few Needs install (pybsddb_)
270271
sqlite Fastest(*) Few Needs install (PySQLite_)
271272
metakit Fastest(*) Few Needs install (metakit_)
272273
postgresql Fast Many Needs install/admin (psycopg_)
@@ -631,6 +632,7 @@ Next: `User Guide`_
631632
.. _`customising roundup`: customizing.html
632633
.. _`upgrading document`: upgrading.html
633634
.. _`administration guide`: admin_guide.html
635+
.. _pybsddb: http://pybsddb.sourceforge.net/
634636
.. _pysqlite: http://pysqlite.sourceforge.net/
635637
.. _metakit: http://www.equi4.com/metakit/
636638
.. _Psycopg: http://initd.org/software/initd/psycopg

0 commit comments

Comments
 (0)