X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=filter%2Fspots%2FGB7DJK.pl.issue;h=a1ee87bde1ff867ddb44ba8456e3deacf5eceed6;hb=4ed8f51684c6f2183ffd5e46f1fc69dc4f52ebd9;hp=006ea2bfa1bb50ec8626016378e9a729144ea362;hpb=8942c27356acc5d5f5a20134461bcf7e6bd6a044;p=spider.git diff --git a/filter/spots/GB7DJK.pl.issue b/filter/spots/GB7DJK.pl.issue index 006ea2bf..a1ee87bd 100644 --- a/filter/spots/GB7DJK.pl.issue +++ b/filter/spots/GB7DJK.pl.issue @@ -5,23 +5,43 @@ # US. In other filters on the UK side I do the opposite see # GB7DJK.pl.issue # -# The element list is:- -# 0 = frequency -# 1 = call -# 2 = date in unix format -# 3 = comment -# 4 = spotter -# 5 = spotted dxcc country -# 6 = spotter's dxcc country -# 7 = origin -# 8 = spotted itu -# 9 = spotted cq -# 10 = spotter's itu -# 11 = spotter's cq +# the elements of each list are +# +# [action, field_no, sort, possible_values, hops] +# +# where:- +# +# action is 1 or 0 +# +# the field list is:- +# 0 = frequency +# 1 = call +# 2 = date in unix format +# 3 = comment +# 4 = spotter +# 5 = spotted dxcc country +# 6 = spotter's dxcc country +# 7 = origin +# 8 = spotted itu +# 9 = spotted cq +# 10 = spotter's itu +# 11 = spotter's cq +# 12 = callsign of the channel on which the spot has appeared +# +# sort is +# n - numeric list of numbers e.g. [ 1,2,3 ] +# r - ranges of pairs of numbers e.g. between 2 and 4 or 10 to 17 - [ 2,4, 10,17 ] +# a - an alphanumeric regex +# d - the default rule +# +# if hops is left out or zero then the existing hop count will be used as normal +# +# The spot data (in this case '15') is the used as the hop count +# if this is missing then the normal default applies # $in = [ - [ 1, 9, 'n', [ 14,15 ] ], # 14 and 15 is CQ region for europe - [ 1, 11, 'n', [ 14,15 ] ], + [ 1, 9, 'n', [ 14,15 ], 15 ], # 14 and 15 is CQ region for europe + [ 1, 11, 'n', [ 14,15 ], 15 ], [ 0, 0, 'd' ], ];