From: martin Date: Thu, 1 Oct 2009 12:12:49 +0000 (-0400) Subject: documentation seems inaccurate X-Git-Tag: 3.20091009~78 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/f62de29638ec3d8d1d2e27601b0096cf865c48cc?ds=inline;hp=-c documentation seems inaccurate --- f62de29638ec3d8d1d2e27601b0096cf865c48cc diff --git a/doc/plugins/sidebar/discussion.mdwn b/doc/plugins/sidebar/discussion.mdwn new file mode 100644 index 000000000..78af3525c --- /dev/null +++ b/doc/plugins/sidebar/discussion.mdwn @@ -0,0 +1,3 @@ +> Warning: Any change to the sidebar will cause a rebuild of the whole wiki, since every page includes a copy that has to be updated. This can especially be a problem if the sidebar includes inline or map directives, since any changes to pages inlined or mapped onto the sidebar will change the sidebar and cause a full wiki rebuild. + +I tried exactly that, namely having an inline in my sidebar to include an rss feed from some other side. I think the complete wiki rebuild should be doable every few days when a new article appears in that feed. But contrary to that warning there is no complete wiki rebuild, only the sidebar page is rebuilt by the "ikiwiki --aggregate" from cron. Is that a bug or a feature?