aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/suppressing_output_of_pages_included_only_for_their_side_effects.mdwn
diff options
context:
space:
mode:
authorblipvert <blipvert@web>2010-05-04 15:42:21 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-05-04 15:42:21 +0000
commitbd5c5f1f487e21d658dc85badc4e6ee492119cfe (patch)
tree5c5b1e7bf9064ca6698050e23c5103976ad4c139 /doc/forum/suppressing_output_of_pages_included_only_for_their_side_effects.mdwn
parent48b5b7feccb76f44c4eb2b21dbb049940331ef28 (diff)
downloadikiwiki-bd5c5f1f487e21d658dc85badc4e6ee492119cfe.tar
ikiwiki-bd5c5f1f487e21d658dc85badc4e6ee492119cfe.tar.gz
Diffstat (limited to 'doc/forum/suppressing_output_of_pages_included_only_for_their_side_effects.mdwn')
-rw-r--r--doc/forum/suppressing_output_of_pages_included_only_for_their_side_effects.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forum/suppressing_output_of_pages_included_only_for_their_side_effects.mdwn b/doc/forum/suppressing_output_of_pages_included_only_for_their_side_effects.mdwn
index 1a454d37d..20139b140 100644
--- a/doc/forum/suppressing_output_of_pages_included_only_for_their_side_effects.mdwn
+++ b/doc/forum/suppressing_output_of_pages_included_only_for_their_side_effects.mdwn
@@ -1,4 +1,4 @@
-In particular, it's kind of annoying that using the sidebar plugin results in the creation of a free-standing sidebar.html (which in the simplest case of course includes a copy of *its own content* as a sidebar in the simplest case). It would be nice if there were a way to tell Ikiwiki to treat a file like sidebar.mdwn as "inline only": allow its content to be inlined but not to render it separately nor allow linking to it.
+In particular, it's kind of annoying that using the sidebar plugin results in the creation of a free-standing sidebar.html (which in the simplest case of course includes a copy of *its own content* as a sidebar). It would be nice if there were a way to tell Ikiwiki to treat a file like sidebar.mdwn as "inline only": allow its content to be inlined but not to render it separately nor allow linking to it.
In reading through the code and associated docs, it appears that the ideal method is for the file to be removed from the $changed array by plugin's "needsbuild" hook. Either the sidebar plugin could define such a hook, or perhaps a more general solution is the creation of a meta variable or config file regexp that would handle it according to the user's wishes.