Foorum v0.03
I just release another version of Foorum at http://code.google.com/p/fayland.
CHANGES:
- remove Plugin::Email. insert into table scheduled_email and use a cron script to send. (19/5/2007)
- remove Plugin::Scheduler. all cron scripts goes to /bin/cron (19/5/2007)
- bug fixes (19/5/2007)
I remove the Email Plugin and create a new table scheduled_email to contain the email content, then use /bin/cron/send_scheduled_email to send emails
and remove the Scheduler. I think crontab is better
and remove such files can reduce the memory usage under mod_perl I think
http://fayland.googlecode.com/files/Foorum-0.03.tar.gz
Enjoy!
CHANGES:
- remove Plugin::Email. insert into table scheduled_email and use a cron script to send. (19/5/2007)
- remove Plugin::Scheduler. all cron scripts goes to /bin/cron (19/5/2007)
- bug fixes (19/5/2007)
I remove the Email Plugin and create a new table scheduled_email to contain the email content, then use /bin/cron/send_scheduled_email to send emails
and remove the Scheduler. I think crontab is better
and remove such files can reduce the memory usage under mod_perl I think
http://fayland.googlecode.com/files/Foorum-0.03.tar.gz
Enjoy!
Labels: Foorum
