From adbbd014dc76f334ed897f6801afa4cb0b483864 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Apr 2010 16:52:41 -0400 Subject: [PATCH] Enable calendar and sidebar in auto-blog.setup. --- auto-blog.setup | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/auto-blog.setup b/auto-blog.setup index 0a2a81bf7..ff52befa3 100644 --- a/auto-blog.setup +++ b/auto-blog.setup @@ -36,7 +36,7 @@ IkiWiki::Setup::Automator->import( cgiurl => "http://$domain/~$ENV{USER}/$wikiname_short/ikiwiki.cgi", cgi_wrapper => "$ENV{HOME}/public_html/$wikiname_short/ikiwiki.cgi", adminemail => "$ENV{USER}\@$domain", - add_plugins => [qw{goodstuff websetup comments opendiscussion blogspam calendar}], + add_plugins => [qw{goodstuff websetup comments opendiscussion blogspam calendar sidebar}], disable_plugins => [qw{}], libdir => "$ENV{HOME}/.ikiwiki", rss => 1, diff --git a/debian/changelog b/debian/changelog index 267a2fd7a..af19f4a00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,6 +39,7 @@ ikiwiki (3.20100415) UNRELEASED; urgency=low * CSS and templates for sidebar changed to use a class, not an id. * sidebar: Now a sidebar directive can be used to override the sidebar shown on a page. + * Enable calendar and sidebar in auto-blog.setup. -- Joey Hess Sun, 04 Apr 2010 12:17:11 -0400 -- 2.44.0