home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / archives / 3230 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  2.3 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!agate!usenet
  2. From: Andrew Gilmartin <Andrew_Gilmartin@Brown.Edu>
  3. Newsgroups: comp.archives
  4. Subject: [comp.infosystems.gopher] A Gopher gateway to Ph
  5. Followup-To: comp.infosystems.gopher
  6. Date: 4 Sep 1992 03:51:59 GMT
  7. Organization: Brown University
  8. Lines: 53
  9. Approved: adam@soda.berkeley.edu
  10. Distribution: world
  11. Message-ID: <186mgvINN5r@agate.berkeley.edu>
  12. References: <17gmokINNc28@stanley.cis.Brown.EDU>
  13. NNTP-Posting-Host: soda.berkeley.edu
  14. X-Original-Newsgroups: comp.infosystems.gopher
  15. X-Original-Date: 26 Aug 1992 19:41:08 GMT
  16.  
  17. Archive-name: auto/comp.infosystems.gopher/A-Gopher-gateway-to-Ph
  18.  
  19. After Gopher '92 and seeing the X.500 to Gopher gateway, I
  20. decided to write a Ph (CSO name server) to Gopher gateway. Both
  21. gateways incorporate the I concept of using existing parts of
  22. the Gopher protocol to access new information sources or
  23. services. Since searching and navigation are part of the Gopher
  24. protocol it makes sense to use these with Ph. Thus Phq.
  25.  
  26. Phq is a Gopher server that knows how to respond to search,
  27. folder, and file requests with information from Ph. Search
  28. (type 7) and folder (type 1) requests return a list of Gopher
  29. files (type 0) derived from Ph records that match the given
  30. query. File (type 0) requests return a Ph record.
  31.  
  32. You can use folders for navigation. For example, our Gopher
  33. server has the link
  34.  
  35. Name=News Bureau Staff
  36. Type=1
  37. Path=1department="News Bureau"
  38. Host=gopher.brown.edu
  39. Port=1070
  40.  
  41. This link is displayed as a folder on the client. Opening the
  42. folder, the client sees a list of the News Bureau staff. This
  43. staff listing is infact the result of a Ph query. Opening one
  44. of the list's items will display that staffer's Ph entry.
  45.  
  46. Searching requires that you have a search link, for example
  47.  
  48. Name=Search Brown's Online Directory
  49. Type=7
  50. Path=7
  51. Host=gopher.brown.edu
  52. Port=1070
  53.  
  54. Try Phq out and see if you like it. Phq is a simple server with
  55. little error handling. If Brown decides to use it, I will
  56. strengthen it. Since all Ph servers are a little different, you
  57. might have to modify the code a little to work with your Ph
  58. server. What to modify is documented in the source.
  59.  
  60. Phq is available via anonymous FTP at ftp.brown.edu
  61. /pub/gopher/phq.tar.Z.
  62.  
  63. --
  64. Andrew Gilmartin
  65. Computing & Information Services
  66. Brown University
  67.  
  68. Andrew_Gilmartin@Brown.Edu
  69.  
  70.