]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/How_to_lock_all_pages_except_discussions_and_comments_to_blog_posts__63__.mdwn
Added a comment: It was an Apache problem...
[ikiwiki.git] / doc / forum / How_to_lock_all_pages_except_discussions_and_comments_to_blog_posts__63__.mdwn
1 I enabled `comments`, `lockedit` plugins. I put blog posts in `~/foobar.com/static/blog/` and other pages in `~/foobar.com/static/`. I want to 
2
3 * allow Wiki-style `Discussion` to my pages outside of `blog`
4 * allow blog-style comment to my blog posts
5 * lock all pages that's not comment or discussion
6
7 How to achieve this?
8
9 Is it `locked_pages => '!blog/comment_* and !*/Discussion'` for `lockedit` plugin, right?
10
11