From 162c27c4c9ce4b914770a3023957c3642ff78ac8 Mon Sep 17 00:00:00 2001 From: minima Date: Sat, 23 Dec 2000 15:39:48 +0000 Subject: [PATCH] changed freq to on in adminmanual --- html/adminmanual-6.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/html/adminmanual-6.html b/html/adminmanual-6.html index 625bfbf9..14d21505 100644 --- a/html/adminmanual-6.html +++ b/html/adminmanual-6.html @@ -72,7 +72,7 @@ For example if you have a single line accept filter ...

-accept/spots freq vhf and (by_zone 14,15,16 or call_zone 14,15,16)
+accept/spots on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
 

then you will ONLY get VHF spots from or to CQ zones 14, 15 and 16. @@ -81,7 +81,7 @@ accept/spots freq vhf and (by_zone 14,15,16 or call_zone 14,15,16)

-reject/spots freq hf/cw
+reject/spots on hf/cw
 

Then you will get everything EXCEPT HF CW spots. You could make this single filter @@ -90,14 +90,14 @@ even though normally you are not interested in CW, then you could say ...

-reject/spots freq hf/cw and not info iota
+reject/spots on hf/cw and not info iota
 

But in that case you might only be interested in iota and say:-

-accept/spots not freq hf/cw or info iota
+accept/spots not on hf/cw or info iota
 

which achieves exactly the same thing. You should choose one or the other until you are @@ -110,8 +110,8 @@ convenience. Here is an example ...

-reject/spots 1 freq/cw
-reject/spots 2 freq 50000/1400000 not (by_zone 14,15,16 or call_zone 14,15,16)  
+reject/spots 1 on hf/cw
+reject/spots 2 on 50000/1400000 not (by_zone 14,15,16 or call_zone 14,15,16)  
 

What this does is to ignore all HF CW spots and also rejects any spots on VHF which don't @@ -130,7 +130,7 @@ would read it logically from the front and see a different expression entirely .

-(freq 50000/1400000 and by_zone 14,15,16) or call_zone 14,15,16 
+(on 50000/1400000 and by_zone 14,15,16) or call_zone 14,15,16 
 

The simple way to remember this is, if you use OR - use brackets. Whilst we are here CASE is not @@ -141,7 +141,7 @@ remove one or more lines of it or one line. For example ...

-reject/spots 1 freq/ssb
+reject/spots 1 on hf/ssb
 

would redefine our earlier example, or @@ -169,9 +169,9 @@ can be written with a mixed filter, for example ...

-rej/spot freq hf/cw
-acc/spot freq 0/30000
-acc/spot 2 freq 50000/1400000 and (by_zone 14,15,16 or call_zone 14,15,16)
+rej/spot on hf/cw
+acc/spot on 0/30000
+acc/spot 2 on 50000/1400000 and (by_zone 14,15,16 or call_zone 14,15,16)
 

Note that the first filter has not been specified with a number. This will -- 2.34.1