inline: Support feedfile option to change the filename of the feed generated.
[ikiwiki.git] / doc / ikiwiki / directive / inline.mdwn
index 82b532e0c371a1dd0dd5050dac1b72cd73ae17f0..40670e1e7676cbe702dd0ae22bbdb984a186b44a 100644 (file)
@@ -104,6 +104,11 @@ Here are some less often needed parameters:
 * `guid` - If a URI is given here (perhaps a UUID prefixed with `urn:uuid:`),
   the Atom feed will have this as its `<id>`. The default is to use the URL
   of the page containing the `inline` directive.
+* `feedfile` - Can be used to change the name of the file generated for the
+  feed. This is particularly useful if a page contains multiple feeds.
+  For example, set "feedfile=feed" to cause it to generate `page/feed.atom`
+  and/or `page/feed.rss`. This option is not supported if the wiki is
+  configured not to use `usedirs`.
 
 [[!meta robots="noindex, follow"]]