summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fde4a80)
raw | patch | inline | side by side (parent: fde4a80)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 9 Mar 2002 22:46:52 +0000 (22:46 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 9 Mar 2002 22:46:52 +0000 (22:46 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@667 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/customizing.stx | patch | blob | history | |
doc/installation.stx | patch | blob | history |
diff --git a/doc/customizing.stx b/doc/customizing.stx
index 16cbf42e7534367ad639e6183bb2d6068b3c0102..9d3f202383754e410f193413a91259e58504f9d7 100644 (file)
--- a/doc/customizing.stx
+++ b/doc/customizing.stx
Instance Schema
---------------
-Note: if you modify the schema, you'll most likely need to web_interface_to
-reflect_your_changes.
+Note: if you modify the schema, you'll most likely need to edit the
+ `web interface`_ HTML template files to reflect your changes.
+
An instance schema defines what data is stored in the instance's database. The
two schemas shipped with Roundup turn it into a typical software bug tracker
(the extended schema allowing for support issues as well as bugs). Schemas are
diff --git a/doc/installation.stx b/doc/installation.stx
index 17b4c8ad4845fd3aecd5cef02f786fa10c99f2e7..1dd5da19160552818517fc70887b4b72a67c59be 100644 (file)
--- a/doc/installation.stx
+++ b/doc/installation.stx
-*Roundup (0.4.1): An Issue-Tracking System for Knowledge Workers*
+Installing Roundup
+==================
`Table of contents`_
- Overview_
+
+ - `Classic Template`_
+ - `Extended Template`_
+
- Prerequisites_
- `Testing your Python`_
Overview
========
-TODO
+Broken out separately, there are several conceptual pieces to a
+Roundup installation:
+
+Roundup support code
+ Installed into your Python install's lib directory
+
+Roundup scripts
+ These include the email gateway, the roundup
+ HTTP server, the roundup administration command-line interface, etc.
+
+Roundup instances
+ Instances consist of core support files, issues
+ (be they bug reports or otherwise), instance configuration file(s),
+ etc. Roundup instances also adhere to a specific "Template" which
+ defines the fields usable/assignable on a per-issue basis. A
+ description of the provided templates follows.
+
+Classic Template
+----------------
+
+The classic template is the one defined in the `Roundup Specification`_. It
+holds issues which have priorities and statuses. Each issue may also have a
+set of messages which are disseminated to the issue's list of nosy users.
+
+
+Extended Template
+-----------------
+
+The extended template adds additional information to issues: product,
+platform, version, targetversion and supportcall.
+There is an additional class for
+handling support calls, which includes a time log, customername, rate and
+source.
+
+The priorty class has different default entries too: "fatal-bug", "bug",
+"usability" and "feature".
+
+Users of this template will want to change the contents of the product
+class as soon as the instance is created.
+
Prerequisites
=============
Set aside 15-30 minutes.
-Broken out separately, there are several conceptual pieces to a
-Roundup installation:
-
-Roundup support code
- Installed into your Python install's lib directory
-
-Roundup scripts
- These include the email gateway, the roundup
- HTTP server, the roundup administration command-line interface, etc.
-
-Roundup instances
- Instances consist of core support files, issues
- (be they bug reports or otherwise), instance configuration file(s),
- etc. Roundup instances also adhere to a specific "Template" which
- defines the fields usable/assignable on a per-issue basis. A
- description of the provided templates can be found under the
- 'TODO' section.
-
1. To install the Roundup support code into your Python tree and
Roundup scripts into /usr/local/bin::
c. ``roundup-admin init``
You will be asked a series of questions. A description of
- the Roundup-provided templates can be found under TODO::
+ the Roundup-provided templates can be found under the Overview_::
Enter instance home: /opt/roundup/instances/support
Templates: classic, extended
If you intend to use Roundup with anything other than the defualt
templates, if you would like to hack on Roundup, or if you would
-like implementation details, you should read 'TODO'
+like implementation details, you should read `Customising Roundup`_.
+
Platform-Specific Notes
=======================
.. _`table of contents`: index.html
.. _`getting started`: getting_started.html
+.. _`roundup specification`: spec.html
+.. _`customising roundup`: customizing.html
-$Id: installation.stx,v 1.2 2002-03-08 23:41:46 richard Exp $
+$Id: installation.stx,v 1.3 2002-03-09 22:46:52 richard Exp $