You are here

README.txt in Notifications 6

Same filename and directory in other branches
  1. 5 README.txt
  2. 6.4 README.txt
  3. 6.2 README.txt
  4. 6.3 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

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
  16. This module was originally based on the subscriptions module, http://drupal.org/project/subscriptions
  17. The code has been used as an starting point but the framework has been completely rewritten.
  18. Developers:
  19. -----------
  20. - Tim Cullen
  21. - Jeff Miccolis
  22. - Jose A. Reyero
  23. Development Seed, http://www.developmentseed.org