aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-22 14:43:31 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-22 14:43:31 -0400
commitfcc3b945d6dfb00a93863d39da56e91544ae799d (patch)
treebe15337ff091401cabeee3345dd1517acbbd486f /doc
parente8b9cce4b302dabe0a425e27819fdb00c92aeaec (diff)
downloadikiwiki-fcc3b945d6dfb00a93863d39da56e91544ae799d.tar
ikiwiki-fcc3b945d6dfb00a93863d39da56e91544ae799d.tar.gz
document internal here (was already documented in plugins/aggregate)
Diffstat (limited to 'doc')
-rw-r--r--doc/ikiwiki/directive/aggregate.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/aggregate.mdwn b/doc/ikiwiki/directive/aggregate.mdwn
index 70174f440..ddfcd40b7 100644
--- a/doc/ikiwiki/directive/aggregate.mdwn
+++ b/doc/ikiwiki/directive/aggregate.mdwn
@@ -19,6 +19,11 @@ 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`