move ganerated stuff to local_data
[spider.git] / perl / DXVars.pm.issue
index 6370a56336d5cc1b495253c99962eeb0319b1ddf..b4058cf0271595bc53eaf89377cb103b792b2151 100644 (file)
@@ -2,9 +2,8 @@
 # The system variables - those indicated will need to be changed to suit your
 # circumstances (and callsign)
 #
-# Copyright (c) 1998 - Dirk Koopman G1TLH
+# Copyright (c) 1998-2007 - Dirk Koopman G1TLH
 #
-# $Id$
 #
 
 package main;
@@ -65,27 +64,13 @@ $no = 'No';
 # the interval between unsolicited prompts if not traffic
 $user_interval = 11*60;
 
-# data files live in 
-$data = "$root/data";
-
-# system files live in
-$system = "$root/sys";
-
-# command files live in
-$cmd = "$root/cmd";
-
-# local command files live in (and overide $cmd)
-$localcmd = "$root/local_cmd";
-
-# where the user data lives
-$userfn = "$data/users";
-
-# the "message of the day" file
-$motd = "$data/motd";
 
 # are we debugging ?
 @debug = qw(chan state msg cron connect);
 
+# are we doing xml?
+$do_xml = 0;
+
 # the SQL database DBI dsn
 #$dsn = "dbi:SQLite:dbname=$root/data/dxspider.db";
 #$dbuser = "";