Description:
If you're in need of a cronjob (eg for daily statistics, compiling customer data and emailing it ...) you have several possibilities.
[.. fill in lengthy explanation ..]
The quickest solution for me was this: As my system is a Linux box, I use the linux cron to schedule and run my scripts in Zope. How do I access the scripts in Zope? I use wget!
|