You are here

README.txt in Notifications 6.3

Same filename and directory in other branches
  1. 5 README.txt
  2. 6.4 README.txt
  3. 6 README.txt
  4. 6.2 README.txt
  5. 7 README.txt
Notifications: README.txt
=========================

This is a complete notifications/subscriptions framework. The Notifications module is the main engine,
but it doesn't provide by itself any subscriptions or UI besides the administration pages. 
You'll need to enable some subscription types (content, taxonomy...) and some UI module (notifications_ui)
for it to work. 

It includes:
- Several types of subscriptions: content, taxonomy
- Event and message queueing
- Pluggable event types
- Pluggable subscription types

Read online handbook at http://drupal.org/node/252592

Dependencies:
- Tokens module, http://drupal.org/project/tokens
- Messaging module, http://drupal.org/project/messaging

SimpleTest:
-----------
Tests for this module will run on SimpleTest 6.x-2.8 (old version).
About this see http://drupal.org/node/584596

This module was originally based on the subscriptions module, http://drupal.org/project/subscriptions
The code has been used as an starting point but the framework has been completely rewritten.

Developers:
-----------
- Tim Cullen
- Jeff Miccolis
- Jose A. Reyero

Development Seed, http://www.developmentseed.org

File

README.txt
View source
  1. Notifications: README.txt
  2. =========================
  3. This is a complete notifications/subscriptions framework. The Notifications module is the main engine,
  4. but it doesn't provide by itself any subscriptions or UI besides the administration pages.
  5. You'll need to enable some subscription types (content, taxonomy...) and some UI module (notifications_ui)
  6. for it to work.
  7. It includes:
  8. - Several types of subscriptions: content, taxonomy
  9. - Event and message queueing
  10. - Pluggable event types
  11. - Pluggable subscription types
  12. Read online handbook at http://drupal.org/node/252592
  13. Dependencies:
  14. - Tokens module, http://drupal.org/project/tokens
  15. - Messaging module, http://drupal.org/project/messaging
  16. SimpleTest:
  17. -----------
  18. Tests for this module will run on SimpleTest 6.x-2.8 (old version).
  19. About this see http://drupal.org/node/584596
  20. This module was originally based on the subscriptions module, http://drupal.org/project/subscriptions
  21. The code has been used as an starting point but the framework has been completely rewritten.
  22. Developers:
  23. -----------
  24. - Tim Cullen
  25. - Jeff Miccolis
  26. - Jose A. Reyero
  27. Development Seed, http://www.developmentseed.org