Changeset 64

Show
Ignore:
Timestamp:
12/01/06 11:08:48 (2 years ago)
Author:
stephenson
Message:

Abstracting the goodwords and badwords for link scoring into the config xml file.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/stephenson-link_scoring/lib/HoneyClient/Agent/Driver/Browser.pm

    r63 r64  
    480480    # Comma-separated string containing the good words and bad words for link scoring purposes 
    481481    goodwords => getVar(name => "goodwords", namespace => "HoneyClient::Agent::Driver::Browser"), 
    482     badwords => getVar(name => "badwords", namespace => "HoneyClient::Agent::DriverBrowser"), 
     482    badwords => getVar(name => "badwords", namespace => "HoneyClient::Agent::Driver::Browser"), 
    483483 
    484484);