diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-24 23:05:17 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-24 23:05:17 +0000 |
commit | 698aeb20168b7e22a2ce3618a28fdee32ed4a417 (patch) | |
tree | e6eed58298e7bbecbdb693ed3fc83c780443fa84 /doc/news | |
parent | 1c8b757580fd0254131a5de6032b13837360221b (diff) |
update
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/email_subscriptions.mdwn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/news/email_subscriptions.mdwn b/doc/news/email_subscriptions.mdwn new file mode 100644 index 000000000..7d242c0ce --- /dev/null +++ b/doc/news/email_subscriptions.mdwn @@ -0,0 +1,21 @@ +ikiwiki now supports subscribing to pages on wikis with a subversion +backend. Subscribers will be mailed commit diffs. + +Some changes are needed to ikiwiki configs to support this: + +* A new `--adminemail` config option has been added, that is used for both + this and for sending user subscription mails, so should be configured on + any wiki that uses either feature. +* `--svnpath` needs to be set to location of your wiki inside its + subversion repository. It defaults to "trunk", which will work for many + layouts. +* A new `--notify` config option should be passed to ikiwiki when it's run + as a svn commit hook, to enable it sending the subscription mails. +* `--svnrepo` is actually supported and used now, so should be set to the + subversion repository directory. + +[[ikiwiki.setup]] has been updated accordingly. + +This is the last major change planned before the first official release of +ikiwiki. The main remaining issue blocking that release is the resolution +of what to do about HTML XSS [[security]] issues. |