You are here

README.txt in Poormanscron 5

Same filename and directory in other branches
  1. 5.2 README.txt
  2. 6.2 README.txt
  3. 6 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 5.0 or a later version.


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

1) Copy/upload the poormanscron.module and poormanscron.info files into a
   subdirectory called poormanscron/ in the sites/all/modules/ directory of
   your Drupal installation.
2) Enable the Poormanscron module (Administer -> Site building -> 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 5.0 or a later version.
  13. Installation
  14. ------------
  15. 1) Copy/upload the poormanscron.module and poormanscron.info files into a
  16. subdirectory called poormanscron/ in the sites/all/modules/ directory of
  17. your Drupal installation.
  18. 2) Enable the Poormanscron module (Administer -> Site building -> 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