[Comoblog-commit] modules/mod_comment_notify/install mod_comment_notify.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-28 10:41:55
|
Update of /cvsroot/comoblog/modules/mod_comment_notify/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13672/mod_comment_notify/install Added Files: mod_comment_notify.xml Log Message: initial add mod_comment_notify, this mod will email a notification of new comments to the site owner, ive not used it in anger since i first wrote it, as i replace it with an rss feed of comments, how ever i believe it all works okay - on linux at least., it should probably be tested some more, however i noticed that there was a feature request for this, so im adding it as a base for some one to look at, test and file any bug reports. --- NEW FILE: mod_comment_notify.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <module> <name>mod_comment_notify</name> <description>Sends an email (using smtp) when a comment is added</description> <allowed_pos>not_visible</allowed_pos> <filter_posts>N</filter_posts> <filter_comments>Y</filter_comments> <version>1.0</version> <minimum_supported>1.0</minimum_supported> <certified>1.0</certified> <author>iamdecal iam...@gm... http://www.iamdecal.co.uk</author> <date>2004-04-29</date> <param name="CFG_COMMENT_NOTIFY_FROM" description="The address notifications will be sent from" type="text" editable="Y" accept_null="N" value="" /> <param name="CFG_COMMENT_NOTIFY_TO" description="The addresses notifications will be sent to" type="text" editable="Y" accept_null="N" value="" /> <param name="CFG_WHERE_IS_SENDMAIL" description="location of send mail -" type="text" editable="Y" accept_null="N" value="/usr/sbin/sendmail" /> </module> |