aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Dowland <jmtd@debian.org>2010-05-04 16:44:31 +0100
committerJon Dowland <jmtd@debian.org>2010-05-04 16:44:31 +0100
commit4cb9f77570b52c01684d5e0b5e12300b514e99af (patch)
tree2177090022dca8fdef7962569a7ee1bfac636f65 /doc
parent7060a818c108de5b5e2b1c2aa617f5e926bd5f86 (diff)
parent821a8aba2f582e617d34e649509533c240f51a1c (diff)
downloadikiwiki-4cb9f77570b52c01684d5e0b5e12300b514e99af.tar
ikiwiki-4cb9f77570b52c01684d5e0b5e12300b514e99af.tar.gz
Merge branch 'master' of git://git.ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/suppressing_output_of_pages_included_only_for_their_side_effects.mdwn5
-rw-r--r--doc/users/blipvert.mdwn1
2 files changed, 6 insertions, 0 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
new file mode 100644
index 000000000..20139b140
--- /dev/null
+++ b/doc/forum/suppressing_output_of_pages_included_only_for_their_side_effects.mdwn
@@ -0,0 +1,5 @@
+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.
+
+I'm about ready to code up such a change but want to find out if I'm thinking along the right lines. --[[blipvert]]
diff --git a/doc/users/blipvert.mdwn b/doc/users/blipvert.mdwn
new file mode 100644
index 000000000..18249f335
--- /dev/null
+++ b/doc/users/blipvert.mdwn
@@ -0,0 +1 @@
+Hello world.