Code

Documentation cleanup, added info for potential (and current) developers
[roundup.git] / doc / index.txt
1 =======================================================
2 Roundup: an Issue-Tracking System for Knowledge Workers
3 =======================================================
5 Contents
6 ========
8 - Overview_
9 - Installation_
10 - `Getting Started`_
11 - `User Guide`_
12 - `Customising Roundup`_
13 - `Roundup's Design Document`_
14 - `Developing Roundup`_
15 - Contact_
16 - Acknowledgements_
17 - License_
19 .. _Overview: overview.html
20 .. _Installation: installation.html
21 .. _`Getting Started`: getting_started.html
22 .. _`User Guide`: user_guide.html
23 .. _`Customising Roundup`: customizing.html
24 .. _`Developing Roundup`: developers.html
25 .. _`Roundup's Design Document`: spec.html
28 Contact
29 =======
31 For general support enquiries about usage, a mailing list is available:
33     roundup-users@sourceforge.net
35 If you've got a great idea for roundup, or have found a bug, please
36 submit
37 an issue to the tracker at: 
39     http://sourceforge.net/tracker/?group_id=31577
41 For discussions about developing or enhancing roundup:
43     roundup-devel@sourceforge.net
45 The admin for this project is Richard Jones:
47     richard@users.sourceforge.net
49 but he should only be contacted directly when none of the
50 above avenues of contact are suitable.
53 Acknowledgements
54 ================
56 Go Ping, you rock! Also, go Bizar Software and ekit.com for letting me
57 implement this system on their time.
59 Thanks also to the many people on the mailing list and in the sourceforge
60 project: Anthony Baxter, Juergen Hermann, Roch'e Compaan, Engelbert Gruber,
61 Titus Brown, Jeff Blaine and Patrick Ohly.
64 License
65 =======
67 Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/)
69 This module is free software, and you may redistribute it and/or modify
70 under the same terms as Python, so long as this copyright message and
71 disclaimer are retained in their original form.
73 IN NO EVENT SHALL BIZAR SOFTWARE PTY LTD BE LIABLE TO ANY PARTY FOR
74 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING
75 OUT OF THE USE OF THIS CODE, EVEN IF BIZAR SOFTWARE PTY LTD HAS BEEN
76 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
78 BIZAR SOFTWARE PTY LTD SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
79 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
80 FOR A PARTICULAR PURPOSE.  THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
81 BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
82 SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
85 The stylesheet included with this package has been copied from the Zope
86 management interface and presumably belongs to Digital Creations.