X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/a7d5259a88f738b8fad4154edd065f6dc5204895..42b1f27e5c9b048645300b238a4a59276586904c:/doc/bugs/A_page_that_inlines_pages__61____34____42____34___results_in_unnecessary_feed_generation.mdwn diff --git a/doc/bugs/A_page_that_inlines_pages__61____34____42____34___results_in_unnecessary_feed_generation.mdwn b/doc/bugs/A_page_that_inlines_pages__61____34____42____34___results_in_unnecessary_feed_generation.mdwn index 0241d63f5..0f623828a 100644 --- a/doc/bugs/A_page_that_inlines_pages__61____34____42____34___results_in_unnecessary_feed_generation.mdwn +++ b/doc/bugs/A_page_that_inlines_pages__61____34____42____34___results_in_unnecessary_feed_generation.mdwn @@ -5,6 +5,12 @@ any feed. I found that the problem only occurs in the presence of a file that contains \[[inline pages="*"]]. +> How is this unexpected? By inlining _every_ page in the wiki, you're +> making that page depend on every other page; any change to any page in +> the wiki will result in the inlining page and its rss feed needing to be +> updated to include the changed page. +> --[[Joey]] + Here's a short script for replicating the bug. Just cut and paste this to a shell, (it will only muck in a new /tmp/ikiwiki-test directory that it will create):