Changeset 1900
- Timestamp:
- 02/07/07 12:28:56 (1 year ago)
- Files:
-
- swish-e/trunk/prog-bin/spider.pl.in (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
swish-e/trunk/prog-bin/spider.pl.in
r1863 r1900 1996 1996 1997 1997 my %serverA = ( 1998 base_url => 'http:// sunsite.berkeley.edu:4444/',1999 same_hosts => [ qw/www. sunsite.berkeley.edu:4444/ ],1998 base_url => 'http://mytest.site.invalid:4444/', 1999 same_hosts => [ qw/www.mytest.site.invalid:4444/ ], 2000 2000 email => 'my@email.address', 2001 2001 ); … … 2019 2019 2020 2020 my %serverA = ( 2021 base_url => 'http:// sunsite.berkeley.edu:4444/',2022 same_hosts => [ qw/www. sunsite.berkeley.edu:4444/ ],2021 base_url => 'http://mytest.site.invalid:4444/', 2022 same_hosts => [ qw/www.mytest.site.invalid:4444/ ], 2023 2023 email => 'my@email.address', 2024 2024 link_tags => [qw/ a frame /], … … 2349 2349 2350 2350 my %serverA = ( 2351 base_url => 'http:// sunsite.berkeley.edu:4444/',2352 same_hosts => [ qw/www. sunsite.berkeley.edu:4444/ ],2351 base_url => 'http://mytest.site.invalid:4444/', 2352 same_hosts => [ qw/www.mytest.site.invalid:4444/ ], 2353 2353 email => 'my@email.address', 2354 2354 link_tags => [qw/ a frame /], … … 2362 2362 2363 2363 my %serverA = ( 2364 base_url => 'http:// sunsite.berkeley.edu:4444/',2365 same_hosts => [ qw/www. sunsite.berkeley.edu:4444/ ],2364 base_url => 'http://mytest.site.invalid:4444/', 2365 same_hosts => [ qw/www.mytest.site.invalid:4444/ ], 2366 2366 email => 'my@email.address', 2367 2367 link_tags => [qw/ a frame /], … … 2372 2372 2373 2373 my %serverA = ( 2374 base_url => 'http:// sunsite.berkeley.edu:4444/',2375 same_hosts => [ qw/www. sunsite.berkeley.edu:4444/ ],2374 base_url => 'http://mytest.site.invalid:4444/', 2375 same_hosts => [ qw/www.mytest.site.invalid:4444/ ], 2376 2376 email => 'my@email.address', 2377 2377 link_tags => [qw/ a frame /], … … 2782 2782 Send all questions to the The SWISH-E discussion list. 2783 2783 2784 See http://s unsite.berkeley.edu/SWISH-E.2784 See http://swish-e.org/ 2785 2785 2786 2786 =cut
