From b5604498ce494199268290433960858266e67b10 Mon Sep 17 00:00:00 2001 From: Rogan Creswick Date: Sun, 16 Jun 2013 13:41:59 -0700 Subject: made the ruleSet path in run descriptions resolve relative to the json file specifying the run description params --- doc/manual_src/headlessFiveUI.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/manual_src/headlessFiveUI.md b/doc/manual_src/headlessFiveUI.md index 461f041..c984a17 100644 --- a/doc/manual_src/headlessFiveUI.md +++ b/doc/manual_src/headlessFiveUI.md @@ -158,6 +158,7 @@ The format of a run configuration is as follows: */ { 'rulePath' : '', // path = the path where rule set files referenced below live. + // rulePath is relative to the run description file. 'crawlType' : '

', // d = crawl depth, n = max number of pages to retrieve. // p = politeness delay (ms), pat = URL glob pattern // (crawlType can also be 'none'). -- cgit v1.2.3