# $Id: ztargets.conf,v 1.35 1996/05/22 16:50:27 adam Exp $ # # This file contains the predefined targets in the WWW-Z39.50 gateway # Each target is an entry in the associative array "targets". The # targets array is indexed by a hostname followed by slash (/) and a # a list of databases. # slash (/). # Each entry consists of 6 fields. They are: # 1 Short-hand notaton for the target/database. Specify whatever you # think is appropriate. # 2 Preferred record syntax - USMARC/UKMARC/SUTRS, etc.. # 3 Search fields and their mapping to Bib-1 # 4 Authentication string; an empty string indicates # "no authentication". # 5 A longer description of the target/databases and what data the # server offers # 6 Flag that indicates whether the target support B/F element # specifications. Use 1 for true; 0 for false. # This is a list of common fields used by some of the targets (frankly, we # have little or no idea of what attributes the targets support). set commonFields { { Title {@attr 1=4} } { Author {@attr 1=1} } { Abstract {@attr 1=62} } { Date {@attr 1=30} } { {Doc ID} {@attr 1=1032} } { All {@attr 1=1016} } } set locFields { { Title {@attr 1=4} } { Author {@attr 1=1} } { Abstract {@attr 1=62} } { Date {@attr 1=30} } { {Doc ID} {@attr 1=1032} } } set targets(myriad.middlebury.edu/MIDCAT) { Midcat USMARC { { Title {@attr 1=4} } { Author {@attr 1=1003} } { Abstract {@attr 1=62} } { Date {@attr 1=30} } { All {@attr 1=1016} } } {} {Middlebury College (DRA).} 1 university } set targets(rlg.stanford.edu/SAM) [list \ RLG \ USMARC \ $locFields \ {} \ {Research Libraries group, Stanford University. Sample database} \ 1 \ z39sample \ ] set targets(z3950.bibsys.no:2100/BIBSYS) [list \ BIBSYS \ USMARC \ $commonFields \ {} \ {BIBSYS; Norway.} \ 0 \ union \ ] #set targets(dtbsun.dtv.dk:4501/DEM) [list \ # Aleph \ # DEM \ # $commonFields \ # {} \ # {Aleph Test server at DTV} \ # 0 \ #] set targets(ir.dbc.bib.dk:2008/danbib) { DanBib DANMARC { { Title {@attr 1=4} } { Author {@attr 1=1003} } { Abstract {@attr 1=62} } { Date {@attr 1=30} } } {} {Danish Union Catalogue} 0 union } set targets(dtbsun.dtv.dk:9999/usgs-esdd-iah) { Zebra USMARC { { Title {@attr 1=4} } { Author {@attr 1=1003} } { Abstract {@attr 1=62} } { Date {@attr 1=30} } { {Doc ID} {@attr 1=1032} } { All {@attr 1=1016} } { Free-text {@attr 1=1016 @attr 4=105} } } {} {Zebra Z39.50 test server with GILS records. Databases:
usgs: sample of USGS data directory
esdd: additional Earch Science Data Directory records
iah: data directory for the International Association of Hydrologists } 1 gils } set targets(z3950.research.att.com/books) [list \ {AT&T Server} \ USMARC \ $commonFields \ {} \ {AT&T book catalog, mainly IEEE} \ 1 \ assorted \ ] set targets(dranet.dra.com/drewdb) [list \ {Dranet} \ USMARC \ $commonFields \ {} \ {Sample database of 400,000 bibliographic records from Drew University} \ 1 \ z39sample \ ] set targets(libcat1.cc.emory.edu/UNICORN) [list \ Emory \ USMARC \ $commonFields \ {} \ {Emory University} \ 0 \ assorted \ ] set targets(161.253.225.10/UNICORN) [ list \ GWUW \ USMARC \ $locFields \ {} \ {George Washington University} \ 0 \ assorted \ ] set targets(IBM2.LOC.GOV:2210/BOOKS) [ list \ LOC,BOOKS \ {} \ $locFields \ {} \ {Library of Congress: Production file of monograph (book) records} \ 1 \ union \ ] set targets(IBM2.LOC.GOV:2210/NAMES) [ list \ LOC,NAMES \ USMARC \ $locFields \ {} \ {Library of Congress: Production file of name authority records} \ 1 \ union \ ] set targets(199.92.147.99/Baystate) [list \ Baystate \ USMARC \ $commonFields \ {} \ {Baystate Medical Center} \ 0 \ assorted \ ] set targets(Tikal.dev.oclc.org/AGRICOLA) [list \ AGRICOLA \ USMARC \ $commonFields \ {} \ {OCLC-FirstSearch: AGRICOLA} \ 1 \ union \ ] set targets(nwi.ub2.lu.se/sverige) { SwedenWais WAIS \ { { {All Fields} {@attr 1=4} } } {} {Nordic Web Index - Sweden} 1 nwi } set targets(nwi.ub2.lu.se:2121/sverige) { Sweden USMARC { { {All Fields} {@attr 1=1016 @attr 4=105} } { {Title} {@attr 1=4 @attr 4=105} } { {URL} {@attr gils 1=2021} } { {Subject} {@attr 1=29 @attr 4=105} } { {URL links} {@attr gils 1=2047} } } {} {Nordic Web Index - Sweden} 1 nwi } set targets(mars.dtv.dk:9999/Default) { Denmark USMARC { { {All Fields} {@attr 1=1016 @attr 4=105} } { {Title} {@attr 1=4 @attr 4=105} } { {URL} {@attr gils 1=2021} } { {Subject} {@attr 1=29 @attr 4=105} } { {URL links} {@attr gils 1=2047} } } {} {Nordic Web Index - Denmark} 1 nwi } set targets(netsrv.casi.sti.nasa.gov:10210/GILS) { NASA WAIS { { Free-text {@attr 1=4} } } {} {NASA database} 1 gils } set targets(localhost:9999/test) { localwais WAIS { { Free-text {@attr 1=4} } } {} {WAIS test server on localhost:9999} 1 test } set targets(z3950.research.att.com/z39dbs) { Z39DB SUTRS { All {} } {} {Server with description of other Z39.50 databases} 1 assorted } set targets(z3950.research.att.com/netlib) { Netlib SUTRS { All {} } {} {Netlib server} 1 assorted } set targets(localhost:210/Default) { Ztest USMARC { { Title {@attr 1=4} } { Author {@attr 1=1003} } { Abstract {@attr 1=62} } { Date {@attr 1=30} } { {Doc ID} {@attr 1=1032} } { All {@attr 1=1016} } { Free-text {@attr 1=1016 @attr 4=105} } } {} {Z39.50 Test server on port 210} 1 test } set groupsDescription(union) {Union catalogues} set groupsOrder(union) 10 set groupsDescription(university) {Universities} set groupsOrder(university) 11 set groupsDescription(nwi) {Nordic Web Index servers} set groupsOrder(nwi) 12 set groupsDescription(gils) {Government Information Locators (GILS)} set groupsOrder(gils) 13 set groupsDescription(assorted) {Assorted servers} set groupsOrder(assorted) 14 set groupsDescription(z39sample) {Z39.50 Test sample servers} set groupsOrder(z39sample) 99 set groupsDescription(test) {Test servers} set groupsOrder(test) 100 set groupsDescription(user) {User defined servers} set groupsOrder(user) 101