Mercurial > p > roundup > code
diff doc/index.txt @ 659:e429649ed124
More documentation cleanups.
- renamed .stx to .txt so they're identifiable as readable files.
- fixed FAQ and announcement formatting
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 13 Mar 2002 23:00:48 +0000 |
| parents | |
| children | c52122f38c9b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/index.txt Wed Mar 13 23:00:48 2002 +0000 @@ -0,0 +1,83 @@ +*Roundup: an Issue-Tracking System for Knowledge Workers* + +Contents +======== + +- Overview_ +- Installation_ +- `Getting Started`_ +- `User Guide`_ +- `Customising Roundup`_ +- `Roundup's Design Document`_ +- Contact_ +- Acknowledgements_ +- License_ + +.. _Overview: overview.html +.. _Installation: installation.html +.. _`Getting Started`: getting_started.html +.. _`User Guide`: user_guide.html +.. _`Customising Roundup`: customizing.html +.. _`Roundup's Design Document`: spec.html + + +Contact +======= + +For general support enquiries about usage, a mailing list is available: + + roundup-users@sourceforge.net + +If you've got a great idea for roundup, or have found a bug, please +submit +an issue to the tracker at: + + http://sourceforge.net/tracker/?group_id=31577 + +For discussions about developing or enhancing roundup: + + roundup-devel@sourceforge.net + +The admin for this project is Richard Jones: + + richard@users.sourceforge.net + +but he should only be contacted directly when none of the +above avenues of contact are suitable. + + +Acknowledgements +================ + +Go Ping, you rock! Also, go Bizar Software and ekit.com for letting me +implement this system on their time. + +Thanks also to the many people on the mailing list and in the sourceforge +project: Anthony Baxter, Juergen Hermann, Roch'e Compaan, Engelbert Gruber, +Titus Brown, Jeff Blaine and Patrick Ohly. + + +License +======= + +Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/) + +This module is free software, and you may redistribute it and/or modify +under the same terms as Python, so long as this copyright message and +disclaimer are retained in their original form. + +IN NO EVENT SHALL BIZAR SOFTWARE PTY LTD BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OF THIS CODE, EVEN IF BIZAR SOFTWARE PTY LTD HAS BEEN +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +BIZAR SOFTWARE PTY LTD SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" +BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, +SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + + +The stylesheet included with this package has been copied from the Zope +management interface and presumably belongs to Digital Creations. +
