Changes between Version 5 and Version 6 of Swish-e
- Timestamp:
- 09/10/08 17:28:45 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Swish-e
v5 v6 19 19 email => 'tianxc@ihep.ac.cn', 20 20 base_url => 'http://dayabay.ihep.ac.cn/', 21 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root )$/i },21 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root|dia)$/i }, 22 22 delay_sec => '1', 23 23 max_depth => 'username:password' … … 27 27 email => 'tianxc@ihep.ac.cn', 28 28 base_url => 'http://dayabay.bnl.gov/private/documents/', 29 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root )$/i },29 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root|dia)$/i }, 30 30 delay_sec => '1', 31 31 max_depth => '1', … … 36 36 email => 'tianxc@ihep.ac.cn', 37 37 base_url => 'http://dayabay.ihep.ac.cn/cgi-bin/DocDB/ListBy?alldocs=1', 38 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root )$/i },38 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root|dia)$/i }, 39 39 delay_sec => '1', 40 40 max_depth => '1', … … 45 45 email => 'tianxc@ihep.ac.cn', 46 46 base_url => 'http://dayabay.ihep.ac.cn/cgi-bin/EngDB/ListBy?alldocs=1', 47 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root )$/i },47 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root|dia)$/i }, 48 48 delay_sec => '1', 49 49 max_depth => '1', … … 54 54 email => 'tianxc@ihep.ac.cn', 55 55 base_url => 'http://dayabay.ihep.ac.cn/internal/', 56 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root )$/i },56 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root|dia)$/i }, 57 57 delay_sec => '1', 58 58 max_depth => '1', … … 63 63 email => 'tianxc@ihep.ac.cn', 64 64 base_url => 'https://wiki.bnl.gov/dayabay/index.php?title=Main_Page', 65 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root )$/i },65 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root|dia)$/i }, 66 66 delay_sec => '1', 67 67 max_depth => '2', … … 71 71 email => 'tianxc@ihep.ac.cn', 72 72 base_url => 'https://wiki.bnl.gov/dayabay-private/index.php?title=Main_Page', 73 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root )$/i },73 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root|dia)$/i }, 74 74 delay_sec => '1', 75 75 max_depth => '2', … … 80 80 email => 'tianxc@ihep.ac.cn', 81 81 base_url => 'http://dayabay.ihep.ac.cn/svn/dybsvn', 82 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root|pdf|ps )$/i },82 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root|pdf|ps|dia)$/i }, 83 83 delay_sec => '1', 84 84 max_depth => '10', … … 89 89 email => 'tianxc@ihep.ac.cn', 90 90 base_url => 'http://dayabay.ihep.ac.cn/tracs/dybsvn', 91 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root )$/i },91 test_url => sub { $_[0]->path !~ /\.(?:gif|jpeg|png|gz|root|dia)$/i }, 92 92 delay_sec => '1', 93 93 max_depth => '2',