1 # $Id: ztargets.conf,v 1.37 1996/09/03 14:06:44 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(ir.dbc.bib.dk:2008/danbib) {
80 { Author {@attr 1=1003} }
81 { Abstract {@attr 1=62} }
85 {Danish Union Catalogue}
90 set targets(dtbsun.dtv.dk:9999/usgs-esdd-iah) {
95 { Author {@attr 1=1003} }
96 { Abstract {@attr 1=62} }
98 { {Doc ID} {@attr 1=1032} }
99 { All {@attr 1=1016} }
100 { Free-text {@attr 1=1016 @attr 4=105} }
103 {Zebra Z39.50 test server with GILS records. Databases: <br>
104 usgs: sample of USGS data directory <br>
105 esdd: additional Earch Science Data Directory records <br>
106 iah: data directory for the International Association of Hydrologists
112 set targets(z3950.research.att.com/books) [list \
117 {AT&T book catalog, mainly IEEE} \
122 set targets(dranet.dra.com/drewdb) [list \
127 {Sample database of 400,000 bibliographic records from Drew University} \
132 set targets(libcat1.cc.emory.edu/UNICORN) [list \
142 set targets(161.253.225.10/UNICORN) [ list \
147 {George Washington University} \
152 set targets(IBM2.LOC.GOV:2210/BOOKS) [ list \
157 {Library of Congress: Production file of monograph (book) records} \
162 set targets(IBM2.LOC.GOV:2210/NAMES) [ list \
167 {Library of Congress: Production file of name authority records} \
172 set targets(199.92.147.99/Baystate) [list \
177 {Baystate Medical Center} \
182 set targets(Tikal.dev.oclc.org/AGRICOLA) [list \
187 {OCLC-FirstSearch: AGRICOLA} \
192 set targets(z3950.research.att.com/z39dbs) {
197 {Server with description of other Z39.50 databases}
202 set targets(z3950.research.att.com/netlib) {
212 set targets(localhost:210/Default) {
216 { Title {@attr 1=4} }
217 { Author {@attr 1=1003} }
218 { Abstract {@attr 1=62} }
219 { Date {@attr 1=30} }
220 { {Doc ID} {@attr 1=1032} }
221 { All {@attr 1=1016} }
222 { Free-text {@attr 1=1016 @attr 4=105} }
225 {Z39.50 Test server on port 210}
230 set groupsDescription(union) {Union catalogues}
231 set groupsOrder(union) 10
233 set groupsDescription(university) {Universities}
234 set groupsOrder(university) 11
236 set groupsDescription(nwi) {Nordic Web Index servers}
237 set groupsOrder(nwi) 12
239 set groupsDescription(gils) {Government Information Locators (GILS)}
240 set groupsOrder(gils) 13
242 set groupsDescription(assorted) {Assorted servers}
243 set groupsOrder(assorted) 14
245 set groupsDescription(z39sample) {Z39.50 Test sample servers}
246 set groupsOrder(z39sample) 99
249 set groupsDescription(test) {Test servers}
250 set groupsOrder(test) 100
252 set groupsDescription(user) {User defined servers}
253 set groupsOrder(user) 101