disallow comments to more pages that just collect other pages

This commit is contained in:
Joey Hess 2013-11-01 11:21:51 -04:00
parent df19849423
commit 39d3b99ede

View file

@ -317,8 +317,8 @@ virus_checker: clamdscan -
# comments plugin # comments plugin
# PageSpec of pages where comments are allowed # PageSpec of pages where comments are allowed
comments_pagespec: page(*) and !*/Discussion and !ikiwiki/* and !index and !forum comments_pagespec: page(*) and !*/Discussion and !ikiwiki/* and !index and !forum
and !bugs and !todo and !news and !recentchanges and !comments and !walkthrough and !bugs and !todo and !news and !tips and !recentchanges and !comments and !walkthrough
and !design/assistant/blog and !design/assistant/blog and !devblog
# PageSpec of pages where posting new comments is not allowed # PageSpec of pages where posting new comments is not allowed
comments_closed_pagespec: '' comments_closed_pagespec: ''
# Base name for comments, e.g. "comment_" for pages like "sandbox/comment_12" # Base name for comments, e.g. "comment_" for pages like "sandbox/comment_12"