summaryrefslogtreecommitdiffstats
path: root/office/remind/README
blob: 546a65f8f03348bf5f7e6addee4785cc5978c2a2 (plain)
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
Remind is a sophisticated command-line calendar and alarm program
with a sophisticated scripting language and intelligent handling of
exceptions and holidays.

There are several options to pass to this script at compile-time.
Some of these options can be changed at run-time through SET
commands, while others (language, date/time separators, character
set, and the -u option) must be chosen at compile-time. Pass these
using `VAR=value ./remind.SlackBuild`:
LANGUAGE=LANG (default: ENGLISH), set the language. See the SlackBuild
for possible language options.

LAT_DEG=# (default: 45), set the latitudinal degrees
LAT_MIN=# (default: 24), set the latitudinal minutes
LAT_SEC=# (default: 0), set the latitudinal seconds
LON_DEG=# (default: 75), set the longitudinal degrees
LON_MIN=# (default: 39), set the longitudinal minutes
LON_SEC=# (default: 0), set the longitudinal seconds
LOCATION=location (default: Ottawa), set the location string
See the SlackBuild for more information on these variables.

DEFAULT_PAGE=Letter|A4 (default: Letter), set the default page size
DATESEP=-|/ (default: -), set the date separator character
TIMESEP=:|. (default: :), set the time separator character

CHARSET=ASCII|ISOLATIN1|ISOLATIN2|IBMEXTENDED|IBM852
(default: ISOLATIN1), set the character set to use

WANTU=yes|no (default: yes), enable/disable the -u option (which
runs remind with the uid and gid of the specified name)

There are a number of graphical front-ends to remind. tkremind is
included, but requires the optional dependency tcllib at runtime.
Using remind via the command-line (or via other front-ends) does
not require tcllib.