]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
pagespec for links dependencies
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 6 Oct 2009 22:20:11 +0000 (18:20 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 6 Oct 2009 22:20:11 +0000 (18:20 -0400)
doc/todo/dependency_types.mdwn

index f46a6a7c62ff6d7b940db1b956c4d2170df8f3d8..19294bba054e5fb509c97a23de6c6a1f8cc267eb 100644 (file)
@@ -166,9 +166,10 @@ Link dependencies:
 * 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? Seems ok.
+* 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.
 
 [[done]]