aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-03-28 18:52:11 -0400
committerJoey Hess <joey@kitenet.net>2012-03-28 18:52:11 -0400
commita22be4eef0781548158fdb22bcbfe23ab6581ff6 (patch)
tree2c7e0d08f2396383dea8d71721b2789fd691c64f /doc
parentd68d25526816d40048ca47ad360304bce162b659 (diff)
downloadikiwiki-a22be4eef0781548158fdb22bcbfe23ab6581ff6.tar
ikiwiki-a22be4eef0781548158fdb22bcbfe23ab6581ff6.tar.gz
finish notifyemail plugin
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/notifyemail.mdwn (renamed from doc/plugins/changeemail.mdwn)6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/plugins/changeemail.mdwn b/doc/plugins/notifyemail.mdwn
index f37d0f5ad..88e88e106 100644
--- a/doc/plugins/changeemail.mdwn
+++ b/doc/plugins/notifyemail.mdwn
@@ -1,10 +1,12 @@
-This plugin allows emailing users when pages are created or changed.
+This plugin allows uses to subscribe to pages, and emails them when
+they 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
+matching the PagSspec 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,