Ignore:
Timestamp:
11/25/08 00:57:30 (4 years ago)
Author:
KennethLavrsen
Message:

Item221: Finish the TWiki:Codev to Foswiki:xxx conv
Had to leave a few behind in docs that were to hard to convert
old extensions that probably are out of date

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SchedulerContrib/data/TWiki/SchedulerContrib.txt

    r788 r929  
    11---+!! SchedulerContrib Contrib Package 
    22 
    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.  
     3The SchedulerContrib makes it possible to control notification schedules from a Foswiki page.  
    64 
    75The 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. 
    86 
    9 Events are listed on a TWiki page containing cron schedule information and the names of pages containing notification information. 
     7Events are listed on a Foswiki page containing cron schedule information and the names of pages containing notification information. 
    108 
    119For example, our cron could be: 
     
    1614 
    1715| *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 | 
    2018 
    2119This is based on http://search.cpan.org/~roland/Schedule-Cron-0.9/Cron.pm 
Note: See TracChangeset for help on using the changeset viewer.