/[drupal]/contributions/modules/messaging/README.txt
ViewVC logotype

Contents of /contributions/modules/messaging/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Jan 21 22:33:30 2008 UTC (22 months ago) by jareyero
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA2, DRUPAL-5--1-0-ALPHA1, DRUPAL-5--1-0-BETA1, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-5
File MIME type: text/plain
Initial commit. Drupal 5 compatible
1 README.txt - Drupal Module - Messaging
2 ======================================
3
4 Drupal Messaging Framework
5
6 This is a messaging framework to allow message sending in a channel independent way
7 It will provide a common API for sending while allowing plugins for multiple channels
8
9 This Messaging Framework has been primarily developed to be used by the Notifications Framework.
10 See Drupal notifications module for an usage usage example implementing the full messaging capabilities.
11
12 See DEVELOPER.txt for technical and developers documentation.
13
14 Features:
15 ---------
16 - Provides a method agnostic API for composing and sending messages
17 - Handles message composition and formatting depending on sending method
18 - Supports multiple plug-ins for different message methods
19 - Supports 'push' and 'pull' message delivery
20
21 Plug-ins provided in this package:
22 ---------------------------------
23 - messaging_mail: Integration with Drupal core mail API
24 - messaging_private: Integration with Privatemsg
25 - messaging_simple: Provides a simple UI for viewing pending messages for a user
26
27 Developers:
28 -----------
29 - Tim Cullen
30 - Jeff Miccolis
31 - Jose A. Reyero
32
33 Development Seed, http://www.developmentseed.org

  ViewVC Help
Powered by ViewVC 1.1.2