]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttps://profiles.google.com/lumeng.dev <lumengdev@web>
Sun, 22 May 2011 02:47:30 +0000 (02:47 +0000)
committeradmin <admin@branchable.com>
Sun, 22 May 2011 02:47:30 +0000 (02:47 +0000)
doc/forum/How_to_lock_all_pages_except_discussions_and_comments_to_blog_posts__63__.mdwn [new file with mode: 0644]

diff --git a/doc/forum/How_to_lock_all_pages_except_discussions_and_comments_to_blog_posts__63__.mdwn b/doc/forum/How_to_lock_all_pages_except_discussions_and_comments_to_blog_posts__63__.mdwn
new file mode 100644 (file)
index 0000000..18ff8f1
--- /dev/null
@@ -0,0 +1,11 @@
+I enabled `comments`, `lockedit` plugins. I put blog posts in `~/foobar.com/static/blog/` and other pages in `~/foobar.com/static/`. I want to 
+
+* allow Wiki-style `Discussion` to my pages outside of `blog`
+* allow blog-style comment to my blog posts
+* lock all pages that's not comment or discussion
+
+How to achieve this?
+
+Is it `locked_pages => '!blog/comment_* and !*/Discussion'` for `lockedit` plugin, right?
+
+