sipb-www
/
ikiwiki.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* Fix example exclude regexp. Closes: #469691
[ikiwiki.git]
/
doc
/
ikiwiki.setup
diff --git
a/doc/ikiwiki.setup
b/doc/ikiwiki.setup
index 1cef4bd87f2964a392e18d6b9dfda5edbec6de49..9c94bcbe148e5ba7be789f74e21d798007360d9e 100644
(file)
--- a/
doc/ikiwiki.setup
+++ b/
doc/ikiwiki.setup
@@
-110,7
+110,7
@@
use IkiWiki::Setup::Standard {
discussion => 1,
# To exclude files matching a regexp from processing. This adds to
# the default exclude list.
discussion => 1,
# To exclude files matching a regexp from processing. This adds to
# the default exclude list.
- #exclude => qr/
*\.wav
/,
+ #exclude => qr/
\.wav$
/,
# To change the extension used for generated html files.
#htmlext => 'htm',
# Time format (for strftime)
# To change the extension used for generated html files.
#htmlext => 'htm',
# Time format (for strftime)