diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-28 16:40:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-28 16:40:10 -0400 |
commit | 723c5b97d37125a4020670807fc1569918d37276 (patch) | |
tree | 00e5b070b07aa7c9d4b6000c8fae211d0c004441 /doc/plugins | |
parent | 84cd40d1792f83a625b0292d889c6698c6be8dad (diff) | |
download | ikiwiki-723c5b97d37125a4020670807fc1569918d37276.tar ikiwiki-723c5b97d37125a4020670807fc1569918d37276.tar.gz |
changemail: New plugin, sends emails about changed pages.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/changeemail.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/plugins/changeemail.mdwn b/doc/plugins/changeemail.mdwn new file mode 100644 index 000000000..f37d0f5ad --- /dev/null +++ b/doc/plugins/changeemail.mdwn @@ -0,0 +1,12 @@ +This plugin allows emailing users when pages are created or changed. +It needs the [[!cpan Mail::SendMail]] perl module, and sends mail +using the local MTA. + +Each user can configure which pages they are interested in, using an +[[ikiwiki/PageSpec]] on their Preferences page. Any change to a page +matching the pagespec will send an email that includes the new content of +the page, and a link to the page on the web. + +To make it easy to subscribe to comment threads when posting a comment, +there is a check box that can be used to subscribe, without needing to +manually edit the [[ikiwiki/PageSpec]]. |