Code

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