https://profiles.google.com/lumeng.dev 2011-05-22 02:47:30 +00:00 committed by admin
parent f089637ccb
commit 0de26800cb
1 changed files with 11 additions and 0 deletions

View File

@ -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?