move usdb init as per k1xx's bug
[spider.git] / html / user_t.html~
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3   <head>
4     <title>Local extensions</title>
5         <meta name="Keywords" content="DX Cluster, DXSpider, Spider, Packet Cluster, DXCluster, Pavillion Software, AK1A, AX25, AX.25, WWV, Packet Radio, Amateur Radio, Propagation, DX, DXing, G1TLH, GB7TLH, Dirk Koopman, Mailing list, Linux, RedHat, PERL">
6         <meta name="Description" content="Software and systems for realtime digital communications between amateur radio stations for the provision of information on propagation conditions and stations operating">
7         <meta name="Author" content="Dirk Koopman G1TLH">
8   </head>
9   <body TEXT="#000000" LINK="#0000ff" VLINK="#800080" BGCOLOR="#FFFFFF">
10         <FONT COLOR="#606060"> 
11           <hr>
12           <h2>Local extensions</h2>
13           <hr>
14         </font>
15         
16         
17         <address><a href="mailto:djk@tobit.co.uk">Dirk Koopman G1TLH</a></address>
18         <p>
19           <!-- Created: Sun Dec 13 20:25:14 GMT 1998 -->
20           <!-- hhmts start -->
21 Last modified: Mon Dec 28 22:43:23 GMT 1998
22 <!-- hhmts end -->
23         <h4>Introduction</h4>
24
25         The DXSpider system is designed to be extensible, to facilitate experimentation and
26         self-training in both Amateur Radio and Programming.
27
28         <p>Having said all of that it is also designed so that it should be relatively easy to solve
29           some real world problems that we have in the DX Cluster network as well as allow the implementation
30           and testing of new protocols relatively safely.
31
32         <h4>What is it?</h4>
33
34         The mechanism I have chosen to allow people to do their own thing, is a perl <tt>.pm</tt> file called
35         <b>Local.pm</b>. It is simply a perl package with its own address space, which has a number of defined
36         subroutines called from certain places in the daemon code. I have provided a "blank" version for you 
37         to modify. 
38
39         <h4>Where is it?</h4>
40
41         The template is <b>/spider/perl/Local.pm</b>. This file should be
42         copied into <b>/spider/local</b> and then modified to your taste.
43
44         <p>At the moment, the template's format and standard functions are
45         not really finalised, but I won't take away the functions that are
46         currently there and I won't rename them. I reserve the right to
47         add to them!
48
49     <p>As and when I get a clearer idea of what people might wish to do with
50           it and how, I will add to the documentation on this page. So for now:
51           this is it!
52
53 <!-- Standard Footer!! -->
54         <p>&nbsp;</p>
55         <p>
56           <FONT COLOR="#606060"><hr></font>
57         <font color="#FF0000" size=-2>
58           Copyright &copy; 1998 by Dirk Koopman G1TLH. All Rights Reserved<br>
59         </font>
60         <font color="#000000" size=-2>$Id$</font>
61   </body>
62 </html>