2012-03-29 00:52:11 +02:00
|
|
|
This plugin allows uses to subscribe to pages, and emails them when
|
2012-03-30 19:39:13 +02:00
|
|
|
they are created or changed.
|
2012-03-29 00:52:11 +02:00
|
|
|
|
2012-03-28 22:40:10 +02:00
|
|
|
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
|
2012-03-30 03:27:20 +02:00
|
|
|
matching the PageSpec will send an email that includes the new content of
|
2012-03-28 22:40:10 +02:00
|
|
|
the page, and a link to the page on the web.
|
|
|
|
|
|
|
|
To make it easy to subscribe to comment threads when posting a comment,
|
2012-04-13 20:28:02 +02:00
|
|
|
or a page, there is a check box that can be used to subscribe, without
|
|
|
|
needing to manually edit the [[ikiwiki/PageSpec]].
|