home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / gopher / gopher1.01 / doc / TODO < prev   
Text File  |  1992-06-21  |  775b  |  36 lines

  1. Make better documentation and man pages.
  2.  
  3. --client
  4.  
  5. Add support for cursor keys for non vt100 on non System V curses machines
  6.  
  7. Revamps the CSO query engine so that it can do more complex queries.
  8.  
  9. Fix problems with suspending gopher client.
  10.  
  11. --server
  12.  
  13. Try to eliminate more lookups.
  14.  
  15. Get rid of cruddy .cap stuff.  Replace with some fancy dbm routines..
  16.  
  17. Integrate some gateways into the server directly..
  18.  
  19. Add routines that scan a file for document suffixes and automatically
  20. change their type into something else.  i.e.:
  21.  
  22.  
  23. #Suffix   Gophertype   Pathsuffix
  24. .hqx      4            0/
  25. .tar.Z    9            9
  26. .sh       0            x
  27.  
  28.  
  29. --index server
  30.  
  31. Modify WAIS sources so that it understands boolean logic, like the
  32. NeXT indexer.
  33.  
  34. Allow search on dates and date ranges.
  35.  
  36.