head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2011.09.20.19.07.58;	author brooks;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add the trac-fullblognotification plugin which allows notifications to
be sent when trac-fullblog blogs are changed.
@
text
@This plugin uses the blog change interface in FullBlogPlugin to send out
email notifications for:
 * new posts
 * updated posts
 * comment added
 * deleted posts

Email notifications are sent to the user who made the change.
Notifications can also be sent to other users or a distribution list by
specifying the smtp_always_cc option.

The emails are sent in plain text using a template that was modeled
after Trac's ticket_notify_email template.

If you are using the AnnouncerPlugin, you should use its FullBlogPlugin
rather than the FullBlogNotificationPlugin.

WWW: http://trac-hacks.org/wiki/FullBlogNotificationPlugin
@
