[Home]
[PWA]
[PWB]
[PWC]
[PWD]
[PWE]
[PWL]
[PWR]
[PWS]
[PWU]
[How to get started]
[Downloads]
Created by Peter Wieland
(peter.wieland(at)dnv.com) .
Copyleft under the terms of The GNU General Public License.
STATUS.txt
Location: ./PW_Tools/PWA/Input/ (Example)
The ":" separated ASCII-text contains for each defined status the following fields
state:colour:Label:Comment:Abbr
e.g.
0:#CCFF00:to do:Blue:T
Field explanation:
state
|
has to be 0 (to do), 1 (overdue), 2 (done) or 3 (done)
|
colour
|
for visualising the state (e.g. #CCFF00)
|
label
|
used explaining colour codes (e.g. to do)
|
comment
|
not used, only for information
|
abbr
|
abbreviation of the label for narrow tables (e.g. D)
|
Note:
- All ":" are required as separators
- No field may contain ":" as character
- The last line must be terminated with a carriage return/line feed
- Lines for state 2 and 3 have to be identical
- The default contents is:
0:#CCFF00:to do:Blue:T
1:#FF0000:overdue:Red:O
2:#66CC33:done:Green:D
3:#66CC33:done:Green:D
and has not to be changed ...
Generated: Sun Aug 28 08:50:59 2005 by PWR.pl (PW_Tools)