lukeredpath / mephisto-comment-notification

A simple comment notification plugin for the Mephisto blogging engine.

This URL has Read+Write access

name age message
file README Mon Oct 15 07:07:25 -0700 2007 Updated readme and about.yml with new repositor... [Luke Redpath]
file Rakefile Mon Oct 15 07:02:07 -0700 2007 Imported mephisto comment notification plugin f... [Luke Redpath]
file about.yml Mon Oct 15 07:07:25 -0700 2007 Updated readme and about.yml with new repositor... [Luke Redpath]
file init.rb Mon Oct 15 07:07:25 -0700 2007 Updated readme and about.yml with new repositor... [Luke Redpath]
directory lib/ Mon Oct 15 07:09:39 -0700 2007 Tweaked email notification template [Luke Redpath]
directory test/ Mon Oct 15 07:02:07 -0700 2007 Imported mephisto comment notification plugin f... [Luke Redpath]
README
Mephisto Comment Notification
=============================

A small extension to the Mephisto blogging engine for those who prefer email notifications over the RSS feeds.

This simple plugin hooks up an observer to the Mephisto Comment model and sends an email notification to the Site 
administrator each time a new comment is posted.

Install the plugin as normal (use svn co instead of script/plugin as this plugin uses trunk/tags):

  svn co svn://lukeredpath.co.uk/var/svn/plugins/mephisto_comment_notification/trunk 
  vendor/plugins/mephisto_comment_notification

Make sure ActionMailer is configured correctly for your server, restart your web server and off you go!

Please report any problems to contact@lukeredpath.co.uk.