Index: ossp-pkg/as/as-gui/as-events.pod RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as-events.pod,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as-events.pod,v' 2>/dev/null --- as-events.pod 2003/03/06 16:24:27 1.1 +++ as-events.pod 2003/03/06 17:02:57 1.2 @@ -42,13 +42,13 @@ amounts, remarks, and other values. This data tuple is termed an I, and may either be transmitted to a B server or stored to a local file. Should it be stored to a local file, the file name is arbitrary and is shown in the -title bar of B. In most cases the postfix B<.as> is appended to the -file name, although this behaviour can be turned on or off through the user -preferences. +title bar of B. Typically, the file is called F. In most +cases the postfix B<.as> is appended to the file name, although this behaviour +can be turned on or off through the user preferences. =head1 FILE FORMAT -The B file contains ASCII text. The first line consists of an +The B file contains ASCII text. The first line consists of an identifier to associate the file type and version. Following text may contain white space, comments, and data tuples. @@ -58,10 +58,12 @@ B ::= "%!AS-EVENTS-" [0-9] '.' [0-9] -B ::= B | B | EMPTY +B ::= B | B | B | EMPTY B ::= B B B B B B B B B B +B ::= ($#.*) + (* user field *) B ::= [a-zA-Z][a-zA-Z0-9]+ @@ -116,7 +118,7 @@ B ::= '/' -B ::= [a-zA-Z0-9_-]+ +B ::= [a-zA-Z0-9_-]* (* remark field *) @@ -124,7 +126,7 @@ =head1 EXAMPLE -A typical F file might look like this: +A typical B file might look like this: %!AS-EVENTS-0.6 harvey 0ccf1d42-743b-43df-9b5d-202451b3c26f e8f212b6 0 2002-09-30 00:00 00:00 02:00 /it/development/meeting/weekly "Code review" @@ -133,7 +135,8 @@ =head1 SEE ALSO -as-gui(1) -as-gui.conf(5) +as-gui(1), +as-gui.conf(5), +as-accounts(5), =cut Index: ossp-pkg/as/as-gui/as-gui.conf.pod RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as-gui.conf.pod,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as-gui.conf.pod,v' 2>/dev/null --- as-gui.conf.pod 2003/03/05 20:24:52 1.3 +++ as-gui.conf.pod 2003/03/06 17:02:57 1.4 @@ -93,7 +93,9 @@ =head1 SEE ALSO -as-gui(1) +as-gui(1), +as-events(5), +as-accounts(5) =head1 AUTHOR Index: ossp-pkg/as/as-gui/as-gui.pod RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as-gui.pod,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as-gui.pod,v' 2>/dev/null --- as-gui.pod 2003/03/06 16:25:24 1.5 +++ as-gui.pod 2003/03/06 17:02:57 1.6 @@ -230,8 +230,9 @@ =head1 SEE ALSO -as-gui.conf(5) -as-events(5) +as-gui.conf(5), +as-events(5), +as-accounts(5) =head1 AUTHOR