Changeset 1900

Show
Ignore:
Timestamp:
02/07/07 12:28:56 (1 year ago)
Author:
moseley
Message:

Remove sunsite from spider examples.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • swish-e/trunk/prog-bin/spider.pl.in

    r1863 r1900  
    19961996 
    19971997    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/ ], 
    20002000        email       => 'my@email.address', 
    20012001    ); 
     
    20192019 
    20202020    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/ ], 
    20232023        email       => 'my@email.address', 
    20242024        link_tags   => [qw/ a frame /], 
     
    23492349 
    23502350    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/ ], 
    23532353        email       => 'my@email.address', 
    23542354        link_tags   => [qw/ a frame /], 
     
    23622362 
    23632363    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/ ], 
    23662366        email       => 'my@email.address', 
    23672367        link_tags   => [qw/ a frame /], 
     
    23722372 
    23732373    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/ ], 
    23762376        email       => 'my@email.address', 
    23772377        link_tags   => [qw/ a frame /], 
     
    27822782Send all questions to the The SWISH-E discussion list. 
    27832783 
    2784 See http://sunsite.berkeley.edu/SWISH-E. 
     2784See http://swish-e.org/ 
    27852785 
    27862786=cut