]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/Add_permissions_for_suggesting__47__accepting_edits.mdwn
This reverts commit a877cc5d4caeab4f6f369fd1f1aa7520edb7e05f
[git.ikiwiki.info.git] / doc / bugs / Add_permissions_for_suggesting__47__accepting_edits.mdwn
1 Wikis are great tools for collaborative content of all types, but the choice for website creators who want a level of collaboration seem to have to choose between a static website, a wiki that anyone (or all members) can edit, or an overkill customized web app.
3 A simple innovation that needs to propagate through wiki software is adding the ability to suggest edits and accept those edits. Perhaps you want a wiki that anyone can suggest and edit, but only registered users can edit freely or accept edits. Or you want anyone, including members, to only be able to suggest edits, and only have moderators able to approve edits and edit freely. Etc, etc.
5 > Ikiwiki always has some work in this area; there is 
6 > the moderatedcomments plugin and the `checkcontent` hook.
7 > The hook allows, for example a plugin to reject changes
8 > with spam links or swear words. A plugin could also use
9 > it to save the diff for later moderation.
10
11 > I think the difficulty
12 > is in the moderation interface, which would need to apply the diff
13 > and show the resulting page with the changes somehow evident (for users
14 > who can't just read diffs), and would have to deal with conflicting
15 > edits, etc. --[[Joey]]