README 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Remind is a sophisticated command-line calendar and alarm program
  2. with a sophisticated scripting language and intelligent handling of
  3. exceptions and holidays.
  4. There are several options to pass to this script at compile-time.
  5. Some of these options can be changed at run-time through SET
  6. commands, while others (language, date/time separators, character
  7. set, and the -u option) must be chosen at compile-time. Pass these
  8. using `VAR=value ./remind.SlackBuild`:
  9. LANGUAGE=LANG (default: ENGLISH), set the language. See the SlackBuild
  10. for possible language options.
  11. LAT_DEG=# (default: 45), set the latitudinal degrees
  12. LAT_MIN=# (default: 24), set the latitudinal minutes
  13. LAT_SEC=# (default: 0), set the latitudinal seconds
  14. LON_DEG=# (default: 75), set the longitudinal degrees
  15. LON_MIN=# (default: 39), set the longitudinal minutes
  16. LON_SEC=# (default: 0), set the longitudinal seconds
  17. LOCATION=location (default: Ottawa), set the location string
  18. See the SlackBuild for more information on these variables.
  19. DEFAULT_PAGE=Letter|A4 (default: Letter), set the default page size
  20. DATESEP=-|/ (default: -), set the date separator character
  21. TIMESEP=:|. (default: :), set the time separator character
  22. DATETIMESEP=@|/|T (default: @), set the datetime separator character
  23. CHARSET=ASCII|ISOLATIN1|ISOLATIN2|IBMEXTENDED|IBM852
  24. (default: ISOLATIN1), set the character set to use
  25. WANTU=yes|no (default: yes), enable/disable the -u option (which
  26. runs remind with the uid and gid of the specified name)
  27. There are a number of graphical front-ends to remind. tkremind is
  28. included, but requires the optional dependency tcllib at runtime.
  29. Using remind via the command-line (or via other front-ends) does
  30. not require tcllib.