You are here

README.txt in Poormanscron 5.2

Same filename and directory in other branches
  1. 5 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.

The module inserts a small amount of JavaScript on each page of your site that
when a certain amount of time has passed since the last cron run, calls an AJAX
request to run the cron tasks. Your users should not notice any kind of delay
or disruption when viewing your site.

This is a Drupal 5 backport of the simple Poormanscron feature that was added
to Drupal 7 (http://drupal.org/node/331611).


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

Read http://drupal.org/getting-started/install-contrib on how to download
and install Drupal modules. The typical location for the module's files is
sites/all/modules/poormanscron in the Drupal directory.

Once the module is enabled, you can configure the module at:
  Administer > Site configuration > Site information


Authors
-------

 * Moshe Weitzman <http://drupal.org/user/23> - original author
 * Uwe Hermann <http://drupal.org/user/12054> - current maintainer
 * Rob Loach <http://drupal.org/user/61114> - co-maintainer
 * Dave Reid <http://drupal.org/user/53892> - co-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. The module inserts a small amount of JavaScript on each page of your site that
  6. when a certain amount of time has passed since the last cron run, calls an AJAX
  7. request to run the cron tasks. Your users should not notice any kind of delay
  8. or disruption when viewing your site.
  9. This is a Drupal 5 backport of the simple Poormanscron feature that was added
  10. to Drupal 7 (http://drupal.org/node/331611).
  11. Installation
  12. ------------
  13. Read http://drupal.org/getting-started/install-contrib on how to download
  14. and install Drupal modules. The typical location for the module's files is
  15. sites/all/modules/poormanscron in the Drupal directory.
  16. Once the module is enabled, you can configure the module at:
  17. Administer > Site configuration > Site information
  18. Authors
  19. -------
  20. * Moshe Weitzman - original author
  21. * Uwe Hermann - current maintainer
  22. * Rob Loach - co-maintainer
  23. * Dave Reid - co-maintainer