Changes between Initial Version and Version 1 of FullBlogNotificationPlugin


Ignore:
Timestamp:
Nov 24, 2008, 4:49:26 PM (15 years ago)
Author:
Nick Loeve
Comment:

New hack FullBlogNotificationPlugin, created by trickie

Legend:

Unmodified
Added
Removed
Modified
  • FullBlogNotificationPlugin

    v1 v1  
     1= FullBlogNotification =
     2
     3== Description ==
     4
     5This plugin uses the blog change interface in FullBlogPlugin to send out email notifications for:
     6
     7 * new blog posts
     8 * updated blog posts
     9 * comment added
     10 * deletion of blog posts
     11
     12== Bugs/Feature Requests ==
     13
     14Existing bugs and feature requests for FullBlogNotificationPlugin are
     15[report:9?COMPONENT=FullBlogNotificationPlugin here].
     16
     17If you have any issues, create a
     18[http://trac-hacks.org/newticket?component=FullBlogNotificationPlugin&owner=trickie new ticket].
     19
     20== Download ==
     21
     22Download the zipped source from [download:fullblognotificationplugin here].
     23
     24== Source ==
     25
     26You can check out FullBlogNotificationPlugin from [http://trac-hacks.org/svn/fullblognotificationplugin here] using Subversion, or [source:fullblognotificationplugin browse the source] with Trac.
     27
     28== Example ==
     29
     30Using the ini options available below you can get notifications of blog changes:
     31
     32{{{
     33[fullblog-notification]
     34from_email = "trac+blog@localhost"
     35from_name = None
     36smtp_always_cc = []
     37subject_template = "$prefix $blog.title $action"
     38always_notify_author = False
     39}}}
     40
     41== Recent Changes ==
     42
     43[[ChangeLog(fullblognotificationplugin, 3)]]
     44
     45== Author/Contributors ==
     46
     47'''Author:''' [wiki:trickie] [[BR]]
     48'''Contributors:'''