added filter code
[spider.git] / filter / spots / GB7DJK.pl.issue
diff --git a/filter/spots/GB7DJK.pl.issue b/filter/spots/GB7DJK.pl.issue
new file mode 100644 (file)
index 0000000..006ea2b
--- /dev/null
@@ -0,0 +1,27 @@
+#
+# This is an example filter for the 'isolated' node k1xx
+# 
+# I give him any spots that have a spotter or a spotted in the
+# 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
+#
+
+$in = [
+          [ 1, 9, 'n', [ 14,15 ] ],   # 14 and 15 is CQ region for europe   
+          [ 1, 11, 'n', [ 14,15 ] ],  
+       [ 0, 0, 'd' ],
+];