Changeset 929 for trunk/SchedulerContrib/data/TWiki/SchedulerContrib.txt
- Timestamp:
- 11/25/08 00:57:30 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SchedulerContrib/data/TWiki/SchedulerContrib.txt
r788 r929 1 1 ---+!! SchedulerContrib Contrib Package 2 2 3 The SchedulerContrib implements the ideas contained in TWiki:Codev.CronCentre. 4 5 It makes it possible to control notification schedules from a TWiki page. 3 The SchedulerContrib makes it possible to control notification schedules from a Foswiki page. 6 4 7 5 The basic idea is to run a single cron at regular intervals that would invoke a script in the bin directory. This cron program then run continually, waiting to process the next event. 8 6 9 Events are listed on a TWiki page containing cron schedule information and the names of pages containing notification information.7 Events are listed on a Foswiki page containing cron schedule information and the names of pages containing notification information. 10 8 11 9 For example, our cron could be: … … 16 14 17 15 | *Schedule* | *Entry point* | 18 | Every 2 days | TWiki::Plugins::ActionTrackerPlugin::ActionNotify:actionNotify |19 | Every day | TWiki::Notify::allWebs |16 | Every 2 days | Foswiki::Plugins::ActionTrackerPlugin::ActionNotify:actionNotify | 17 | Every day | Foswiki::Notify::allWebs | 20 18 21 19 This is based on http://search.cpan.org/~roland/Schedule-Cron-0.9/Cron.pm
Note: See TracChangeset
for help on using the changeset viewer.
