diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-28 17:48:24 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-28 17:48:24 +0000 |
commit | a0653933d324f30838fe04d5f9aaab8b130014b2 (patch) | |
tree | b8c1bd9ed42cf27dd6b5238e19020bf06d55e87d /doc | |
parent | 201e681d3413d93c99af614042d26ad9a74edfcf (diff) | |
download | ikiwiki-a0653933d324f30838fe04d5f9aaab8b130014b2.tar ikiwiki-a0653933d324f30838fe04d5f9aaab8b130014b2.tar.gz |
* Add exclude option in setup files, works same as --exclude.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki.setup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index b79722db9..8c9ce063c 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -67,6 +67,9 @@ use IkiWiki::Setup::Standard { #pingurl => [qw{http://rpc.technorati.com/rpc/ping}], # Include discussion links on all pages? discussion => 1, + # To exclude files matching a regexp from processing. This adds to + # the default exclude list. + #exclude => qr/\*.wav/, # Time format (for strftime) #timeformat => '%c', |