File: worklog.dsc

package info (click to toggle)
taglog 0.2.5-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,480 kB
  • sloc: tcl: 8,199; makefile: 23; sh: 12
file content (38 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Tag-dsc-version: 1.0
Describes: worklog
Introduction:: END_I

Describes the worklog record format


END_I
End:

Tagname: Id
Type: Primary
Description:: END_D
provides an identifier for that action.
Often based on the current time when the record was created - but can be
anything which will make that record unique
END_D
End: Id

Tagname: StartTime
Description: The time the activity starts
End:

Tagname: EndTime
Description: The time the activity ends
End:

Tagname: Project
Description: The project field indicates the project being worked on
End:

Tagname: Description
Description:: END_D
What actually happened during the period between the StartTime and
the EndTime
END_D
End: