Show
Ignore:
Timestamp:
04/24/07 16:43:36 (2 years ago)
Author:
kindlund
Message:

Finished initial implementation of multi-value XML configuration data.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/kindlund-multi_config/etc/honeyclient.xml

    r233 r256  
    8484                    -1 
    8585                </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=""> 
     86                <goodwords description="A comma-separated list of good words which will increase the score of links within a webpage." default=""> 
    8787                    news,new,big,latest,main,update,sell,free,buy 
    8888                </goodwords> 
    89                <badwords description="A comma-separated list of bad words which will decrease the score of links within a webpage." default=""> 
     89                <badwords description="A comma-separated list of bad words which will decrease the score of links within a webpage." default=""> 
    9090                    archive,privacy,legal,disclaim,about,contact,copyright,jobs,careers 
    9191                </badwords> 
     
    364364                    </Bar> 
    365365                </Foo> 
     366                <Yok> 
     367                    <childA>12345678</childA> 
     368                    <childA>ABCDEFGH</childA> 
     369                    <childB>09876543</childB> 
     370                    <childB>ZYXVTUWG</childB> 
     371                </Yok> 
    366372            </Test> 
    367373        </Config>