Projet

Général

Profil

Paste
Télécharger (1,59 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / job_scheduler / modules / job_scheduler_trigger / README.md @ 082b75eb

1
CONTENTS OF THIS FILE
2
---------------------
3
   
4
 * Introduction
5
 * Requirements
6
 * Installation
7
 * Configuration
8
 * Maintainers
9

    
10

    
11
INTRODUCTION
12
------------
13

    
14
Extension for Job Scheduler to create timed periodic triggers.
15

    
16
This module provides a simple UI to configure trigger name and crontab.
17
We provide no actions, though actions created by other modules can be set to be
18
triggered with these timers.
19

    
20
Trigger type: job_scheduler
21
Hook names will be created on the fly for configured triggers as:
22
job_scheduler_1, job_scheduler_2, etc...
23

    
24
Jose A. Reyero, http://www.developmentseed.org
25

    
26

    
27
REQUIREMENTS
28
------------
29

    
30
Requires the following modules:
31

    
32
 * Job Scheduler (https://drupal.org/project/job_scheduler)
33
 * Trigger (https://drupal.org/project/trigger)
34

    
35

    
36
INSTALLATION
37
------------
38

    
39
Install as you would normally install a contributed Drupal module. See:
40
https://drupal.org/documentation/install/modules-themes/modules-7 for further
41
information.
42

    
43

    
44
CONFIGURATION
45
-------------
46

    
47
No menu or modifiable settings.
48

    
49

    
50
MAINTAINERS
51
-----------
52

    
53
Current maintainers:
54
 * Frank Febbraro (febbraro) - https://www.drupal.org/user/43670
55
 * Renato Gonçalves (RenatoG) - https://www.drupal.org/user/3326031
56
 * Alex Barth (alex_b) - https://www.drupal.org/user/53995
57
 * Chris Leppanen (twistor) - https://www.drupal.org/user/473738
58
 * Florian Weber (webflo) - https://www.drupal.org/user/254778
59
 * Gabe Sullice (gabesullice) - https://www.drupal.org/user/2287430
60
 * Jeff Miccolis (jmiccolis) - https://www.drupal.org/user/31731
61
 * Joachim Noreiko (joachim) - https://www.drupal.org/user/107701
62
 * makara - https://www.drupal.org/user/132402