home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / archives / 3702 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  3.8 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!agate!usenet
  2. From: BBALAKRI@SUVM.BITNET ("Bhaskaran Balakrishnan [ph: (315) 443-1145]")
  3. Newsgroups: comp.archives
  4. Subject: [comp.infosystems.gopher] SPIGopher available via anonymous ftp
  5. Followup-To: comp.infosystems.gopher
  6. Date: 7 Nov 1992 12:52:03 GMT
  7. Organization: University of California, Berkeley
  8. Lines: 105
  9. Sender: adam@soda.berkeley.edu
  10. Approved: adam@soda.berkeley.edu
  11. Distribution: world
  12. Message-ID: <1dge5jINN721@agate.berkeley.edu>
  13. References: <01GQSJ2WOJMA9S58K4@vx.cis.umn.edu>
  14. NNTP-Posting-Host: soda.berkeley.edu
  15. X-Original-Newsgroups: comp.infosystems.gopher
  16. X-Original-Date: 5 Nov 92 18:06:03 GMT
  17.  
  18. Archive-name: auto/comp.infosystems.gopher/SPIGopher-available-via-anonymous-ftp
  19.  
  20. This is to let you know that I've made all the SPIGopher code available
  21. via anonymous ftp for anyone who's interested.
  22.  
  23. The files are located on:
  24.  
  25. dataserver.syr.edu (128.230.4.5)
  26.  
  27. in the    /pub/spigopher    directory.
  28.  
  29. For those of you who don't know:
  30.  
  31.  
  32. SPIGopher is a system that allows [SPIRES] databases to be integrated
  33. in a "read only" manner into the Gopher world. The integration is
  34. transparent in that, by using already existing Gopher "types":
  35.  
  36.    0 document (or file)
  37.    1 menu
  38.    7 search
  39.  
  40. users are unaware that they are interacting with SPIRES (the DBMS and
  41. the databases within).
  42.  
  43. Not including SPIRES, the DBMS from  Stanford University,
  44. SPIGopher@suvm.syr.edu (VM/CMS operating system) needs:
  45.  
  46. REXX, CMS PIPES, Gopher software (the GOPHER REXX files, really),
  47. RXSOCKET and RAMDISK. The last is used for creating a "virtual minidisk"
  48. for SPIRES output.
  49.  
  50. Non-SPIRES sites may want to look at the code as a MODEL
  51. for setting up a "hook" between Gopher and any service that
  52. can work within already recognized Gopher types.
  53.  
  54.  
  55. The files in the directory are:
  56.  
  57. General:
  58. -------
  59.  
  60. SPIGOPHR.FILES            Contents of directory
  61.  
  62. SPIGOPHR.README           Brief introduction, "terms & conditions"
  63.  
  64. spigophr.paper            Text of the SPIGopher paper presented at
  65.                           the SPIRES Fall '92 Workshop. Talks about
  66.                           Gopher, database searching and connecting the two.
  67. spigophr.fig1             Text of Figure 1 of spigophr.paper showing
  68.                           Gopher client-SPIGopher interaction. NOTE:
  69.                           The line length exceeds 80 characters.
  70.  
  71. VM related:
  72. -----------
  73.  
  74. spigophr.direct           Directory entry of "main" SPIGopher server
  75.  
  76. spigoph1.direct           Sample directory entry of "index" server
  77.  
  78. spigophr.profile          PROFILE EXEC of main SPIGopher server
  79.  
  80. spigoph1.profile          PROFILE EXEC of SPIGopher index server
  81.  
  82.  
  83. Rexx Code:
  84. ---------
  85.  
  86.  
  87. strtsvr.exec              EXEC to gets things rolling
  88.  
  89. getdbind.exec             EXEC used by index servers at start-up
  90.  
  91. spigophr.exec             Modified VM-Gopher server (GOPHERD EXEC 2.3.0)
  92.                           developed by Rick Troth of Rice University
  93.                           to listen for requests, pass request to
  94.                           $SPIGFR$ EXEC and send any "result" back.
  95.  
  96. $spigfr$.exec             Rexx-SPIRES interface that does SPIGopher requests
  97.  
  98. SPIRES related:
  99. --------------
  100.  
  101. spigfr.definer            File Definer for SPIGOPHER - the "meta"
  102.                           database, used by SPIGopher
  103.  
  104. spigfr.format             Formats associated with SPIGOPHER
  105.  
  106. rstrnts.spigfr            SPIGOPHER record for RESTAURANTS subfile
  107.  
  108.  
  109. rstgfr.format             SPIGopher format for RESTAURANTS subfile
  110.  
  111.  
  112.  
  113.  
  114. Please feel free to pass this on to anyone you think may be interested.
  115.  
  116.  
  117. B
  118.  
  119. -- Bhaskaran Balakrishnan, Faculty Computing Services                    --
  120. -- Computing Services, Syracuse University , Syracuse, NY 13244          --
  121. -- Bitnet: BBALAKRI@SUVM     Internet: BBALAKRI@SUVM.ACS.SYR.EDU         --
  122.  
  123.