comparison doc/user_guide.txt @ 5827:c263187e82d1

Fix typos.
author John Rouillard <rouilj@ieee.org>
date Tue, 25 Jun 2019 17:02:52 -0400
parents 0df5f9eeefd4
children 5522c950a2e4
comparison
equal deleted inserted replaced
5826:8e17c34a5cf0 5827:c263187e82d1
58 are not "resolved". 58 are not "resolved".
59 59
60 If an issue is closed, and a new message is received then it'll be 60 If an issue is closed, and a new message is received then it'll be
61 reopened to the state of "chatting". 61 reopened to the state of "chatting".
62 62
63 The full set of **prority** and **status** values are: 63 The full set of **priority** and **status** values are:
64 64
65 =========== ===================================== 65 =========== =====================================
66 Priority Description 66 Priority Description
67 =========== ===================================== 67 =========== =====================================
68 "critical" panic: work is stopped! 68 "critical" panic: work is stopped!
327 arguments: 327 arguments:
328 328
329 ============ ============================================================= 329 ============ =============================================================
330 Argument Description 330 Argument Description
331 ============ ============================================================= 331 ============ =============================================================
332 @sort sort by prop name, optionally preceeded with '-' to give 332 @sort sort by prop name, optionally preceded with '-' to give
333 descending or nothing for ascending sorting. The sort 333 descending or nothing for ascending sorting. The sort
334 argument can have several props separated with comma. 334 argument can have several props separated with comma.
335 @group group by prop name, optionally preceeded with '-' or to sort 335 @group group by prop name, optionally preceded with '-' or to sort
336 in descending or nothing for ascending order. The group 336 in descending or nothing for ascending order. The group
337 argument can have several props separated with comma. 337 argument can have several props separated with comma.
338 @columns selects the columns that should be displayed. Default is 338 @columns selects the columns that should be displayed. Default is
339 all. 339 all.
340 @filter indicates which properties are being used in filtering. 340 @filter indicates which properties are being used in filtering.
400 Subject-line information 400 Subject-line information
401 ------------------------ 401 ------------------------
402 402
403 The subject line of the incoming message is examined to find one of: 403 The subject line of the incoming message is examined to find one of:
404 404
405 1. a case insentive ``help``, 405 1. a case insensitive ``help``,
406 2. a match for ``-- key <OneTimeKey>``, 406 2. a match for ``-- key <OneTimeKey>``,
407 3. the item that the message is responding to, 407 3. the item that the message is responding to,
408 4. the type of item the message should create, or 408 4. the type of item the message should create, or
409 5. we default the item class and try some trickiness. 409 5. we default the item class and try some trickiness.
410 410
411 If the subject is ``help`` (case insensitive), the gateway responds 411 If the subject is ``help`` (case insensitive), the gateway responds
412 with an explaination of the interface. 412 with an explanation of the interface.
413 413
414 If a one-time key is found, we're processing an in-progress 414 If a one-time key is found, we're processing an in-progress
415 registration confirmation. 415 registration confirmation.
416 416
417 If the subject line contains a prefix in ``[square brackets]`` then 417 If the subject line contains a prefix in ``[square brackets]`` then
764 If either the name or password is not supplied, they are obtained from 764 If either the name or password is not supplied, they are obtained from
765 the command-line. 765 the command-line.
766 766
767 When you initialise a new tracker instance you are prompted for the 767 When you initialise a new tracker instance you are prompted for the
768 admin password. If you want to initialise a tracker non-interactively 768 admin password. If you want to initialise a tracker non-interactively
769 you can put the initialise command and password on the commnd 769 you can put the initialise command and password on the command
770 line. But this allows others on the host to see the password (using 770 line. But this allows others on the host to see the password (using
771 the ps command). To initialise a tracker non-interactively without 771 the ps command). To initialise a tracker non-interactively without
772 exposing the password, create a file (e.g init_tracker) set to mode 772 exposing the password, create a file (e.g init_tracker) set to mode
773 600 (so only the owner can read it) with the contents: 773 600 (so only the owner can read it) with the contents:
774 774

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