diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:18:56 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:18:56 +0000 |
commit | 9ce7d9169a8f510e6f3c7733de211b3b06663d2e (patch) | |
tree | 665770b6437839a3a0f3c0473b130dda5efe0704 /time/plan/DESCR | |
parent | d3db18607dbb7d59aeab9f0f846bad1948e95a7e (diff) | |
download | pkgsrc-9ce7d9169a8f510e6f3c7733de211b3b06663d2e.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'time/plan/DESCR')
-rw-r--r-- | time/plan/DESCR | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/time/plan/DESCR b/time/plan/DESCR new file mode 100644 index 00000000000..b4fca4e34c2 --- /dev/null +++ b/time/plan/DESCR @@ -0,0 +1,24 @@ +Plan is a schedule planner based on X/Motif. It displays a month calendar +similar to xcal, but every day box is large enough to show appointments in +small print. By pressing on a day box, the appointments for that day can be +listed and edited. Appointments are entered with the following information: + +- the date, time, and length (time and days) of the appointment, +- an optional text message and an optional script to be executed, +- early-warn and late-warn triggers that precede the alarm time +- repetitions: [n-th] weekdays, days-of-the-month, every n days, yearly +- optional fast command-line appointment entry +- flexible ways to specify holidays and vacations +- extensive context help +- multiuser capability using an IP server program (with access lists), +- grouping of appointments into files, per-user, private, and others + +The action being taken when a warn or alarm time is reached is programmable; +by default a window pops up. In addition, a program can be executed, or mail +can be sent. Other methods of listing appointments (today, this week, next +week, or a keyword search for regular expressions) are also available. Plan +can be configured to display times in 12-hour or 24-hour formats, mmddyy and +ddmmyy date formats, and can show either Monday or Sunday in the leftmost +column. Four view modes are supported: month, year, week, day, and a 365-day +overview. The day, week, and overview plot appointments as colored and +labeled bars on a time chart. |