]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/email_subscriptions.mdwn
web commit by joey
[ikiwiki.git] / doc / news / email_subscriptions.mdwn
1 ikiwiki now supports subscribing to pages on wikis with a subversion
2 backend. Subscribers will be mailed commit diffs.
3
4 (Support for editing subscriptions in the web UI will be implemented RSN. Got a bit ahead of myself with commits here.. --[[Joey]])
5
6 Some changes are needed to ikiwiki configs to support this:
7
8 * A new `--adminemail` config option has been added, that is used for both
9   this and for sending user subscription mails, so should be configured on
10   any wiki that uses either feature. 
11 * `--svnpath` needs to be set to location of your wiki inside its
12   subversion repository. It defaults to "trunk", which will work for many
13   layouts.
14 * A new `--notify` config option should be passed to ikiwiki when it's run
15   as a svn commit hook, to enable it sending the subscription mails.
16 * `--svnrepo` is actually supported and used now, so should be set to the
17   subversion repository directory.
18
19 [[ikiwiki.setup]] has been updated accordingly.
20
21 This is the last major change planned before the first official release of
22 ikiwiki. The main remaining issue blocking that release is the resolution
23 of what to do about HTML XSS [[security]] issues.