From 1f4b5e2e6c45cc4ab73604f12685868d12ec6338 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Sun, 8 Sep 2013 22:39:41 -0700 Subject: Updates for statedir --- notes/ikiwiki_setup_mangling.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'notes') diff --git a/notes/ikiwiki_setup_mangling.mdwn b/notes/ikiwiki_setup_mangling.mdwn index e979458..0122140 100644 --- a/notes/ikiwiki_setup_mangling.mdwn +++ b/notes/ikiwiki_setup_mangling.mdwn @@ -27,13 +27,14 @@ the cgi-related functions. Note that you'll later have to deal with errors about delete $config->{wrappers}; # delete cgi-relevant plugins - @{$config->{add_plugins}} = grep(!/^(wmd|httpauth)$/, @{$config->{add_plugins}}); + @{$config->{add_plugins}} = grep(!/^(wmd|httpauth|attachment|rename|remove|search)$/, @{$config->{add_plugins}}); push(@{$config->{disable_plugins}}, 'recentchanges'); $config->{destdir} = '/srv/www/www.tovatest.com'; $config->{url} = 'http://www.tovacompany.com'; + $config->{wikistatedir} = '/srv/ikiwiki/tovawiki/.ikiwiki-live'; my $newconfig = Data::Dumper->new( [ $config ] ); $newconfig->Terse( 1 ); -- cgit v1.2.3