X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/4f0ac7fe59c196a602e07cc6c4abfc248999ec6b..5e4767a594f238327a4c74f1aecc69779a237eab:/underlays/basewiki/directive/aggregate.mdwn diff --git a/underlays/basewiki/directive/aggregate.mdwn b/underlays/basewiki/directive/aggregate.mdwn index e8c1d8e10..6173f3944 100644 --- a/underlays/basewiki/directive/aggregate.mdwn +++ b/underlays/basewiki/directive/aggregate.mdwn @@ -1,5 +1,8 @@ The `aggregate` directive is supplied by the [[!iki plugins/aggregate]] plugin. +This plugin requires extra setup, specifically, a cron job. +See the plugin documentation for details. + This directive allows content from other feeds to be aggregated into the wiki. Aggregate a feed as follows: @@ -8,8 +11,9 @@ Aggregate a feed as follows: url="http://example.com/" updateinterval="15"]] That example aggregates posts from the specified RSS feed, updating no -more frequently than once every 15 minutes, and puts a page per post under -the example/ directory in the wiki. +more frequently than once every 15 minutes (though possibly less +frequently, if the cron job runs less frequently than that), and puts a +page per post under the example/ directory in the wiki. You can then use ikiwiki's [[ikiwiki/blog]] support to create a blog of one or more aggregated feeds. For example: