aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-15 16:52:41 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-15 16:52:41 -0400
commitadbbd014dc76f334ed897f6801afa4cb0b483864 (patch)
tree3e7dd92411f22249d1a5511f7a620c419322b983
parent358fa953e189d6f8a7925be8533fe7b7c5699503 (diff)
downloadikiwiki-adbbd014dc76f334ed897f6801afa4cb0b483864.tar
ikiwiki-adbbd014dc76f334ed897f6801afa4cb0b483864.tar.gz
Enable calendar and sidebar in auto-blog.setup.
-rw-r--r--auto-blog.setup2
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 1 deletions
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 <joeyh@debian.org> Sun, 04 Apr 2010 12:17:11 -0400