Code

new CSS
[roundup.git] / doc / announcement.txt
1 =================================================
2 SC-Track Roundup 0.4.1 - an issue tracking system
3 =================================================
5 If you are upgrading please read MIGRATION.txt.
7 Roundup requires python 2.1.1 for correct operation. Support for dumbdbm
8 requires python 2.1.2 or 2.2.
10 Big stuff in this release:
12 - Users may register alternate addresses they might send e-mail from
13 - Splitting of file storage in the backend into multiple directories
14 - Better handling of 8-bit e-mail messages
15 - Nicer configuration of web headers
16 - Popup help for multilink classes
17 - Cleanups in the date classes
18 - Much, much more: see the CHANGES file for details.
20 Source and documentation is available at the website:
21      http://roundup.sourceforge.net/
22 Release Info (via download page):
23      http://sourceforge.net/projects/roundup
24 Mailing lists - the place to ask questions:
25      http://sourceforge.net/mail/?group_id=31577
29 About Roundup
30 =============
32 Roundup is a simple-to-use and -install issue-tracking system with 
33 command-line, web and e-mail interfaces. It is based on the winning design 
34 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
36 Note: Ping is not responsible for this project. The contact for this project 
37 is richard@users.sourceforge.net.
39 Roundup manages a number of issues (with flexible properties such as 
40 "description", "priority", and so on) and provides the ability to:
42 (a) submit new issues,
43 (b) find and edit existing issues, and
44 (c) discuss issues with other participants.
46 The system will facilitate communication among the participants by managing
47 discussions and notifying interested parties when issues are edited. One of
48 the major design goals for Roundup that it be simple to get going. Roundup
49 is therefore usable "out of the box" with any python 2.0+ installation. It
50 doesn't even need to be "installed" to be operational, though a
51 disutils-based install script is provided.
53 It comes with two issue tracker templates and three database back-ends.