Minor changes.
[egate.git] / www / ztargets.conf
1 # $Id: ztargets.conf,v 1.33 1996/04/25 10:22:21 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 slash (/) and a
6 # a list of databases.
7 # slash (/).
8
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
17 #         server offers
18 #  6      Flag that indicates whether the target support B/F element
19 #         specifications. Use 1 for true; 0 for false.
20
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).
23 set commonFields {
24  { Title {@attr 1=4} }
25  { Author {@attr 1=1} }
26  { Abstract {@attr 1=62} }
27  { Date {@attr 1=30} }
28  { {Doc ID} {@attr 1=1032} }
29  { All {@attr 1=1016} }
30 }
31
32 set locFields {
33  { Title {@attr 1=4} }
34  { Author {@attr 1=1} }
35  { Abstract {@attr 1=62} }
36  { Date {@attr 1=30} }
37  { {Doc ID} {@attr 1=1032} }
38 }
39
40 set targets(myriad.middlebury.edu/MIDCAT) {
41     Midcat
42     USMARC
43     { { Title {@attr 1=4} }
44       { Author {@attr 1=1003} }
45       { Abstract {@attr 1=62} }
46       { Date {@attr 1=30} }
47       { All {@attr 1=1016} }
48     }
49     {} 
50     {Middlebury College (DRA).} 
51     1
52     university
53 }
54
55 set targets(rlg.stanford.edu/SAM) [list \
56     RLG \
57     USMARC \
58     $locFields \
59     {} \
60     {Research Libraries group, Stanford University. Sample database} \
61     1 \
62     z39sample \
63 ]
64
65 set targets(z3950.bibsys.no:2100/BIBSYS) [list \
66     BIBSYS \
67     USMARC \
68     $commonFields \
69     {} \
70     {BIBSYS; Norway.} \
71     0 \
72     union \
73 ]
74
75 #set targets(dtbsun.dtv.dk:4501/DEM) [list \
76 #    Aleph \
77 #    DEM \
78 #    $commonFields \
79 #    {} \
80 #    {Aleph Test server at DTV} \
81 #    0 \
82 #]
83
84 set targets(ir.dbc.bib.dk:2008/danbib) {
85     DanBib
86     DANMARC
87  {
88  { Title {@attr 1=4} }
89  { Author {@attr 1=1003} }
90  { Abstract {@attr 1=62} }
91  { Date {@attr 1=30} }
92  }
93     {}
94     {Danish Union Catalogue} 
95     0 
96     union
97 }
98
99 set targets(dtbsun.dtv.dk:9999/usgs-esdd-iah) {
100     Zebra
101     USMARC
102  {
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} }
110  }
111     {}
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
116     }
117     1
118     gils
119 }
120
121 set targets(z3950.research.att.com/books) [list \
122     {AT&T Server} \
123     USMARC \
124     $commonFields \
125     {} \
126     {AT&T book catalog, mainly IEEE} \
127     1 \
128     assorted \
129 ]
130
131 set targets(dranet.dra.com/drewdb) [list \
132     {Dranet} \
133     USMARC \
134     $commonFields \
135     {} \
136     {Sample database of 400,000 bibliographic records from Drew University} \
137     1 \
138     z39sample \
139 ]
140
141 set targets(libcat1.cc.emory.edu/UNICORN) [list \
142     Emory \
143     USMARC \
144     $commonFields \
145     {} \
146     {Emory University} \
147     0 \
148     assorted \
149 ]
150
151 set targets(161.253.225.10/UNICORN) [ list \
152     GWUW \
153     USMARC \
154     $locFields \
155     {} \
156     {George Washington University} \
157     0 \
158     assorted \
159 ]
160
161 set targets(IBM2.LOC.GOV:2210/BOOKS) [ list \
162     LOC,BOOKS \
163     {} \
164     $locFields \
165     {} \
166     {Library of Congress: Production file of monograph (book) records} \
167     1 \
168     union \
169 ]
170
171 set targets(IBM2.LOC.GOV:2210/NAMES) [ list \
172     LOC,NAMES \
173     USMARC \
174     $locFields \
175     {} \
176     {Library of Congress: Production file of name authority records} \
177     1 \
178     union \
179 ]
180
181 set targets(199.92.147.99/Baystate) [list \
182     Baystate \
183     USMARC \
184     $commonFields \
185     {} \
186     {Baystate Medical Center} \
187     0 \
188     assorted \
189 ]
190
191 set targets(Tikal.dev.oclc.org/AGRICOLA) [list \
192     AGRICOLA \
193     USMARC \
194     $commonFields \
195     {} \
196     {OCLC-FirstSearch: AGRICOLA} \
197     1 \
198     union \
199 ]
200
201 set targets(nwi.ub2.lu.se/sverige) {
202     Sweden
203     WAIS \
204     { { Free-text {@attr 1=4} } }
205     {}
206     {Nordic Web Index - Sweden}
207     1
208     nwi
209 }
210
211
212 set targets(nwi.ub2.lu.se/new_nor_lib) {
213     Norway
214     WAIS
215     { { Free-text {@attr 1=4} } }
216     {}
217     {Nordic Web Index - Norway}
218     1
219     nwi
220 }
221
222 set targets(netsrv.casi.sti.nasa.gov:10210/GILS) {
223     NASA
224     WAIS
225     { { Free-text {@attr 1=4} } }
226     {}
227     {NASA database}
228     1
229     gils
230 }
231
232 set targets(localhost:9999/test) {
233     localwais
234     WAIS
235     { { Free-text {@attr 1=4} } }
236     {}
237     {WAIS test server on localhost:9999}
238     1
239     test
240 }
241
242
243 set targets(z3950.research.att.com/z39dbs) {
244     Z39DB 
245     SUTRS
246   { All {} }
247     {}
248     {Server with description of other Z39.50 databases}
249     1
250     assorted
251 }
252
253 set targets(z3950.research.att.com/netlib) {
254     Netlib
255     SUTRS
256   { All {} }
257     {}
258     {Netlib server}
259     1
260     assorted
261 }
262
263 set targets(localhost:210/Default) {
264     Ztest
265     USMARC
266  {
267  { Title {@attr 1=4} }
268  { Author {@attr 1=1003} }
269  { Abstract {@attr 1=62} }
270  { Date {@attr 1=30} }
271  { {Doc ID} {@attr 1=1032} }
272  { All {@attr 1=1016} }
273  { Free-text {@attr 1=1016 @attr 4=105} }
274  }
275     {}
276     {Z39.50 Test server on port 210}
277     1
278     test
279 }
280
281 set groupsDescription(union)        {Union catalogues}
282 set groupsOrder(union)              10
283
284 set groupsDescription(university)   {Universities}
285 set groupsOrder(university)         11
286
287 set groupsDescription(nwi)          {Nordic Web Index servers}
288 set groupsOrder(nwi)                12
289
290 set groupsDescription(gils)         {Government Information Locators (GILS)}
291 set groupsOrder(gils)               13
292
293 set groupsDescription(assorted)     {Assorted servers}
294 set groupsOrder(assorted)           14
295
296 set groupsDescription(z39sample)    {Z39.50 Test sample servers}
297 set groupsOrder(z39sample)          99
298
299
300 set groupsDescription(test)         {Test servers}
301 set groupsOrder(test)               100
302
303 set groupsDescription(user)         {User defined servers}
304 set groupsOrder(user)               101
305