From 6f852e88e30775cb2238f301bb7ca1c4a83d59f4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 1 May 2008 14:58:23 -0400 Subject: anonk: Add anonok_pagespec configuration setting that can be used to allow anonymous users to edit only matching pages. Closes: #478892 --- doc/ikiwiki.setup | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ikiwiki.setup') diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 885f77813..cbc4cbc9f 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -159,4 +159,8 @@ use IkiWiki::Setup::Standard { # mirror1 => "http://hostname1", # mirror2 => "http://hostname2/mirror", #}, + + # For use with the anonok plugin, a PageSpec specifying what + # pages anonymous users can edit + #anonok_pagespec => "*", } -- cgit v1.2.3