auto-blog.setup: Lock all pages, so only admin can post to the blog by default.

master
Joey Hess 2010-02-06 15:53:54 -05:00
parent 03777230ea
commit eda1d1321b
2 changed files with 3 additions and 0 deletions

View File

@ -47,4 +47,5 @@ IkiWiki::Setup::Automator->import(
comments_pagespec => "posts/* and !*/Discussion",
blogspam_pagespec => "postcomment(*)",
discussion => 0,
locked_pages => "*",
)

2
debian/changelog vendored
View File

@ -8,6 +8,8 @@ ikiwiki (3.20100123) UNRELEASED; urgency=low
ikiwiki.cgi?do=register
* Improve display of openid in preferences page.
* Add link to userpage (or creation link) to top of preferences page.
* auto-blog.setup: Lock all pages, so only admin can post to the blog
by default.
-- Joey Hess <joeyh@debian.org> Tue, 26 Jan 2010 22:25:33 -0500