Sort of targets in multiple-targets selection.
[egate.git] / www / ztargets.conf
index ad36d23..6d8c2e1 100644 (file)
-# $Id: ztargets.conf,v 1.3 1995/10/31 16:56:25 adam Exp $
+# $Id: ztargets.conf,v 1.23 1996/02/19 15:45:00 adam Exp $
+#
+# This file contains the predefined targets in the WWW-Z59.50 gateway
+# Each target is an entry in associative array "targets". The
+# targets array is indexed by 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=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) {
-    {University somewhere, bla bla} 
-    {Default} 
+set targets(myriad.middlebury.edu.MIDCAT) {
+    Midcat
+    MIDCAT
     { { Title {@attr 1=4} }
       { Author {@attr 1=1003} }
       { Abstract {@attr 1=62} }
       { Date {@attr 1=30} }
       { All {@attr 1=1016} }
-    } 
+    }
+    {} 
+    {Middlebury College (DRA).} 
+    1
 }
 
-set targets(rlg.stanford.edu) [list \
-    {The famous Stanford University} \
-    {BKS AMC MAP MDF REC SCO SER VIM BIB} \
+set targets(rlg.stanford.edu.BKS-AMC-MAP-MDF-REC-SCO-SER-VIM) [list \
+    RLG \
+    {BKS AMC MAP MDF REC SCO SER VIM} \
     $commonFields \
+    {} \
+    {Research Libraries group, Stanford University. Databases:<br>
+        AMC:Archival and manuscripts control; 
+        BKS:Books;
+        MAP:Maps;
+        MDF:Computer files;
+        REC:Recordings;
+        SCO:Musical scores;
+        SER:Serials/periodicals;
+        VIM:Visual materials (films, videos, images)
+    } \
+    1
 ]
 
-set targets(bibsys) [list \
-    {BIBSYS - Norway} \
+set targets(z3950.bibsys.no:2100.BIBSYS) [list \
     BIBSYS \
+    BIBSYS \
+    $commonFields \
+    {} \
+    {BIBSYS; Norway.} \
+    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) {
+    DanBib
+    danbib 
+ {
+ { 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} }
+ { Ranked {@attr 1=1016 @attr 4=105} }
+ }
+    {<<osi/SR:0103/ir.dbc.bib.dk:4500>>} 
+    {Z39.50->SR gateway to SR target DanBib} 
+    0 
+}
+
+set targets(dtbsun.dtv.dk:9999.usgs-esdd-uah) {
+    Zebra
+    {usgs esdd iah}
+ {
+ { 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} }
+ { Ranked {@attr 1=1016 @attr 4=105} }
+ }
+    {}
+    {New 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>
+     uah: data directory for the International Association of Hydrologists <br>
+    }
+    1
+}
+
+set targets(z3950.research.att.com.books) [list \
+    {AT&T Server} \
+    books \
+    $commonFields \
+    {} \
+    {AT&T book catalog, mainly IEEE} \
+    1 \
+]
+
+set targets(dranet.dra.com.drewdb) [list \
+    {Dranet} \
+    drewdb \
+    $commonFields \
+    {} \
+    {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(IBM2.LOC.GOV:2210.NAMES) [ list \
+    LOC \
+    NAMES \
+    $commonFields \
+    {} \
+    {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(dtbsun.dtv.dk:4500) [list \
-    {Aleph, Z39.50 Server} \
-    {DEM MAR} \
+set targets(Tikal.dev.oclc.org.AGRICOLA) [list \
+    AGRICOLA \
+    AGRICOLA \
     $commonFields \
+    {} \
+    {OCLC-FirstSearch: AGRICOLA} \
+    1 \
 ]
 
-set targets(ir.dbc.bib.dk) [list \
-    {SR-DANBIB} \
-    DANBIB \
+set targets(localhost:8000.Default) [list \
+    {Test 8000} \
+    Default \
     $commonFields \
+    {} \
+    {Server for testing purposes only.} \
+    0 \
 ]
 
-set targets(localhost:9999) [list \
-    ztest9999 \
-    {ABE BETA} \
+set targets(localhost:8001.Default) [list \
+    {Test 8001} \
+    Default \
     $commonFields \
+    {} \
+    {Server for testing purposes only.} \
+    0 \
 ]
 
-set targets(dtbsun.dtv.dk:2100) [list \
-    zserver \
-    {usgs esdd} \
+set targets(localhost:8002.Default) [list \
+    {Test 8002} \
+    Default \
     $commonFields \
+    {} \
+    {Server for testing purposes only.} \
+    0 \
 ]
 
-set targets(z3950.research.att.com) [list \
-    {AT&T Z39.50 Server} \
-    {Default} \
+set targets(localhost:8003.Default) [list \
+    {Test 8003} \
+    Default \
     $commonFields \
+    {} \
+    {Server for testing purposes only.} \
+    0 \
 ]