Code

prelim announcement
[roundup.git] / doc / announcement.txt
1 =================================================
2 SC-Track Roundup 0.5.2 - an issue tracking system
3 =================================================
5 This is a bugfix release for version 0.5.x - if you're upgrading from before
6 that, you *must* read doc/upgrading.txt!
8 Unfortunately, the Zope frontend for Roundup is currently broken, with no
9 fix in the forseeable future.
11 Roundup requires python 2.1.3 or later for correct operation. Users of the
12 sqlite backend are encouraged to upgrade sqlite to version 2.7.3.
14 We've had a good crack at bugs (thanks to all who contributed!):
17 Source and documentation is available at the website:
18      http://roundup.sourceforge.net/
19 Release Info (via download page):
20      http://sourceforge.net/projects/roundup
21 Mailing lists - the place to ask questions:
22      http://sourceforge.net/mail/?group_id=31577
25 About Roundup
26 =============
28 Roundup is a simple-to-use and -install issue-tracking system with 
29 command-line, web and e-mail interfaces. It is based on the winning design 
30 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
32 Note: Ping is not responsible for this project. The contact for this project 
33 is richard@users.sourceforge.net.
35 Roundup manages a number of issues (with flexible properties such as 
36 "description", "priority", and so on) and provides the ability to:
38 (a) submit new issues,
39 (b) find and edit existing issues, and
40 (c) discuss issues with other participants.
42 The system will facilitate communication among the participants by managing
43 discussions and notifying interested parties when issues are edited. One of
44 the major design goals for Roundup that it be simple to get going. Roundup
45 is therefore usable "out of the box" with any python 2.1+ installation. It
46 doesn't even need to be "installed" to be operational, though a
47 disutils-based install script is provided.
49 It comes with two issue tracker templates (a classic bug/feature tracker and
50 a minimal skeleton) and six database back-ends (anydbm, bsddb, bsddb3, sqlite,
51 metakit and gadfly).