# $Id: ztargets.conf,v 1.39 2001/02/26 14:32:36 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(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(bagel.indexdata.dk:210/marc-gils) { Zebra USMARC { { Title {@attr 1=4} } { Author {@attr 1=1003} } { Abstract {@attr 1=62} } { {Doc ID} {@attr 1=1032} } { All {@attr 1=1016} } { Free-text {@attr 1=1016 @attr 4=105} } } {} {Zebra Z39.50 test server with GILS and MARC records
} 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(z3950.loc.gov:7090/voyager) [ list \ LOCS \ {} \ $locFields \ {} \ {Library of Congress: Production file of monograph (book) 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(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:9999/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 9999} 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