]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/ikiwiki.setup
aggregate: Add support for web-based triggering of aggregation for people stuck...
[ikiwiki.git] / doc / ikiwiki.setup
index cbc4cbc9fd9943ebc056c7950a44b39dba61e3e2..33710d1d773b2175f77ec84effae0b9d170ef6f5 100644 (file)
@@ -163,4 +163,8 @@ use IkiWiki::Setup::Standard {
        # For use with the anonok plugin, a PageSpec specifying what
        # pages anonymous users can edit
        #anonok_pagespec => "*",
        # For use with the anonok plugin, a PageSpec specifying what
        # pages anonymous users can edit
        #anonok_pagespec => "*",
+       
+       # For use with the aggregate plugin, to allow aggregation to be
+       # triggered via the web.
+       #aggregate_webtrigger => 1,
 }
 }