Merge branch 'newpc92timings' of /scm/spider into newpc92timings
[spider.git] / perl / Internet.pm
index b6a387ee36fb98bc03d0da059e263b2f36fdc060..e211728198e61a10bfde457dfe358941bb0b4380 100644 (file)
@@ -8,7 +8,7 @@
 #
 # Copyright (c) 2000 Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 
 package Internet;
@@ -29,6 +29,7 @@ $allow = 0;
 # $qrz_uid = 'gb7xxx';
 #
 
+
 $qrz_uid = undef;
 
 #
@@ -58,6 +59,19 @@ $http_proxy = undef;
 
 $http_proxy_port = undef;
 
+#
+# list of urls and other things that are used in commands, here so that they
+# can be changed if necessary.
+#
+
+$qrz_url = 'www.qrz.com';     # used by show/qrz
+$wm7d_url = 'www.wm7d.net';   # used by show/wm7d
+$db0sdx_url = 'www.qslinfo.de'; # used by show/db0sdx
+$db0sdx_path = '/qslinfo';
+$db0sdx_suffix = '.asmx';
+$dx425_url = 'www.ariscandicci.it';            # used by show/425
+$contest_host = 'www.sk3bg.se';         # used by show/contest
+$contest_url = "http://$contest_host/contest/text";         # used by show/contest
 
 #
 # end