]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/index/discussion.mdwn
web commit by JeremyReed: mention exclude
[ikiwiki.git] / doc / index / discussion.mdwn
index ac4f32d2661076e4cb5ce4622dcd160a37f6d324..d02564ff604519e71e5764180ca67393a0d6be27 100644 (file)
@@ -199,10 +199,17 @@ What is the correct way to include ,v RCS revision files in my source tree witho
 
 -- [[JeremyReed]]
 
-> Add the ,v to the $config{wiki_file_prune_regexps} array. This is how we
+> Add the ,v to the $config{wiki\_file\_prune\_regexps} array. This is how we
 > skip equivilant files from other revision control systems too.
 > --[[Joey]]]
 
+>> Okay, I used in my setup configuration:
+>>    exclude => qr/\,v$/,
+>> I looked in source for the array you mentioned above and noticed the $setup{exclude}. And now I see that is documented.
+>> (By the way, the example there doesn't seem correct with a literal asterisk and period wildcard.
+>> Maybe it should be qr/\.wav$/,)
+>> --[[JeremyReed]]
+
 ----
 
 # Textile Plugin
@@ -230,3 +237,5 @@ that sort of thing.  Where or how do I submit it for inclusion?
 >> Until I fix that, you can avoid the one from the underlay directory by
 >> setting `underlaydir` to point to an empty directory. --[[Joey]]
 >>
+>> Ok, fixed (in svn), it will now prefer files in the srcdir over files
+>> in the underlaydir that build the same page, no matter what extension.