summaryrefslogtreecommitdiff
path: root/doc/todo/plugin_dependency_calulation.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-04 06:27:02 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-04 06:27:02 +0000
commitb55dfcd03d81257e4794f5f6762d27c013f8aa3d (patch)
tree2eb976bc6c4d9fdee3a2a023f554f9034cfb61f6 /doc/todo/plugin_dependency_calulation.mdwn
parentc38dd537e92ac6be58560aba292446787265a9e5 (diff)
comments and updates a-la-airplane
Diffstat (limited to 'doc/todo/plugin_dependency_calulation.mdwn')
-rw-r--r--doc/todo/plugin_dependency_calulation.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/todo/plugin_dependency_calulation.mdwn b/doc/todo/plugin_dependency_calulation.mdwn
index a304f3b67..94060817a 100644
--- a/doc/todo/plugin_dependency_calulation.mdwn
+++ b/doc/todo/plugin_dependency_calulation.mdwn
@@ -3,8 +3,6 @@ on its own:
* Use of a version plugin should only make the page rebuild when it's built
with a new version of ikiwiki.
-* The [[plugins/sidebar]] plugin should make any page get rebuilt if a
- sidebar is created "closer" to it than the current sidebar.
* Some plugin might want to _always_ rebuild the page that uses it.
* If backlinks were turned into a plugin, it would need to make a page
rebuild when its backlinks changed.
@@ -21,3 +19,6 @@ It also suggests that plugins will want to examine pages and/or
[[store_data|plugin_data_storage]] about them to use in the dependency
calculations. For example, the version plugin would need to store info
about what pages use it.
+
+> I fixed this without realizing it when I added the needsbuild hook!
+> --[[Joey]]