diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-07 20:36:25 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-07 20:36:25 -0400 |
commit | 43a8b40032c3774e0f5105ca5cbeb7a40fdc6893 (patch) | |
tree | 9a94a438fc78d986b7e1180a22cd9d20903a5c71 | |
parent | 4528b95d2562831208d490ef378a089631000767 (diff) | |
download | ikiwiki-43a8b40032c3774e0f5105ca5cbeb7a40fdc6893.tar ikiwiki-43a8b40032c3774e0f5105ca5cbeb7a40fdc6893.tar.gz |
influences calculation implemented
-rw-r--r-- | doc/todo/dependency_types.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/dependency_types.mdwn b/doc/todo/dependency_types.mdwn index dca873f34..a6260821e 100644 --- a/doc/todo/dependency_types.mdwn +++ b/doc/todo/dependency_types.mdwn @@ -381,6 +381,8 @@ Given that, the `backlink` will always be evalulated, and will put index onto the influence list. If we combine the influences from each successful match, we get the right result. +> This is implemented, seems to work ok. --[[Joey]] + #### High-level Calculation and Storage Calculating the full influence list for a pagespec requires trying to match |