File: template

package info (click to toggle)
tlf 1.4.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,036 kB
  • sloc: ansic: 26,363; sh: 4,339; makefile: 132; perl: 92
file content (124 lines) | stat: -rw-r--r-- 2,153 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
########################################
#  TEMPLATE containing most parameters #
#  for defining rules for a contest    #
########################################
#
CONTEST=xxxxxxx
LOGFILE=xxxxxxx
CONTEST_MODE
CABRILLO=xxxxxx
#
##################################
#                                #
#  Messages F1= to F12=          #
#  Message CQ_TU_MSG=            #
#  Message S&P_TU_MSG=           #
#                                #
#  % = call                      #
#  @ = hiscall                   #
#  # = serial                    #
#  [ = RST                       #
#  + = increase cw speed         #
#  - = decrease cw speed         #
#                                #
##################################
#
F1=CQ DE % TEST
F2=@ DE %
F3=@ ++5NN--#
F4=TU 73
F5= @
F6=%
F7=@ SRI QSO B4 GL
F8=AGN
F9= ?
F10= QRZ?
F11= PSE K
F12=++++TEST---- % %
#
CQ_TU_MSG=TU %
S&P_TU_MSG=TU 5NN #
#
#ALT_0=
#ALT_1=
#ALT_2=
#ALT_3=
#ALT_4=
#ALT_5=
#ALT_6=
#ALT_7=
#ALT_8=
#ALT_9=
#
#SHORT_SERIAL
#LONG_SERIAL
#
#SEND_DE
#
#################################
#                               #
#  CONTEST PARAMETERS           #
#    (roll your own... )        #
#################################
#
#CALLUPDATE
#
#MIXED
#
#-------------------------------
# Can exchange be recycled?
# e.g. impossible if it is a serial
# number...
#
#RECALL_MULTS
#
# format serial number: (001)
#
#SERIAL_EXCHANGE
#
#-------------------------------
# Multiplier type:
#
#WYSIWYG_MULTIBAND
#   (makes its own multiplier list
#    on the go...)
#
#WYSIWYG_ONCE
#   (same, but mults do not count
#    per band..)
#
#
#MULT_LIST=arrlsections
#MULT_LIST=us_canada_states

#SERIAL_SECTIONS
#DX_&_SECTIONS
#SECTION_MULT

#POWERMULT_5
#POWERMULT_2
#
#PORTABLE_MULT_2
#
#################################
#                               #
#  POINTS LIST	                #
#                               #
#################################
#
# How may points per qso?
#
#ONE_POINT
#TWO_POINTS
#THREE_POINTS
#2EU3DX_POINTS
#
#USE_COUNTRYLIST_ONLY
#COUNTRYLIST=SP_DX:SP,HA
#COUNTRY_LIST_POINTS=10
#MY_COUNTRY_POINTS=2
#MY_CONTINENT_POINTS=5
#DX_POINTS=10
#
#
####### END #####################