diff options
author | T3slider <t3slider@gmail.com> | 2010-12-12 02:00:23 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-12 15:47:15 -0600 |
commit | a71dbeb3b787f19bb98038e32b741323ae47d472 (patch) | |
tree | e9ec796006a9932c6266feda0aecff45e3b1722c /office/remind/README | |
parent | b680f8a0c99209b61b37aa6b6cb5419ed291d8bf (diff) | |
download | slackbuilds-a71dbeb3b787f19bb98038e32b741323ae47d472.tar.gz |
office/remind: Added (A command-line calendar)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/remind/README')
-rw-r--r-- | office/remind/README | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/office/remind/README b/office/remind/README new file mode 100644 index 0000000000..88cfb6ffb9 --- /dev/null +++ b/office/remind/README @@ -0,0 +1,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 tcllib (available from SlackBuilds.org) as +a run-time requirement. Using remind via the command-line (or via +other front-ends) does not require tcllib. |