summaryrefslogtreecommitdiff
path: root/doc/ikiwiki.setup
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-05-01 14:58:23 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-05-01 14:58:23 -0400
commit6f852e88e30775cb2238f301bb7ca1c4a83d59f4 (patch)
tree7d30c9308e9f3c1c43616e6b6011468030a84fbe /doc/ikiwiki.setup
parentf39659277db1865cf75d6a141e4dd6508945a2f5 (diff)
anonk: Add anonok_pagespec configuration setting that can be used to allow anonymous users to edit only matching pages. Closes: #478892
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r--doc/ikiwiki.setup4
1 files changed, 4 insertions, 0 deletions
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 => "*",
}