X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/483f61d228a547627512ec14cc16345bdd4dc159..57743730468b4a7ccaa724ac82739ca0c79de809:/basewiki/globlist.mdwn diff --git a/basewiki/globlist.mdwn b/basewiki/globlist.mdwn index 30bc837ac..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 @@ -14,3 +14,7 @@ pages that match it. So if you want to specify all pages except for 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)".