Changes between Version 7 and Version 8 of TracCronPlugin


Ignore:
Timestamp:
Oct 17, 2010, 5:38:27 PM (13 years ago)
Author:
Thierry Bressure
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracCronPlugin

    v7 v8  
    3535Simply create in a module (.py) a class that implement the ICronTask and put it inside plugins directory. Then you can either trick the trac.ini but comfortably use the dedicated admin panel.
    3636
    37 === How to write e task ===
     37=== How to write a task ===
    3838
    3939You have to write python class that inherit of ICronTask which code is below: