add show/db0sdx command to help
authorminima <minima>
Sun, 23 Feb 2003 02:41:27 +0000 (02:41 +0000)
committerminima <minima>
Sun, 23 Feb 2003 02:41:27 +0000 (02:41 +0000)
cmd/Commands_en.hlp
cmd/show/db0sdx.pl

index fd2a17cb345ce52bec3d0ff6688f986dae8ebf01..c6cac236d2bcc8dada517ceeeec9e14bd246a2cd 100644 (file)
@@ -1745,6 +1745,13 @@ time and UTC as the computer has it right now. If you give some prefixes
 then it will show UTC and UTC + the local offset (not including DST) at
 the prefixes or callsigns that you specify.
 
+=== 0^SHOW/DB0SDX <callsign>^Show QSL infomation from DB0SDX database
+This command queries the DB0SDX QSL server on the internet
+and returns any information available for that callsign. This service
+is provided for users of this software by http://www.qslinfo.de.
+
+See also SHOW/QRZ, SHOW/WM7D.
+
 === 9^SHOW/DEBUG^Show what levels of debug information you are logging
 
 === 0^SHOW/DX^Interrogate the spot database
@@ -2056,6 +2063,8 @@ This command queries the QRZ callbook server on the internet
 and returns any information available for that callsign. This service
 is provided for users of this software by http://www.qrz.com 
 
+See also SHOW/WM7D for an alternative.
+
 === 9^SHOW/REGISTERED [<prefix>]^Show the registered users
 
 === 0^SHOW/ROUTE <callsign> ...^Show the route to the callsign
@@ -2180,6 +2189,13 @@ the worldwide statistics.
 === 0^SHOW/WCY^Show last 10 WCY broadcasts
 === 0^SHOW/WCY <n>^Show last <n> WCY broadcasts
 Display the most recent WCY information that has been received by the system
+=== 0^SHOW/WM7D <callsign>^Show callbook details on a US callsigns
+This command queries the WM7D callbook server on the internet
+and returns any information available for that US callsign. This service
+is provided for users of this software by http://www.wm7d.net.
+
+See also SHOW/QRZ. 
 
 === 0^SHOW/WWV^Show last 10 WWV broadcasts
 === 0^SHOW/WWV <n>^Show last <n> WWV broadcasts
index 130951e1b1747d4143e8b7b2a083620a940538c8..2c5700448d7beb454f404650d4d2fc2edb48f64e 100644 (file)
@@ -43,7 +43,7 @@ if (!$info) {
        
        dbg("db0sdx out: $s") if isdbg('db0sdx');
        
-       $t->print("POST /qslinfo/qslinfo.asmx HTTP/1.1");
+       $t->print("POST /qslinfo/qslinfo.asmx HTTP/1.0");
        $t->print("Host: dotnet.grossmann.com");
        $t->print("Content-Type: text/xml; charset=utf-8");
        $t->print("Content-Length: $lth");