summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-29 22:54:14 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-29 22:54:14 +0000
commit1e62e4f87fdf1441afab47a60aaf60b9246a5876 (patch)
treea4a6ef93bf7f0d215d3320d90317f13b9bb2514a /IkiWiki.pm
parent67631c51ab971aa272b9b1230d2fe469d77091ee (diff)
* Enable openid logins by default.
* Enable usedirs by default.
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r--IkiWiki.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm
index 70fc6ff73..1d764bae2 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -69,14 +69,14 @@ sub defaultconfig () { #{{{
setup => undef,
adminuser => undef,
adminemail => undef,
- plugin => [qw{mdwn inline htmlscrubber passwordauth signinedit
+ plugin => [qw{mdwn inline htmlscrubber passwordauth openid signinedit
lockedit conditional}],
timeformat => '%c',
locale => undef,
sslcookie => 0,
httpauth => 0,
userdir => "",
- usedirs => 0,
+ usedirs => 1,
numbacklinks => 10,
} #}}}