| Rule ACCEPTs any CrawlURIs whose path-from-seed ('hopsPath' -- see
CandidateURI.getPathFromSeed ) ends
with at least one, but not more than, the given number of
non-navlink ('L') hops.
Otherwise, if the path-from-seed is empty or if a navlink ('L') occurs
within max-trans-hops of the tail of the path-from-seed, this rule
returns PASS.
Thus, it allows things like embedded resources (frames/images/media)
and redirects to be transitively included ('transcluded') in a crawl,
even if they otherwise would not, for some reasonable number of hops
(1-4).
See Also: Transclusion author: gojomo |