~spreadubuntu/spreadubuntu/devel-drupal6

« back to all changes in this revision

Viewing changes to modules/poormanscron/README.txt

  • Committer: ruben
  • Date: 2009-06-08 09:38:49 UTC
  • Revision ID: ruben@captive-20090608093849-s1qtsyctv2vwp1x1
SpreadUbuntu moving to Drupal6. Based on ubuntu-drupal theme and adding our modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$Id: README.txt,v 1.5 2008/02/06 16:35:17 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) Copy/upload the poormanscron.module to the sites/all/modules directory of
 
26
   your Drupal installation.
 
27
2) Enable the poormanscron module in Drupal (administer -> modules).
 
28
 
 
29
 
 
30
Configuration
 
31
-------------
 
32
 
 
33
Poormanscron can be configured at:
 
34
  Administer -> Site configuration -> Poormanscron
 
35
 
 
36
 
 
37
Authors
 
38
-------
 
39
 
 
40
 * Moshe Weitzman <weitzman@tejasa.com> - original author
 
41
 * Uwe Hermann <uwe@hermann-uwe.de> - current maintainer
 
42