You are here

README.txt in Poormanscron 6

Same filename and directory in other branches
  1. 5.2 README.txt
  2. 5 README.txt
  3. 6.2 README.txt
Description
-----------

Poormanscron is a module which runs the Drupal cron operations without
needing the cron application.

For every page view, this module checks to see if our last cron run was more
than 1 hour ago (this period is configurable). If so, the cron hooks are
executed (which, for example, update RSS/syndication blocks), and Drupal
is happy. These cron hooks fire after all HTML is returned to the browser,
so the user who kicks off the cron jobs should not notice any delay.


Requirements
------------

This module requires Drupal 4.7 or a later version.


Installation
------------

1) Extract the package.
2) Copy/upload the Poormanscron folder to your sites/all/modules directory of
   your Drupal installation (e.g. sites/all/modules/poormanscron).
3) Enable the Poormanscron module in Drupal (administer -> modules).


Configuration
-------------

Poormanscron can be configured at:
  Administer -> Site configuration -> Poormanscron


Authors
-------

 * Moshe Weitzman <weitzman@tejasa.com> - original author
 * Uwe Hermann <uwe@hermann-uwe.de> - current maintainer

File

README.txt
View source
  1. Description
  2. -----------
  3. Poormanscron is a module which runs the Drupal cron operations without
  4. needing the cron application.
  5. For every page view, this module checks to see if our last cron run was more
  6. than 1 hour ago (this period is configurable). If so, the cron hooks are
  7. executed (which, for example, update RSS/syndication blocks), and Drupal
  8. is happy. These cron hooks fire after all HTML is returned to the browser,
  9. so the user who kicks off the cron jobs should not notice any delay.
  10. Requirements
  11. ------------
  12. This module requires Drupal 4.7 or a later version.
  13. Installation
  14. ------------
  15. 1) Extract the package.
  16. 2) Copy/upload the Poormanscron folder to your sites/all/modules directory of
  17. your Drupal installation (e.g. sites/all/modules/poormanscron).
  18. 3) Enable the Poormanscron module in Drupal (administer -> modules).
  19. Configuration
  20. -------------
  21. Poormanscron can be configured at:
  22. Administer -> Site configuration -> Poormanscron
  23. Authors
  24. -------
  25. * Moshe Weitzman - original author
  26. * Uwe Hermann - current maintainer