unify pagespecs

master
Joey Hess 2008-12-21 16:50:50 -05:00
parent 63b919b230
commit d70f3d6271
2 changed files with 3 additions and 2 deletions

View File

@ -21,4 +21,4 @@ Some additional configuration you might want to do:
* Enable the [[comments|plugins/comments]] plugin and configure it to
enable comments to posts to the blog:
comments_pagespec => 'blog/posts/*',
comments_pagespec => 'blog/posts/* and !*/Discussion',

View File

@ -25,7 +25,8 @@ There are some global options for the setup file:
* `comments_pagespec`: [[ikiwiki/PageSpec]] of pages where comments are
allowed. The default is not to allow comments on any pages. To allow
comments to all posts to a blog, you could use `blog/* and !*/Discussion`.
comments to all posts to a blog, you could use
`blog/posts/* and !*/Discussion`.
* `comments_closed_pagespec`: [[ikiwiki/PageSpec]] of pages where
posting of new comments is closed, but any existing comments will still
be displayed. Often you will list a set of individual pages here.