diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 19:33:56 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 19:33:56 -0500 |
commit | c1e4bed9d6c57c6c8fd08712ba20f303980b1e69 (patch) | |
tree | 01c96352549d8338f358f4fbda2b694c3c1e434e /doc/plugins/aggregate.mdwn | |
parent | 1c9946ff484f46cdbd3fd2c9dababbbb2a95ed63 (diff) | |
parent | 7fad6c0cfb9e33e0f0456aeeb490ebde300001b4 (diff) |
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc/plugins/aggregate.mdwn')
-rw-r--r-- | doc/plugins/aggregate.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/aggregate.mdwn b/doc/plugins/aggregate.mdwn index 8b1abcd61..398da4b5e 100644 --- a/doc/plugins/aggregate.mdwn +++ b/doc/plugins/aggregate.mdwn @@ -8,7 +8,7 @@ Aggregate a feed as follows feedurl="http://example.com/index.rss" url="http://example.com/" updateinterval="15"]] -That example aggregates posts from the expecified RSS feed, updating no +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. |