From a43888683a1eba54ed87886bba6a57ab1393fc17 Mon Sep 17 00:00:00 2001 From: www-data Date: Tue, 8 Mar 2011 20:32:06 -0500 Subject: [PATCH] Another setup fix --- web.setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web.setup b/web.setup index 307044a..f6e13b2 100644 --- a/web.setup +++ b/web.setup @@ -30,7 +30,7 @@ use IkiWiki::Setup::Standard { # rcs backend to use rcs => 'git', # plugins to add to the default configuration - add_plugins => [qw{toc goodstuff websetup}], + add_plugins => [qw{toc goodstuff }], # plugins to disable disable_plugins => [], # additional directory to search for template files @@ -80,7 +80,7 @@ use IkiWiki::Setup::Standard { # regexp of normally excluded files to include #include => '^\\.htaccess$', # regexp of files that should be skipped - exclude => '^(*\\.private|Makefile|.*\.setup)$', + exclude => '^(.*\\.private|Makefile|.*\\.setup)$', # specifies the characters that are allowed in source filenames wiki_file_chars => '-[:alnum:]+/.:_', # allow symlinks in the path leading to the srcdir (potentially insecure) -- 2.1.4