/[drupal]/contributions/modules/poormanscron/README.txt
ViewVC logotype

Contents of /contributions/modules/poormanscron/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (show annotations) (download)
Tue Sep 29 22:28:04 2009 UTC (8 weeks ago) by davereid
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1, HEAD
Branch point for: DRUPAL-6--2
Changes since 1.5: +5 -4 lines
File MIME type: text/plain
by Dave Reid: Merging DRUPAL-6--1 branch into HEAD in preparation for the new DRUPAL-6--2 branch.
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

  ViewVC Help
Powered by ViewVC 1.1.2