IrTcl incorporated in the gateway.
[egate.git] / www / ztargets.conf
1 # $Id: ztargets.conf,v 1.2 1995/10/27 15:12:15 adam Exp $
2 set commonFields {
3  { Title {@attr 1=4} }
4  { Author {@attr 1=1003} }
5  { Abstract {@attr 1=62} }
6  { Date {@attr 1=30} }
7  { {Doc ID} {@attr 1=1032} }
8  { All {@attr 1=1016} }
9 }
10
11 set targets(myriad.middlebury.edu) {
12     {University somewhere, bla bla} 
13     {Default} 
14     { { Title {@attr 1=4} }
15       { Author {@attr 1=1003} }
16       { Abstract {@attr 1=62} }
17       { Date {@attr 1=30} }
18       { All {@attr 1=1016} }
19     } 
20 }
21
22 set targets(rlg.stanford.edu) [list \
23     {The famous Stanford University} \
24     {BKS AMC MAP MDF REC SCO SER VIM BIB} \
25     $commonFields \
26 ]
27
28 set targets(bibsys) [list \
29     {BIBSYS - Norway} \
30     BIBSYS \
31     $commonFields \
32 ]
33
34 set targets(dtbsun.dtv.dk:4500) [list \
35     {Aleph, Z39.50 Server} \
36     {DEM MAR} \
37     $commonFields \
38 ]
39
40 set targets(ir.dbc.bib.dk) [list \
41     {SR-DANBIB} \
42     DANBIB \
43     $commonFields \
44 ]
45
46 set targets(localhost:9999) [list \
47     ztest9999 \
48     Default \
49     $commonFields \
50 ]
51