Changes between Initial Version and Version 1 of AnnouncerPlugin/PluginSupport/FullBlogPlugin


Ignore:
Timestamp:
Mar 2, 2010, 4:30:41 AM (14 years ago)
Author:
Ryan J Ollos
Comment:

documentation moved.

Legend:

Unmodified
Added
Removed
Modified
  • AnnouncerPlugin/PluginSupport/FullBlogPlugin

    v1 v1  
     1= Email Notifications for FullBlogPlugin using AnnouncerPlugin =
     2
     3== Description ==
     4
     5This plugin uses the blog change interface in FullBlogPlugin to send out email announcements, using the AnnouncerPlugin, for:
     6
     7 * new blog posts
     8 * updated blog posts
     9 * comment added
     10 * deletion of blog posts
     11
     12Email announcements are sent to the user who made the change. Notifications can also be sent to other users or a distribution list by specifying user preferences.
     13
     14See also: FullBlogNotificationPlugin
     15
     16== Example ==
     17
     18Using the ini options available below you can set the default setting for author announcements.
     19
     20{{{
     21[fullblog-announcement]
     22always_notify_author = enabled
     23blog_email_subject = Blog: ${blog.name} ${action}
     24}}}
     25
     26== Recent Changes ==
     27
     28[[ChangeLog(announcerplugin/trunk/announcer/opt/fullblog, 3)]]