aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Rogan Creswick <creswick@gmail.com>2013-06-16 13:41:59 -0700
committerGravatar Rogan Creswick <creswick@gmail.com>2013-06-16 13:41:59 -0700
commitb5604498ce494199268290433960858266e67b10 (patch)
tree28ac089279dfb5dfb568fec76ba8fbc7ccc29091 /doc
parentf46c545a6f580a0fe6fa4389698008ba012adebe (diff)
made the ruleSet path in run descriptions resolve relative to the json file specifying the run description params
Diffstat (limited to 'doc')
-rw-r--r--doc/manual_src/headlessFiveUI.md1
1 files changed, 1 insertions, 0 deletions
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>', // path = the path where rule set files referenced below live.
+ // rulePath is relative to the run description file.
'crawlType' : '<d> <n> <p> <pat>', // d = crawl depth, n = max number of pages to retrieve.
// p = politeness delay (ms), pat = URL glob pattern
// (crawlType can also be 'none').