X-Git-Url: http://www.project-moonshot.org/gitweb/?p=devwiki.git;a=blobdiff_plain;f=web.setup;h=f6e13b2f69e397e43ab766a1c13646bf53ecf2bc;hp=e132533bbe6a2f11fddbf73e5ce992e38c090254;hb=HEAD;hpb=d5712b4c60dd228f188dc57e68155de231d67105 diff --git a/web.setup b/web.setup index e132533..f6e13b2 100644 --- a/web.setup +++ b/web.setup @@ -12,7 +12,7 @@ use IkiWiki::Setup::Standard { # contact email for wiki adminemail => 'moonshot-community@jiscmail.ac.uk', # users who are wiki admins - adminuser => [qw{hartmans josh}], + adminuser => [qw{admin josh}], # users who are banned from the wiki banned_users => [], # where the source of the wiki is located @@ -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)$', + 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) @@ -169,7 +169,7 @@ use IkiWiki::Setup::Standard { # a password that must be entered when signing up for an account #account_creation_password => 's3cr1t', # cost of generating a password using Authen::Passphrase::BlowfishCrypt - #password_cost => 8, +password_cost => 8, ###################################################################### # format plugins