added filter code
[spider.git] / filter / spots / GB7DJK.pl.issue
1 #
2 # This is an example filter for the 'isolated' node k1xx
3
4 # I give him any spots that have a spotter or a spotted in the
5 # US. In other filters on the UK side I do the opposite see 
6 # GB7DJK.pl.issue
7 #
8 # The element list is:-
9 #   0 = frequency
10 #   1 = call
11 #   2 = date in unix format
12 #   3 = comment
13 #   4 = spotter
14 #   5 = spotted dxcc country
15 #   6 = spotter's dxcc country
16 #   7 = origin
17 #   8 = spotted itu
18 #   9 = spotted cq
19 #   10 = spotter's itu
20 #   11 = spotter's cq
21 #
22
23 $in = [
24            [ 1, 9, 'n', [ 14,15 ] ],   # 14 and 15 is CQ region for europe   
25            [ 1, 11, 'n', [ 14,15 ] ],  
26        [ 0, 0, 'd' ],
27 ];