comparison doc/user_guide.txt @ 1844:67e530e2a0ae

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Fri, 10 Oct 2003 04:35:26 +0000
parents b9c1226cb600
children 1883dfd4fd77
comparison
equal deleted inserted replaced
1843:d31a25046136 1844:67e530e2a0ae
1 ========== 1 ==========
2 User Guide 2 User Guide
3 ========== 3 ==========
4 4
5 :Version: $Revision: 1.23 $ 5 :Version: $Revision: 1.24 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 Note: this document will refer to *issues* as the primary store of 9 Note: this document will refer to *issues* as the primary store of
10 information in the tracker. This is the default of the classic template, 10 information in the tracker. This is the default of the classic template,
24 its item class. To identify a particular issue or user, we combine the 24 its item class. To identify a particular issue or user, we combine the
25 class with the number to create a unique label, so that user 1 (who, 25 class with the number to create a unique label, so that user 1 (who,
26 incidentally, is *always* the "admin" user) is referred to as "user1". 26 incidentally, is *always* the "admin" user) is referred to as "user1".
27 Issue number 315 is referred to as "issue315". We call that label the 27 Issue number 315 is referred to as "issue315". We call that label the
28 item's *designator*. 28 item's *designator*.
29
30 Items in the database are never deleted, they're just "retired". You
31 can still refer to them by ID - hence removing an item won't break
32 references to the item. It's just that the item won't appear in any
33 listings.
29 34
30 35
31 Accessing the Tracker 36 Accessing the Tracker
32 --------------------- 37 ---------------------
33 38
470 is queried to determine if they get a nosy list copy of the message too. 475 is queried to determine if they get a nosy list copy of the message too.
471 476
472 477
473 Mail gateway script command line 478 Mail gateway script command line
474 -------------------------------- 479 --------------------------------
480
481 Usage::
482
483 roundup-mailgw [[-C class] -S field=value]* <instance home> [method]
475 484
476 The roundup mail gateway may be called in one of three ways: 485 The roundup mail gateway may be called in one of three ways:
477 486
478 - with an instance home as the only argument, 487 - with an instance home as the only argument,
479 - with both an instance home and a mail spool file, or 488 - with both an instance home and a mail spool file, or

Roundup Issue Tracker: http://roundup-tracker.org/