Changeset 158 for honeyclient/trunk/etc
- Timestamp:
- 01/10/07 15:39:26 (2 years ago)
- Files:
-
- honeyclient/trunk/etc/honeyclient.xml (modified) (3 diffs)
- honeyclient/trunk/etc/honeyclient_log.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/etc/honeyclient.xml
r146 r158 69 69 <!-- TODO: Update this. --> 70 70 <timeout description="How long the Driver waits during a drive operation, before timing out (in seconds)." default="60"> 71 571 10 72 72 </timeout> 73 73 <Browser> … … 84 84 -1 85 85 </max_relative_links_to_visit> 86 <goodwords description="A comma-separated list of good words which will increase the score of links within a webpage." default=""> 87 news,new,big,latest,main,update,sell,free,buy 88 </goodwords> 89 <badwords description="A comma-separated list of bad words which will decrease the score of links within a webpage." default=""> 90 archive,privacy,legal,disclaim,about,contact,copyright,jobs,careers 91 </badwords> 86 92 <IE> 87 93 <!-- HoneyClient::Agent::Driver::IE Options --> … … 174 180 </Agent> 175 181 <Manager> 182 <!-- TODO: Update this. --> 183 <manager_state description="Upon termination, the Manager will attempt to save a complete copy of its state into this file, if specified." default=""> 184 Manager.dump 185 </manager_state> 176 186 <!-- TODO: Update this. --> 177 187 <address description="The IP or hostname that all Manager modules should use, when accepting SOAP requests." default="localhost"> honeyclient/trunk/etc/honeyclient_log.conf
r131 r158 60 60 61 61 log4perl.rootLogger=INFO, Screen 62 #log4perl.logger.HoneyClient.Agent.Integrity.Registry=DEBUG, Screen 62 63 # Suppress Parser Debugging Messages 63 64 #log4perl.logger.HoneyClient.Agent.Integrity.Registry.Parser=INFO, Screen
