]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/discuss_without_login.mdwn
Merge commit 'intrigeri/po'
[ikiwiki.git] / doc / todo / discuss_without_login.mdwn
1 # Discuss without login? Or feedback forum? Or fine-tuned per-page access control?
2
3 Any plugin or option for allowing website visitors to edit the discuss page without logging in (without having ikiwiki accounts)?
4
5 Or any plugin to add a feedback form (and maybe threads) to extend a Wiki webpage?
6
7 Or is there per-page access control that can be fine-tuned to lock some users or groups for specific pages?
8 (The [[ikiwiki/pagespec]] does show a way to lock all pages except for Discussion pages, but I want some users to also be able to edit other pages.)
9
10 I want a way for website visitors to be able to give feedback on the wiki pages without having to sign up or log in.
11 I don't want them to be able to edit the exiting wiki pages except maybe Discussion page.
12
13 (For some reason, it seems like I asked this before ...)
14
15 --JeremyReed
16
17 [[todo/Done]]; there's now a plugin interface for this and several nice
18 plugins including one allowing [[plugins/opendiscussion]]. More special-purpose 
19 (and less wiki-like plugins) can be added based on this. --[[Joey]]