From 39d3b99eded7b0b533a7ad579c7fc17439f0fc96 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 1 Nov 2013 11:21:51 -0400 Subject: [PATCH] disallow comments to more pages that just collect other pages --- ikiwiki.setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 687341c106..dcb8108c10 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -317,8 +317,8 @@ virus_checker: clamdscan - # comments plugin # PageSpec of pages where comments are allowed comments_pagespec: page(*) and !*/Discussion and !ikiwiki/* and !index and !forum - and !bugs and !todo and !news and !recentchanges and !comments and !walkthrough - and !design/assistant/blog + and !bugs and !todo and !news and !tips and !recentchanges and !comments and !walkthrough + and !design/assistant/blog and !devblog # PageSpec of pages where posting new comments is not allowed comments_closed_pagespec: '' # Base name for comments, e.g. "comment_" for pages like "sandbox/comment_12"