Changeset 861 for trunk/swish-e/conf/example6.config
- Timestamp:
- 03/27/02 10:13:40 (7 years ago)
- Files:
-
- trunk/swish-e/conf/example6.config (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish-e/conf/example6.config
r364 r861 5 5 # Documentation is included with the swish-e 6 6 # distribution, and also can be found on-line 7 # at http://s unsite.berkeley.edu/SWISH-E/7 # at http://swish-e.org 8 8 # 9 9 # … … 59 59 # In this case the spider will use default settings to spider the provided URLs. 60 60 61 SwishProgParameters default http://s unsite.berkeley.edu/SWISHE/61 SwishProgParameters default http://swish-e.org 62 62 63 63 # Note: the default used by spider.pl is SwishSpiderConfig.pl. … … 73 73 74 74 # Just to make it interesting, let's modify the URL that get's indexed: 75 # replace http://s unsite.berkeley.edu/ => http:/localhost/75 # replace http://swish-e.org/ => http:/localhost/ 76 76 77 ReplaceRules replace s unsite.berkeley.edulocalhost77 ReplaceRules replace swish-e.org localhost 78 78 79 79
