X-Git-Url: http://git.indexdata.com/?p=egate.git;a=blobdiff_plain;f=www%2Fztargets.conf;h=6b259af0da561b47fd5db09767ecf6c2a0e5b396;hp=312492f9c51642d81c3125d0dff5d3886a6d0328;hb=4938d0c2e8f4e1eec397c2bfbbc7e23fd150c369;hpb=cf6ead410b63297e714d9258f9ea593b1e127501 diff --git a/www/ztargets.conf b/www/ztargets.conf index 312492f..6b259af 100644 --- a/www/ztargets.conf +++ b/www/ztargets.conf @@ -1,4 +1,24 @@ -# $Id: ztargets.conf,v 1.20 1996/01/26 15:50:12 adam Exp $ +# $Id: ztargets.conf,v 1.27 1996/03/07 12:46:10 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 a dot and a descriptor. +# The descriptor should be the local database name (without dots in it). + +# Each entry consists of 6 fields. They are: +# 1 Short-hand notaton for the target/target. Specify whatever you +# think is appropriate +# 2 Database list (one or more databases in list notation) +# 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} } @@ -49,16 +69,16 @@ set targets(z3950.bibsys.no:2100.BIBSYS) [list \ 0 \ ] -set targets(dtbsun.dtv.dk:4501.DEM) [list \ - Aleph \ - DEM \ - $commonFields \ - {} \ - {Aleph Test server at DTV} \ - 0 \ -] +#set targets(dtbsun.dtv.dk:4501.DEM) [list \ +# Aleph \ +# DEM \ +# $commonFields \ +# {} \ +# {Aleph Test server at DTV} \ +# 0 \ +#] -set targets(dallas.ucd.ie:7777.danbib) { +set targets(ir.dbc.bib.dk:2008.danbib) { DanBib danbib { @@ -66,18 +86,16 @@ set targets(dallas.ucd.ie:7777.danbib) { { Author {@attr 1=1003} } { Abstract {@attr 1=62} } { Date {@attr 1=30} } - { {Doc ID} {@attr 1=1032} } { All {@attr 1=1016} } - { Ranked {@attr 1=1016 @attr 4=105} } } - {<>} - {Z39.50->SR gateway to SR target DanBib} + {} + {Danish Union Catalogue} 0 } -set targets(dtbsun.dtv.dk:9999.usgs-esdd-cd_rom-uah-www_dk) { +set targets(dtbsun.dtv.dk:9999.usgs-esdd-uah) { Zebra - {usgs esdd cd_rom iah www_dk} + {usgs esdd iah} { { Title {@attr 1=4} } { Author {@attr 1=1003} } @@ -88,7 +106,11 @@ set targets(dtbsun.dtv.dk:9999.usgs-esdd-cd_rom-uah-www_dk) { { Ranked {@attr 1=1016 @attr 4=105} } } {} - {New Zebra Z39.50 Server in alpha-test} + {New Zebra Z39.50 test server with GILS records. Databases:
+ usgs: sample of USGS data directory
+ esdd: additional Earch Science Data Directory records
+ uah: data directory for the International Association of Hydrologists
+ } 1 } @@ -106,16 +128,91 @@ set targets(dranet.dra.com.drewdb) [list \ drewdb \ $commonFields \ {} \ - {Data Research Z39.50 Server} \ + {Sample database of 400,000 bibliographic records from Drew University} \ + 1 \ +] + +set targets(libcat1.cc.emory.edu.UNICORN) [list \ + Emory \ + UNICORN \ + $commonFields \ + {} \ + {Emory University} \ + 0 \ +] + +set targets(161.253.225.10.UNICORN) [ list \ + GWUW \ + UNICORN \ + $commonFields \ + {} \ + {George Washington University} \ + 0 \ +] + +set targets(IBM2.LOC.GOV:2210.BOOKS) [ list \ + LOC \ + BOOKS \ + $commonFields \ + {} \ + {Library of Congress: Production file of monograph (book) records} \ 1 \ ] -set targets(localhost:210.Default) [list \ - {Test} \ - Default \ +set targets(IBM2.LOC.GOV:2210.NAMES) [ list \ + LOC \ + NAMES \ $commonFields \ {} \ - {Server for testing purposes only.} \ + {Library of Congress: Production file of name authority records} \ 1 \ ] +set targets(199.92.147.99.UNICORN) [list \ + Baystate \ + UNICORN \ + $commonFields \ + {} \ + {Baystate Medical Center} \ + 0 \ +] + +set targets(Tikal.dev.oclc.org.AGRICOLA) [list \ + AGRICOLA \ + AGRICOLA \ + $commonFields \ + {} \ + {OCLC-FirstSearch: AGRICOLA} \ + 1 \ +] + +set targets(nwi.ub2.lu.se.sverige) { + NWI-Sweden + sverige + { { Ranked {@attr 1=4} } } + {} + {Nordic Web Index - Sweden} + 1 + 1 +} + + +set targets(nwi.ub2.lu.se.new_nor_lib) { + NWI-Norway + new_nor_lib + { { Ranked {@attr 1=4} } } + {} + {Nordic Web Index - Norway} + 1 + 1 +} + +set targets(localhost:210.Default) { + Ztest + Default + { { Ranked {@attr 1=4} } } + {} + {Test server on port 210} + 1 + 0 +}