| 1 |
$Id: README.txt,v 1.5.2.1 2009/05/06 05:21:32 robloach Exp $
|
| 2 |
|
| 3 |
Description
|
| 4 |
-----------
|
| 5 |
|
| 6 |
Poormanscron is a module which runs the Drupal cron operations without
|
| 7 |
needing the cron application.
|
| 8 |
|
| 9 |
For every page view, this module checks to see if our last cron run was more
|
| 10 |
than 1 hour ago (this period is configurable). If so, the cron hooks are
|
| 11 |
executed (which, for example, update RSS/syndication blocks), and Drupal
|
| 12 |
is happy. These cron hooks fire after all HTML is returned to the browser,
|
| 13 |
so the user who kicks off the cron jobs should not notice any delay.
|
| 14 |
|
| 15 |
|
| 16 |
Requirements
|
| 17 |
------------
|
| 18 |
|
| 19 |
This module requires Drupal 4.7 or a later version.
|
| 20 |
|
| 21 |
|
| 22 |
Installation
|
| 23 |
------------
|
| 24 |
|
| 25 |
1) Extract the package.
|
| 26 |
2) Copy/upload the Poormanscron folder to your sites/all/modules directory of
|
| 27 |
your Drupal installation (e.g. sites/all/modules/poormanscron).
|
| 28 |
3) Enable the Poormanscron module in Drupal (administer -> modules).
|
| 29 |
|
| 30 |
|
| 31 |
Configuration
|
| 32 |
-------------
|
| 33 |
|
| 34 |
Poormanscron can be configured at:
|
| 35 |
Administer -> Site configuration -> Poormanscron
|
| 36 |
|
| 37 |
|
| 38 |
Authors
|
| 39 |
-------
|
| 40 |
|
| 41 |
* Moshe Weitzman <weitzman@tejasa.com> - original author
|
| 42 |
* Uwe Hermann <uwe@hermann-uwe.de> - current maintainer
|
| 43 |
|