Skip to content

Commit a085836

Browse files
author
Richard Jones
committed
More doc fixes.
1 parent a8f4096 commit a085836

File tree

2 files changed

+55
-25
lines changed

2 files changed

+55
-25
lines changed

doc/customizing.stx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ instance is attempted.::
8484
Instance Schema
8585
---------------
8686

87-
Note: if you modify the schema, you'll most likely need to web_interface_to
88-
reflect_your_changes.
87+
Note: if you modify the schema, you'll most likely need to edit the
88+
`web interface`_ HTML template files to reflect your changes.
89+
8990
An instance schema defines what data is stored in the instance's database. The
9091
two schemas shipped with Roundup turn it into a typical software bug tracker
9192
(the extended schema allowing for support issues as well as bugs). Schemas are

doc/installation.stx

Lines changed: 52 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
*Roundup (0.4.1): An Issue-Tracking System for Knowledge Workers*
1+
Installing Roundup
2+
==================
23

34
`Table of contents`_
45

56
- Overview_
7+
8+
- `Classic Template`_
9+
- `Extended Template`_
10+
611
- Prerequisites_
712

813
- `Testing your Python`_
@@ -15,7 +20,46 @@
1520
Overview
1621
========
1722

18-
TODO
23+
Broken out separately, there are several conceptual pieces to a
24+
Roundup installation:
25+
26+
Roundup support code
27+
Installed into your Python install's lib directory
28+
29+
Roundup scripts
30+
These include the email gateway, the roundup
31+
HTTP server, the roundup administration command-line interface, etc.
32+
33+
Roundup instances
34+
Instances consist of core support files, issues
35+
(be they bug reports or otherwise), instance configuration file(s),
36+
etc. Roundup instances also adhere to a specific "Template" which
37+
defines the fields usable/assignable on a per-issue basis. A
38+
description of the provided templates follows.
39+
40+
Classic Template
41+
----------------
42+
43+
The classic template is the one defined in the `Roundup Specification`_. It
44+
holds issues which have priorities and statuses. Each issue may also have a
45+
set of messages which are disseminated to the issue's list of nosy users.
46+
47+
48+
Extended Template
49+
-----------------
50+
51+
The extended template adds additional information to issues: product,
52+
platform, version, targetversion and supportcall.
53+
There is an additional class for
54+
handling support calls, which includes a time log, customername, rate and
55+
source.
56+
57+
The priorty class has different default entries too: "fatal-bug", "bug",
58+
"usability" and "feature".
59+
60+
Users of this template will want to change the contents of the product
61+
class as soon as the instance is created.
62+
1963

2064
Prerequisites
2165
=============
@@ -43,24 +87,6 @@ Installation
4387

4488
Set aside 15-30 minutes.
4589

46-
Broken out separately, there are several conceptual pieces to a
47-
Roundup installation:
48-
49-
Roundup support code
50-
Installed into your Python install's lib directory
51-
52-
Roundup scripts
53-
These include the email gateway, the roundup
54-
HTTP server, the roundup administration command-line interface, etc.
55-
56-
Roundup instances
57-
Instances consist of core support files, issues
58-
(be they bug reports or otherwise), instance configuration file(s),
59-
etc. Roundup instances also adhere to a specific "Template" which
60-
defines the fields usable/assignable on a per-issue basis. A
61-
description of the provided templates can be found under the
62-
'TODO' section.
63-
6490
1. To install the Roundup support code into your Python tree and
6591
Roundup scripts into /usr/local/bin::
6692

@@ -89,7 +115,7 @@ Roundup instances
89115
c. ``roundup-admin init``
90116

91117
You will be asked a series of questions. A description of
92-
the Roundup-provided templates can be found under TODO::
118+
the Roundup-provided templates can be found under the Overview_::
93119

94120
Enter instance home: /opt/roundup/instances/support
95121
Templates: classic, extended
@@ -157,7 +183,8 @@ Further Reading
157183

158184
If you intend to use Roundup with anything other than the defualt
159185
templates, if you would like to hack on Roundup, or if you would
160-
like implementation details, you should read 'TODO'
186+
like implementation details, you should read `Customising Roundup`_.
187+
161188

162189
Platform-Specific Notes
163190
=======================
@@ -190,5 +217,7 @@ Next: `Getting Started`_
190217

191218
.. _`table of contents`: index.html
192219
.. _`getting started`: getting_started.html
220+
.. _`roundup specification`: spec.html
221+
.. _`customising roundup`: customizing.html
193222

194-
$Id: installation.stx,v 1.2 2002-03-08 23:41:46 richard Exp $
223+
$Id: installation.stx,v 1.3 2002-03-09 22:46:52 richard Exp $

0 commit comments

Comments
 (0)