This is the University of Minnesota's Gopher to Z39.50 1992 Gateway.



About Go4zgate
---------------

Go4zgate is a Gopher+ to Z39.50 version 2 Gateway. It's intent is to allow
access to Z39.52 catalogs. At the moment these catalogs are, in general,
on-line library catalogs.

Please report any bugs/enhancements to gopher@boombox.micro.umn.edu.



Installation
------------

% cd libfw
% make -f makefile.sun
                      or
% make -f makefile.dec
% cd ../uclient
% make -f makefile.sun
                      or
% make -f makefile.dec
% cd ../go4zgate
% edit Makefile
% edit confi.h
% make

  Once everything has compiled correctly you can test things by running
  the script "Penn".

  Included in the directory are sample ASK Forms and other scripts that
  are ready to be used. These are actual scripts that we use. 
  
  Included in the papers directory is the paper+slides presented at 
  GopherCon '94. Also included in this directory is a paper describing
  the _Modified Hungarian Naming Convention for `C`_ used in our code.


