You are here

README.txt in Rules 6

Same filename in this branch
  1. 6 README.txt
  2. 6 rules_forms/README.txt
Same filename and directory in other branches
  1. 7.2 README.txt
  2. 7 README.txt
Rules Module
------------
by Wolfgang Ziegler, nuppla@zites.net


The rules modules allows site administrators to define conditionally executed actions
 based on occurring events (ECA-rules). It's a replacement with more features for the
 trigger module in core and the successor of the workflow-ng module.

It opens new opportunities for site builders to extend the site in ways not possible
before.



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

*Before* starting, make sure that you have read at least the introduction - so you know 
at least the basic concepts. You can find it here:
                     
                          http://drupal.org/node/298480

 * Copy the whole rules directory to your modules directory and
   activate the rules module.
 * You don't need to enable the "rules simpletest" module unless you want to run the tests!
 * You can find the admin interface at /admin/rules.

Notes:

 * If you have the php module activated, you can use a php input evaluator in 
   your rules.

 * If you install the token module, you can make use of token replacements in your rules.
   Get the module from http://drupal.org/project/token. Make sure you have a recent version,
   6.12 or later. Then just activate the module - that's it.

   You don't need to enable the token actions module as rules provides already equivalent
   actions, which are better integrated into the rules module. 
   
Documentation
-------------
Check out the docs at http://drupal.org/node/298476


Rules Scheduler
---------------

 * If you enable the rules scheduler module, you get new actions, that allow you to
   schedule the execution of rule sets.
 * Make sure that you have configured cron for your drupal installation as cron
   is used for scheduling the rule sets. For help see http://drupal.org/cron
 * If the views module (http://drupal.org/project/views) is installed, the module displays
   the list of scheduled tasks in the UI. 


Rules Forms
-----------

 * If you want to manipulate or customize forms on your site, you can use the rules
   forms module. It provides events, conditions and actions for rule-based form customization.
 * Take a look at the README.txt file in rules forms module subfolder.
 

Rules Simpletest
----------------

 This module just provides some test case for the rules module. You don't need to
 activate it unless you want to run these tests with the simpletest module.

File

README.txt
View source
  1. Rules Module
  2. ------------
  3. by Wolfgang Ziegler, nuppla@zites.net
  4. The rules modules allows site administrators to define conditionally executed actions
  5. based on occurring events (ECA-rules). It's a replacement with more features for the
  6. trigger module in core and the successor of the workflow-ng module.
  7. It opens new opportunities for site builders to extend the site in ways not possible
  8. before.
  9. Installation
  10. -------------
  11. *Before* starting, make sure that you have read at least the introduction - so you know
  12. at least the basic concepts. You can find it here:
  13. http://drupal.org/node/298480
  14. * Copy the whole rules directory to your modules directory and
  15. activate the rules module.
  16. * You don't need to enable the "rules simpletest" module unless you want to run the tests!
  17. * You can find the admin interface at /admin/rules.
  18. Notes:
  19. * If you have the php module activated, you can use a php input evaluator in
  20. your rules.
  21. * If you install the token module, you can make use of token replacements in your rules.
  22. Get the module from http://drupal.org/project/token. Make sure you have a recent version,
  23. 6.12 or later. Then just activate the module - that's it.
  24. You don't need to enable the token actions module as rules provides already equivalent
  25. actions, which are better integrated into the rules module.
  26. Documentation
  27. -------------
  28. Check out the docs at http://drupal.org/node/298476
  29. Rules Scheduler
  30. ---------------
  31. * If you enable the rules scheduler module, you get new actions, that allow you to
  32. schedule the execution of rule sets.
  33. * Make sure that you have configured cron for your drupal installation as cron
  34. is used for scheduling the rule sets. For help see http://drupal.org/cron
  35. * If the views module (http://drupal.org/project/views) is installed, the module displays
  36. the list of scheduled tasks in the UI.
  37. Rules Forms
  38. -----------
  39. * If you want to manipulate or customize forms on your site, you can use the rules
  40. forms module. It provides events, conditions and actions for rule-based form customization.
  41. * Take a look at the README.txt file in rules forms module subfolder.
  42. Rules Simpletest
  43. ----------------
  44. This module just provides some test case for the rules module. You don't need to
  45. activate it unless you want to run these tests with the simpletest module.