X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/def02747934ebb9bbcc09de0824667666448881e..0ff488e3807aa9a1b21033f33b236ad06ff9bdbb:/basewiki/globlist.mdwn diff --git a/basewiki/globlist.mdwn b/basewiki/globlist.mdwn index 99ea73e73..20a9eed1b 100644 --- a/basewiki/globlist.mdwn +++ b/basewiki/globlist.mdwn @@ -1,5 +1,5 @@ When the wiki stores lists of pages, such as pages that are locked or pages -that you want to be emailed if changed, it uses a GlobList. +whose commit emails you want subscribe to, it uses a GlobList. This is a list of page names, separated by white space. The "glob" bit is that as well as full page names, it can contain glob patterns. "`*`" stands @@ -9,12 +9,12 @@ name. So if you wanted to list all the pages about tea, and any *tea* SandBox/* -You can also prefix an item in the list with "!" to skip matching any +You can also prefix an item in the list with "`!`" to skip matching any pages that match it. So if you want to specify all pages except for -Discussion pages: - - !*/Discussion - -Here's how to specify all pages except discussion pages and the SandBox: +Discussion pages and the SandBox: * !SandBox !*/Discussion + +It's also possible to match pages that link to a given page, by writing +"link(page)" in a globlist. Or, match pages that a given page links to, by +writing "backlink(page)".