projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc3ac49
)
add filecheck plugin to test wiki
author
David Bremner
<bremner@unb.ca>
Wed, 27 Aug 2008 01:43:07 +0000
(22:43 -0300)
committer
David Bremner
<bremner@unb.ca>
Wed, 27 Aug 2008 01:43:07 +0000
(22:43 -0300)
test/test.setup
patch
|
blob
|
history
diff --git
a/test/test.setup
b/test/test.setup
index 82b725e3006d803f3fa47a87e8ef6f46e2363c6b..512f14fbb7a8f42916cb3f34d4b7ee2097558e7f 100644
(file)
--- a/
test/test.setup
+++ b/
test/test.setup
@@
-139,7
+139,9
@@
use IkiWiki::Setup::Standard {
#multimarkdown => 1,
# To add plugins, list them here.
- add_plugins=>[qw{mailbox}],
+ # you probably want filecheck if you are getting mail from someone
+ # other than yourself.
+ add_plugins=>[qw{filecheck mailbox}],
#add_plugins => [qw{goodstuff search wikitext camelcase
# htmltidy fortune sidebar map rst anonok}],
# If you want to disable any of the default plugins, list them here.