auto-blog.setup: Lock all pages, so only admin can post to the blog by default.
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 6 Feb 2010 20:53:54 +0000 (15:53 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 6 Feb 2010 20:53:54 +0000 (15:53 -0500)
auto-blog.setup
debian/changelog

index 82aa8d4155fa54b7e180f7629fbe807097992096..e3059e32e6642fbedaedfb66d3b85ad203fbd29e 100644 (file)
@@ -47,4 +47,5 @@ IkiWiki::Setup::Automator->import(
        comments_pagespec => "posts/* and !*/Discussion",
        blogspam_pagespec => "postcomment(*)",
        discussion => 0,
+       locked_pages => "*",
 )
index e07bada2808316c68be2914e2c42746fbd465543..b4acac633f9d507b5850c54434beffcb439dfe36 100644 (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