]> sipb.mit.edu Git - ikiwiki.git/blobdiff - basewiki/globlist.mdwn
web commit by IainMcLaren
[ikiwiki.git] / basewiki / globlist.mdwn
index 99ea73e7309c5637cf6276a88a1ac92993f1778f..5255a3beec1ea25afe8881e369d52b301520dffe 100644 (file)
@@ -1,5 +1,5 @@
 When the wiki stores lists of pages, such as pages that are locked or pages
 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
 
 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,8 @@ name. So if you wanted to list all the pages about tea, and any
 
        *tea* SandBox/*
 
 
        *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
 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
 
        * !SandBox !*/Discussion