Lots of changes. They aren't visible though.
[egate.git] / www / ztargets.conf
1 # $Id: ztargets.conf,v 1.27 1996/03/07 12:46:10 adam Exp $
2 #
3 # This file contains the predefined targets in the WWW-Z39.50 gateway
4 # Each target is an entry in the associative array "targets". The
5 # targets array is indexed by a hostname followed by a dot and a descriptor.
6 # The descriptor should be the local database name (without dots in it).
7
8 # Each entry consists of 6 fields. They are:
9 #  1      Short-hand notaton for the target/target. Specify whatever you
10 #         think is appropriate
11 #  2      Database list (one or more databases in list notation)
12 #  3      Search fields and their mapping to Bib-1
13 #  4      Authentication string; an empty string indicates
14 #         "no authentication".
15 #  5      A longer description of the target/databases and what data the
16 #         server offers
17 #  6      Flag that indicates whether the target support B/F element
18 #         specifications. Use 1 for true; 0 for false.
19
20 # This is a list of common fields used by some of the targets (frankly, we
21 # have little or no idea of what attributes the targets support).
22 set commonFields {
23  { Title {@attr 1=4} }
24  { Author {@attr 1=1} }
25  { Abstract {@attr 1=62} }
26  { Date {@attr 1=30} }
27  { {Doc ID} {@attr 1=1032} }
28  { All {@attr 1=1016} }
29 }
30
31 set targets(myriad.middlebury.edu.MIDCAT) {
32     Midcat
33     MIDCAT
34     { { Title {@attr 1=4} }
35       { Author {@attr 1=1003} }
36       { Abstract {@attr 1=62} }
37       { Date {@attr 1=30} }
38       { All {@attr 1=1016} }
39     }
40     {} 
41     {Middlebury College (DRA).} 
42     1
43 }
44
45 set targets(rlg.stanford.edu.BKS-AMC-MAP-MDF-REC-SCO-SER-VIM) [list \
46     RLG \
47     {BKS AMC MAP MDF REC SCO SER VIM} \
48     $commonFields \
49     {} \
50     {Research Libraries group, Stanford University. Databases:<br>
51         AMC:Archival and manuscripts control; 
52         BKS:Books;
53         MAP:Maps;
54         MDF:Computer files;
55         REC:Recordings;
56         SCO:Musical scores;
57         SER:Serials/periodicals;
58         VIM:Visual materials (films, videos, images)
59     } \
60     1
61 ]
62
63 set targets(z3950.bibsys.no:2100.BIBSYS) [list \
64     BIBSYS \
65     BIBSYS \
66     $commonFields \
67     {} \
68     {BIBSYS; Norway.} \
69     0 \
70 ]
71
72 #set targets(dtbsun.dtv.dk:4501.DEM) [list \
73 #    Aleph \
74 #    DEM \
75 #    $commonFields \
76 #    {} \
77 #    {Aleph Test server at DTV} \
78 #    0 \
79 #]
80
81 set targets(ir.dbc.bib.dk:2008.danbib) {
82     DanBib
83     danbib 
84  {
85  { Title {@attr 1=4} }
86  { Author {@attr 1=1003} }
87  { Abstract {@attr 1=62} }
88  { Date {@attr 1=30} }
89  { All {@attr 1=1016} }
90  }
91     {}
92     {Danish Union Catalogue} 
93     0 
94 }
95
96 set targets(dtbsun.dtv.dk:9999.usgs-esdd-uah) {
97     Zebra
98     {usgs esdd iah}
99  {
100  { Title {@attr 1=4} }
101  { Author {@attr 1=1003} }
102  { Abstract {@attr 1=62} }
103  { Date {@attr 1=30} }
104  { {Doc ID} {@attr 1=1032} }
105  { All {@attr 1=1016} }
106  { Ranked {@attr 1=1016 @attr 4=105} }
107  }
108     {}
109     {New Zebra Z39.50 test server with GILS records. Databases: <br>
110      usgs: sample of USGS data directory <br>
111      esdd: additional Earch Science Data Directory records <br>
112      uah: data directory for the International Association of Hydrologists <br>
113     }
114     1
115 }
116
117 set targets(z3950.research.att.com.books) [list \
118     {AT&T Server} \
119     books \
120     $commonFields \
121     {} \
122     {AT&T book catalog, mainly IEEE} \
123     1 \
124 ]
125
126 set targets(dranet.dra.com.drewdb) [list \
127     {Dranet} \
128     drewdb \
129     $commonFields \
130     {} \
131     {Sample database of 400,000 bibliographic records from Drew University} \
132     1 \
133 ]
134
135 set targets(libcat1.cc.emory.edu.UNICORN) [list \
136     Emory \
137     UNICORN \
138     $commonFields \
139     {} \
140     {Emory University} \
141     0 \
142 ]
143
144 set targets(161.253.225.10.UNICORN) [ list \
145     GWUW \
146     UNICORN \
147     $commonFields \
148     {} \
149     {George Washington University} \
150     0 \
151 ]
152
153 set targets(IBM2.LOC.GOV:2210.BOOKS) [ list \
154     LOC \
155     BOOKS \
156     $commonFields \
157     {} \
158     {Library of Congress: Production file of monograph (book) records} \
159     1 \
160 ]
161
162 set targets(IBM2.LOC.GOV:2210.NAMES) [ list \
163     LOC \
164     NAMES \
165     $commonFields \
166     {} \
167     {Library of Congress: Production file of name authority records} \
168     1 \
169 ]
170
171 set targets(199.92.147.99.UNICORN) [list \
172     Baystate \
173     UNICORN \
174     $commonFields \
175     {} \
176     {Baystate Medical Center} \
177     0 \
178 ]
179
180 set targets(Tikal.dev.oclc.org.AGRICOLA) [list \
181     AGRICOLA \
182     AGRICOLA \
183     $commonFields \
184     {} \
185     {OCLC-FirstSearch: AGRICOLA} \
186     1 \
187 ]
188
189 set targets(nwi.ub2.lu.se.sverige) {
190     NWI-Sweden
191     sverige
192     { { Ranked {@attr 1=4} } }
193     {}
194     {Nordic Web Index - Sweden}
195     1
196     1
197 }
198
199
200 set targets(nwi.ub2.lu.se.new_nor_lib) {
201     NWI-Norway
202     new_nor_lib
203     { { Ranked {@attr 1=4} } }
204     {}
205     {Nordic Web Index - Norway}
206     1
207     1
208 }
209
210 set targets(localhost:210.Default) {
211     Ztest
212     Default
213     { { Ranked {@attr 1=4} } }
214     {}
215     {Test server on port 210}
216     1
217     0
218 }