summaryrefslogtreecommitdiff
path: root/doc/bugs/A_page_that_inlines_pages__61____34____42____34___results_in_unnecessary_feed...
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-06-01 17:47:24 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-06-01 17:47:24 +0000
commit7c64bcf6adbeb7b59cc5c45a0ccd0cf8b58d7783 (patch)
tree3e3beb6c2502e5255e422d8094ffe4c1e4d1cd2e /doc/bugs/A_page_that_inlines_pages__61____34____42____34___results_in_unnecessary_feed_generation.mdwn
parent90b09f08cded4a8a79d86274cf989b623a9c86de (diff)
err..?
Diffstat (limited to 'doc/bugs/A_page_that_inlines_pages__61____34____42____34___results_in_unnecessary_feed_generation.mdwn')
-rw-r--r--doc/bugs/A_page_that_inlines_pages__61____34____42____34___results_in_unnecessary_feed_generation.mdwn6
1 files changed, 6 insertions, 0 deletions
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):