VMSWAIS.announce 1.5 KB

1234567891011121314151617181920212223242526272829
  1. 03-Jun-1994
  2. I have added DIRECT_WAIS support for VMS to Lynx. It uses highly
  3. modified freeWAIS modules, collected into HTVMS_WaisUI.c, HTVMS_WaisUI.h,
  4. HTVMS_WaisProt.c, and HTVMS_WaisProt.h, interfaced to HTWAIS.c and HTWSRC.c
  5. of the WWWLib. The socket reads and writes use the code for VMS in the Lynx
  6. version of the WWWLib, and thus are non-blocking (interruptable via the 'z'
  7. command), and "already" ported to all the VMS TCPIP packages supported by
  8. Lynx. All messaging associated with WAIS searches and document fetches go to
  9. the Lynx statusline as Progress() or Alarm() reports.
  10. I also prettied up the HTWAIS.c and HTWSRC.c screen displays for both
  11. VMS and Unix. I've been trying to build in recursive FORM-based interfaces,
  12. instead of the present iSINDEX-based interfaces, but haven't succeeded ;(.
  13. The DIRECT_WAIS support is automatic for VMS (i.e., is implemented
  14. via the BUILD.COM and LIBMAKE.COM procedures, without need to specify anything
  15. but your TCPIP package, as in the previous, standard VMS builds). Simply
  16. enter @BUILD <TCPIP package> or enter @BUILD and then the number of
  17. your TCPIP package in response to the prompt, and you'll have DIRECT_WAIS
  18. support along with every other wonderful thing in Lynx 8-).
  19. Fote
  20. =========================================================================
  21. Foteos Macrides Worcester Foundation for Experimental Biology
  22. MACRIDES@SCI.WFEB.EDU 222 Maple Avenue, Shrewsbury, MA 01545
  23. =========================================================================