home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / alt / gopher / 1419 next >
Encoding:
Internet Message Format  |  1992-12-11  |  2.6 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!tulane!uflorida!fish.cis.ufl.edu!fishwick
  2. From: fishwick@fish.cis.ufl.edu (Paul Fishwick)
  3. Newsgroups: alt.gopher
  4. Subject: Using Gopher for a News Group
  5. Message-ID: <37901@uflorida.cis.ufl.edu>
  6. Date: 12 Dec 92 01:19:18 GMT
  7. Sender: news@uflorida.cis.ufl.edu
  8. Organization: Univ. of Florida CIS Dept.
  9. Lines: 44
  10. Nntp-Posting-Host: fish.cis.ufl.edu
  11.  
  12.  
  13. I have asked two seniors to build a gopher hierarchy from our existing 
  14. archives from Simulation Digest. My hope is to "go beyond" what is
  15. done for frequently asked questions (FAQ) and let digest readers easily
  16. get information by keyword access directly to the digest archives. I
  17. have chosen gopher as a first start since it is freely available and
  18. its user base is expanding.
  19.  Now, here's what I need to do: I want to allow people to user their
  20. xgopher,gopher programs (from wherever) to do text searches of the
  21. archives such as "search keywords: simulation AND network". I have
  22. had them set up the file hierarchy so that one file corresponds to
  23. one message that is within a particular issue within a particular
  24. volume (10 issues per volume). I am wondering how to implement the
  25. search. I had thought of executing a Unix script via a gopher .Link
  26. file (but I could not get this to work). The script would query
  27. the user, do a 'grep' and collect all messages into a file that would
  28. be shown by xgopher (as it allows perusal of normal text files). Is
  29. this a good way, or is there something better? I know nothing of
  30. WAIS, unfortunately. If WAIS is the method to use, then I'll be glad
  31. to read whatever is necessary. The script solution seemed like the best hack
  32. since I know about Unix scripts, at least. Any help would be appreciated..
  33.  Here's what I did for the script: I created a file called .script
  34. under my gopher directory that contained:
  35.  
  36. Name=Try running me - I'm a script!
  37. Type=0
  38. Path=exec:://cis/lightning3/fishwick/gopher/runme
  39. Host=+
  40. Port=+
  41.  
  42.  
  43. The "Name" text comes up fine within xgopher; however, nothing happens
  44. when I press on it. Shouldn't it execute 'runme' ?
  45.  
  46. -paul
  47.  
  48. +-------------------------------------------------------------------------+
  49. | Paul A. Fishwick                                                        |
  50. | Computer Simulation and Animation Group                                 |
  51. | Dept. of Computer Science            EMAIL: fishwick@cis.ufl.edu        |
  52. | University of Florida                PHONE: (904) 392-1414              |
  53. | Bldg. CSE, Room 301                  FAX:   (904) 392-1220              |
  54. | Gainesville, FL 32611                UUCP:  gatech!uflorida!fishwick    |
  55. +-------------------------------------------------------------------------+
  56.