home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / gopher / 1057 < prev    next >
Encoding:
Text File  |  1992-07-23  |  2.0 KB  |  44 lines

  1. Newsgroups: alt.gopher
  2. Path: sparky!uunet!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!fstop.csc.ti.com!choctaw!peterson
  3. From: peterson@choctaw.NoSubdomain.NoDomain (Bob Peterson)
  4. Subject: Re: Gopher and Hypertext links
  5. Message-ID: <1992Jul23.140814.2401@csc.ti.com>
  6. Keywords: hypertext
  7. Sender: usenet@csc.ti.com
  8. Nntp-Posting-Host: choctaw
  9. Reply-To: peterson@csc.ti.com
  10. Organization: Texas Instruments
  11. References: <m0mAmhB-0009iYC@nigel.msen.com> <1992Jul23.020752.12706@msuinfo.cl.msu.edu>
  12. Distribution: alt
  13. Date: Thu, 23 Jul 1992 14:08:14 GMT
  14. Lines: 28
  15.  
  16. In article <1992Jul23.020752.12706@msuinfo.cl.msu.edu>, rww@mugwump.cl.msu.edu (Richard W. Wiggins) writes:
  17. |> ...
  18. |> On the other hand, making people cruise through the hierarchy to find
  19. |> a particular arcane item may not be the best scheme either.  Even
  20. |> if a full Hypertext scheme isn't implemented, it'd be nice if the
  21. |> user could do a string search on the current menu (as the CMS Gopher
  22. |> client allows) or across all the titles in the hierarchy, allowing
  23. |> a quick shortstop to the data desired.  It seems systems that grow
  24. |> big (like Compuserve and Prodigy) all provide some sort of fast path.
  25.  
  26.   For some time now I've used WAIS to index my file tree.  The following
  27. two lines run as part of a script executed daily from crontab.
  28.  
  29.         ls -lLRA /conestoga/u2/peterson                               \
  30.                 >/conestoga/u3/peterson/WAISIndexes/ls-lRA
  31.         /conestoga/u2/peterson/Bin/waisindex                          \
  32.                 -t para                                               \
  33.                 -d /conestoga/u3/peterson/WAISIndexes/Peterson_Tree   \
  34.                 /conestoga/u3/peterson/WAISIndexes/ls-lRA
  35.         rm /conestoga/u3/peterson/WAISIndexes/ls-lRA
  36.  
  37.   If you do something akin to the above, perhaps based on Dennis
  38. Boone's gophertree, and make the index available from Gopher, you have
  39. exactly what you ask for: an index of the Gopher burrows.
  40.  
  41. |> /Rich Wiggins, Michigan State U
  42.  
  43.     Bob
  44.