(no commit message)
authorblipvert <blipvert@web>
Tue, 4 May 2010 15:42:21 +0000 (15:42 +0000)
committerJoey Hess <joey@finch.kitenet.net>
Tue, 4 May 2010 15:42:21 +0000 (15:42 +0000)
doc/forum/suppressing_output_of_pages_included_only_for_their_side_effects.mdwn

index 1a454d37df3f720a0daa26d2889ef6ccccd43bed..20139b140b4ede00009d36fe915ba3568d600ef7 100644 (file)
@@ -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.