1 # $Id: ztargets.conf,v 1.35 1996/05/22 16:50:27 adam Exp $
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 slash (/) and a
9 # Each entry consists of 6 fields. They are:
10 # 1 Short-hand notaton for the target/database. Specify whatever you
11 # think is appropriate.
12 # 2 Preferred record syntax - USMARC/UKMARC/SUTRS, etc..
13 # 3 Search fields and their mapping to Bib-1
14 # 4 Authentication string; an empty string indicates
15 # "no authentication".
16 # 5 A longer description of the target/databases and what data the
18 # 6 Flag that indicates whether the target support B/F element
19 # specifications. Use 1 for true; 0 for false.
21 # This is a list of common fields used by some of the targets (frankly, we
22 # have little or no idea of what attributes the targets support).
25 { Author {@attr 1=1} }
26 { Abstract {@attr 1=62} }
28 { {Doc ID} {@attr 1=1032} }
29 { All {@attr 1=1016} }
34 { Author {@attr 1=1} }
35 { Abstract {@attr 1=62} }
37 { {Doc ID} {@attr 1=1032} }
40 set targets(myriad.middlebury.edu/MIDCAT) {
43 { { Title {@attr 1=4} }
44 { Author {@attr 1=1003} }
45 { Abstract {@attr 1=62} }
47 { All {@attr 1=1016} }
50 {Middlebury College (DRA).}
55 set targets(rlg.stanford.edu/SAM) [list \
60 {Research Libraries group, Stanford University. Sample database} \
65 set targets(z3950.bibsys.no:2100/BIBSYS) [list \
75 #set targets(dtbsun.dtv.dk:4501/DEM) [list \
80 # {Aleph Test server at DTV} \
84 set targets(ir.dbc.bib.dk:2008/danbib) {
89 { Author {@attr 1=1003} }
90 { Abstract {@attr 1=62} }
94 {Danish Union Catalogue}
99 set targets(dtbsun.dtv.dk:9999/usgs-esdd-iah) {
103 { Title {@attr 1=4} }
104 { Author {@attr 1=1003} }
105 { Abstract {@attr 1=62} }
106 { Date {@attr 1=30} }
107 { {Doc ID} {@attr 1=1032} }
108 { All {@attr 1=1016} }
109 { Free-text {@attr 1=1016 @attr 4=105} }
112 {Zebra Z39.50 test server with GILS records. Databases: <br>
113 usgs: sample of USGS data directory <br>
114 esdd: additional Earch Science Data Directory records <br>
115 iah: data directory for the International Association of Hydrologists
121 set targets(z3950.research.att.com/books) [list \
126 {AT&T book catalog, mainly IEEE} \
131 set targets(dranet.dra.com/drewdb) [list \
136 {Sample database of 400,000 bibliographic records from Drew University} \
141 set targets(libcat1.cc.emory.edu/UNICORN) [list \
151 set targets(161.253.225.10/UNICORN) [ list \
156 {George Washington University} \
161 set targets(IBM2.LOC.GOV:2210/BOOKS) [ list \
166 {Library of Congress: Production file of monograph (book) records} \
171 set targets(IBM2.LOC.GOV:2210/NAMES) [ list \
176 {Library of Congress: Production file of name authority records} \
181 set targets(199.92.147.99/Baystate) [list \
186 {Baystate Medical Center} \
191 set targets(Tikal.dev.oclc.org/AGRICOLA) [list \
196 {OCLC-FirstSearch: AGRICOLA} \
201 set targets(nwi.ub2.lu.se/sverige) {
204 { { {All Fields} {@attr 1=4} } }
206 {Nordic Web Index - Sweden}
212 set targets(nwi.ub2.lu.se:2121/sverige) {
215 { { {All Fields} {@attr 1=1016 @attr 4=105} }
216 { {Title} {@attr 1=4 @attr 4=105} }
217 { {URL} {@attr gils 1=2021} }
218 { {Subject} {@attr 1=29 @attr 4=105} }
219 { {URL links} {@attr gils 1=2047} } }
221 {Nordic Web Index - Sweden}
226 set targets(mars.dtv.dk:9999/Default) {
229 { { {All Fields} {@attr 1=1016 @attr 4=105} }
230 { {Title} {@attr 1=4 @attr 4=105} }
231 { {URL} {@attr gils 1=2021} }
232 { {Subject} {@attr 1=29 @attr 4=105} }
233 { {URL links} {@attr gils 1=2047} } }
235 {Nordic Web Index - Denmark}
240 set targets(netsrv.casi.sti.nasa.gov:10210/GILS) {
243 { { Free-text {@attr 1=4} } }
250 set targets(localhost:9999/test) {
253 { { Free-text {@attr 1=4} } }
255 {WAIS test server on localhost:9999}
261 set targets(z3950.research.att.com/z39dbs) {
266 {Server with description of other Z39.50 databases}
271 set targets(z3950.research.att.com/netlib) {
281 set targets(localhost:210/Default) {
285 { Title {@attr 1=4} }
286 { Author {@attr 1=1003} }
287 { Abstract {@attr 1=62} }
288 { Date {@attr 1=30} }
289 { {Doc ID} {@attr 1=1032} }
290 { All {@attr 1=1016} }
291 { Free-text {@attr 1=1016 @attr 4=105} }
294 {Z39.50 Test server on port 210}
299 set groupsDescription(union) {Union catalogues}
300 set groupsOrder(union) 10
302 set groupsDescription(university) {Universities}
303 set groupsOrder(university) 11
305 set groupsDescription(nwi) {Nordic Web Index servers}
306 set groupsOrder(nwi) 12
308 set groupsDescription(gils) {Government Information Locators (GILS)}
309 set groupsOrder(gils) 13
311 set groupsDescription(assorted) {Assorted servers}
312 set groupsOrder(assorted) 14
314 set groupsDescription(z39sample) {Z39.50 Test sample servers}
315 set groupsOrder(z39sample) 99
318 set groupsDescription(test) {Test servers}
319 set groupsOrder(test) 100
321 set groupsDescription(user) {User defined servers}
322 set groupsOrder(user) 101