Major revision. Single-target result set can be reached from the
[egate.git] / www / ztargets.conf
index ef953d2..b7d2dfd 100644 (file)
@@ -1,16 +1,45 @@
-# $Id: ztargets.conf,v 1.7 1995/11/08 16:14:36 adam Exp $
+# $Id: ztargets.conf,v 1.31 1996/03/13 14:07:33 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=1003} }
+ { Author {@attr 1=1} }
  { Abstract {@attr 1=62} }
  { Date {@attr 1=30} }
  { {Doc ID} {@attr 1=1032} }
  { All {@attr 1=1016} }
 }
 
-set targets(myriad.middlebury.edu) {
+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
-    MIDCAT
+    USMARC
     { { Title {@attr 1=4} }
       { Author {@attr 1=1003} }
       { Abstract {@attr 1=62} }
@@ -18,74 +47,257 @@ set targets(myriad.middlebury.edu) {
       { All {@attr 1=1016} }
     }
     {} 
-    {Myriad} 
+    {Middlebury College (DRA).} 
+    1
+    university
 }
 
-set targets(rlg.stanford.edu) [list \
-    rlg \
-    {BKS AMC MAP MDF REC SCO SER VIM BIB} \
-    $commonFields \
+set targets(rlg.stanford.edu/SAM) [list \
+    RLG \
+    USMARC \
+    $locFields \
     {} \
-    {Research Libraries group, Stanford University}
+    {Research Libraries group, Stanford University. Sample database} \
+    1 \
+    z39sample \
 ]
 
-set targets(z3950.bibsys.no:2100) [list \
-    BIBSYS \
+set targets(z3950.bibsys.no:2100/BIBSYS) [list \
     BIBSYS \
+    USMARC \
     $commonFields \
     {} \
-    {BIBSYS - norway} \
+    {BIBSYS; Norway.} \
+    0 \
+    union \
 ]
 
-set targets(dtbsun.dtv.dk:4500) [list \
-    {Aleph} \
-    {DEM MAR} \
+#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-cd_rom) {
+    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: <br>
+     usgs: sample of USGS data directory <br>
+     esdd: additional Earch Science Data Directory records <br>
+     iah: data directory for the International Association of Hydrologists <br>
+     cd_rom: SIG-CAT compendium of CD-ROMs.
+    }
+    1
+    gils
+}
+
+set targets(z3950.research.att.com/books) [list \
+    {AT&T Server} \
+    USMARC \
     $commonFields \
     {} \
-    {Aleph, Z39.50 Server on DTV} \
+    {AT&T book catalog, mainly IEEE} \
+    1 \
+    assorted \
 ]
 
-set targets(dtbsun.dtv.dk:210) [list \
-    {SR-DanBib} \
-    danbib \
-    { { Title {@attr 1=4} } \
-      { Author {@attr 1=1} } \
-      { Abstract {@attr 1=62} } \
-      { Date {@attr 1=30} } \
-      { All {@attr 1=1016} } \
-    } \
-    {<<danbib>>} \
-    {SR Target DanBib trough the Europagate gateway} \
+set targets(dranet.dra.com/drewdb) [list \
+    {Dranet} \
+    USMARC \
+    $commonFields \
+    {} \
+    {Sample database of 400,000 bibliographic records from Drew University} \
+    1 \
+    z39sample \
 ]
 
-set targets(localhost:9999) [list \
-    Ztest9999 \
-    {ABE BETA} \
+set targets(libcat1.cc.emory.edu/UNICORN) [list \
+    Emory \
+    USMARC \
     $commonFields \
     {} \
-    {Test server on localhost} \
+    {Emory University} \
+    0 \
+    assorted \
 ]
 
-set targets(dtbsun.dtv.dk:9999) [list \
-    Zserver \
-    {usgs esdd cd_rom unknown} \
-    $commonFields \
+set targets(161.253.225.10/UNICORN) [ list \
+    GWUW \
+    USMARC \
+    $locFields \
     {} \
-    {New Index Data Z39.50 Server in alpha-test} \
+    {George Washington University} \
+    0 \
+    assorted \
 ]
 
-set targets(z3950.research.att.com) [list \
-    {AT&T Server} \
-    Default \
+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 \
     {} \
-    {Z39.50 Server at AT&T} \
+    {Baystate Medical Center} \
+    0 \
+    assorted \
 ]
 
-set targets(dranet.dra.com) [list \
-    {Dranet} \
-    drewdb \
+set targets(Tikal.dev.oclc.org/AGRICOLA) [list \
+    AGRICOLA \
+    USMARC \
     $commonFields \
     {} \
-    {Data Research Z39.50 Server} \
+    {OCLC-FirstSearch: AGRICOLA} \
+    1 \
+    union \
 ]
+
+set targets(nwi.ub2.lu.se/sverige) {
+    NWI-Sweden
+    WAIS \
+    { { Free-text {@attr 1=4} } }
+    {}
+    {Nordic Web Index - Sweden}
+    1
+    nwi
+}
+
+
+set targets(nwi.ub2.lu.se/new_nor_lib) {
+    NWI-Norway
+    WAIS
+    { { Free-text {@attr 1=4} } }
+    {}
+    {Nordic Web Index - Norway}
+    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
+