]> 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 Some changes are needed to ikiwiki configs to support this:
5
6 * A new `--adminemail` config option has been added, that is used for both
7   this and for sending user subscription mails, so should be configured on
8   any wiki that uses either feature. 
9 * `--svnpath` needs to be set to location of your wiki inside its
10   subversion repository. It defaults to "trunk", which will work for many
11   layouts.
12 * A new `--notify` config option should be passed to ikiwiki when it's run
13   as a svn commit hook, to enable it sending the subscription mails.
14 * `--svnrepo` is actually supported and used now, so should be set to the
15   subversion repository directory.
16
17 [[ikiwiki.setup]] has been updated accordingly.
18
19 This is the last major change planned before the first official release of
20 ikiwiki. The main remaining issue blocking that release is the resolution
21 of what to do about HTML XSS [[security]] issues.