diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-06 20:20:05 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-06 20:20:05 -0400 |
commit | d8607f5e73990e7802e03eef2065ebac102fbd2f (patch) | |
tree | f114b87252e2738eeda17c6046f8797c9c090397 | |
parent | 0582365a56aedaee8dd53ec2f86ea189aff01a38 (diff) |
update
-rw-r--r-- | doc/todo/dependency_types.mdwn | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/todo/dependency_types.mdwn b/doc/todo/dependency_types.mdwn index 59ccc7591..7e940543c 100644 --- a/doc/todo/dependency_types.mdwn +++ b/doc/todo/dependency_types.mdwn @@ -169,10 +169,11 @@ pagecounts much more efficient. * So, brokenlinks can fire whenever any links in any of the pages it's tracking change, or when pages are added or removed. - -TODO: How to determine if a pagespec is valid to be used with a links -dependency? Use the same simple pagespecs that are valid for presence -dependencies? +* To determine if a pagespec is valid to be used with a links dependency, + use the same set that are valid for presence dependencies. But also + allow `backlinks()` to be used in it, since that matches pages + that the page links to, which is just what link dependencies are + triggered on. ---- |