auto-blog.setup: Don't enable opendiscussion by default; require users be logged in to post comments.

master
Joey Hess 2010-10-17 17:26:35 -04:00
parent dcd8997937
commit 1d119e5314
2 changed files with 4 additions and 2 deletions

View File

@ -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 sidebar}],
add_plugins => [qw{goodstuff websetup comments blogspam calendar sidebar}],
disable_plugins => [qw{}],
libdir => "$ENV{HOME}/.ikiwiki",
rss => 1,
@ -49,6 +49,6 @@ IkiWiki::Setup::Automator->import(
archive_pagespec => "page(posts/*) and !*/Discussion",
global_sidebars => 0,
discussion => 0,
locked_pages => "*",
locked_pages => "* and !postcomment(*)",
tagbase => "tags",
)

2
debian/changelog vendored
View File

@ -16,6 +16,8 @@ ikiwiki (3.20100927) UNRELEASED; urgency=low
of the monotone workspace. Thanks, tommyd.
* img: If a class is specified, don't also put the img in the img
class.
* auto-blog.setup: Don't enable opendiscussion by default; require users be
logged in to post comments.
-- Joey Hess <joeyh@debian.org> Wed, 29 Sep 2010 11:58:23 -0400