diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-06-05 18:32:24 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:54:31 +0200 |
commit | db83eb05309920bf1b3a139fe953882200878b46 (patch) | |
tree | dbf5e98af7488e3b34bf55cd0a19a552a4ef0edf /roles/wiki/files/var | |
parent | 47bc2f8d305f6d14b7f61334bf328447b4f7319d (diff) |
wiki: enable comments in the tracker.
Diffstat (limited to 'roles/wiki/files/var')
-rw-r--r-- | roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup index dc82e28..fb61c59 100644 --- a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup +++ b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup @@ -50,6 +50,7 @@ add_plugins: - highlight - toc - htmlbalance + - comments ### - isWebsite # plugins to disable @@ -265,7 +266,7 @@ virus_checker: clamdscan - # comments plugin # PageSpec of pages where comments are allowed -#comments_pagespec: blog/* and !*/Discussion +comments_pagespec: tracker/* # PageSpec of pages where posting new comments is not allowed #comments_closed_pagespec: blog/controversial or blog/flamewar # Base name for comments, e.g. "comment_" for pages like "sandbox/comment_12" |