]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/ikiwiki/directive/aggregate.mdwn
support-statement
[ikiwiki.git] / doc / ikiwiki / directive / aggregate.mdwn
index 702d91cf55e6944704a44be4c820415b36469cf9..ddfcd40b79edfa4678e6a8a1c5b08fb9b9251634 100644 (file)
@@ -14,11 +14,16 @@ 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
+You can then use ikiwiki's [[inline]] directive to create a blog of one or
 more aggregated feeds. For example:
 
        \[[!inline pages="internal(example/*)"]]
 
+Note the use of `internal()` in the [[ikiwiki/PageSpec]] to match
+aggregated pages. By default, aggregated pages are internal pages,
+which prevents them from showing up directly in the wiki, and so this
+special [[PageSpec]] is needed to match them.
+
 ## usage
 
 Here are descriptions of all the supported parameters to the `aggregate`