From: minima Date: Fri, 3 Nov 2000 22:58:53 +0000 (+0000) Subject: add some more help text X-Git-Tag: R_1_45~48 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=39e32c88a046b35281a6b1e6e8cf20703b4a9a03;p=spider.git add some more help text --- diff --git a/cmd/Commands_en.hlp b/cmd/Commands_en.hlp index 97176514..158990c3 100644 --- a/cmd/Commands_en.hlp +++ b/cmd/Commands_en.hlp @@ -41,10 +41,12 @@ some examples:- or acc/ann by G,M,2 -You can use the tag 'all' to reject everything that is left, eg: +You can use the tag 'all' to accept everything eg: acc/ann all +but this probably for advanced users... + === 8^ACCEPT/ANNOUNCE [input] [0-9] ^Announce filter sysop version This version allows a sysop to set a filter for a callsign as well as the default for nodes and users eg:- @@ -75,15 +77,23 @@ You can use any of the following things in this line:- origin channel +For frequencies, you can use any of the band names defined in +SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb - +thus: hf/ssb. You can also just have a simple range like: 0/30000 - +this is more efficient than saying simply: freq HF (but don't get +too hung up about that) + some examples:- acc/spot 1 freq hf/cw acc/spot 2 freq vhf and (by_zone 14,15,16 or call_zone 14,15,16) -You can use the tag 'all' to reject everything that is left, eg: +You can use the tag 'all' to accept everything, eg: ann/spot 3 all +but this probably for advanced users... + === 8^ACCEPT/SPOTS [input] [0-9] ^Spot filter sysop version This version allows a sysop to set a filter for a callsign as well as the default for nodes and users eg:- @@ -448,6 +458,27 @@ To remove the filter in its entirty:- clear/spots all +ADVANCED USERS:- + +Once you are happy with the results you get, you may like to experiment. + +my example that filters hf/cw spots and accepts vhf/uhf spots from EU can be +written with a mixed filter, eg: + + 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) + +each filter slot actually has a 'reject' slot and an 'accept' slot. The reject +slot is executed BEFORE the accept slot. + +It was mentioned earlier that after a reject test that doesn't match, the default +for following tests is 'accept', the reverse is true for 'accept'. In the example +what happens is that the reject is executed first, any non hf/cw spot is passed +to the accept line, which lets thru everything else on HF. + +The next filter line lets through just VHF/UHF spots from EU. + === 1^FORWARD/OPERNAM ^Send out information on this to all clusters This command sends out any information held in the user file which can be broadcast in PC41 protocol packets. This information is Name, QTH, Location @@ -662,10 +693,12 @@ some examples:- rej/ann by_zone 14,15,16 and not by G,M,2 -You can use the tag 'all' to reject everything that is left, eg: +You can use the tag 'all' to reject everything eg: rej/ann all +but this probably for advanced users... + === 8^REJECT/ANNOUNCE [input] [0-9] ^Announce filter sysop version This version allows a sysop to set a filter for a callsign as well as the default for nodes and users eg:- @@ -696,15 +729,23 @@ You can use any of the following things in this line:- origin channel +For frequencies, you can use any of the band names defined in +SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb - +thus: hf/ssb. You can also just have a simple range like: 0/30000 - +this is more efficient than saying simply: freq HF (but don't get +too hung up about that) + some examples:- rej/spot 1 freq hf rej/spot 2 freq vhf and not (by_zone 14,15,16 or call_zone 14,15,16) -You can use the tag 'all' to reject everything that is left, eg: +You can use the tag 'all' to reject everything eg: rej/spot 3 all +but this probably for advanced users... + === 8^REJECT/SPOTS [input] [0-9] ^Spot filter sysop version This version allows a sysop to set a filter for a callsign as well as the default for nodes and users eg:-