home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1999 April / CD_Shareware_Magazine_31.iso / DOS / Internet / lynx_386.exe / README.TXT < prev    next >
Encoding:
Text File  |  1998-03-18  |  2.7 KB  |  69 lines

  1. http://www.fdisk.com/doslynx/wlynx/
  2.  
  3. readme.txt    This message.
  4. lynx_w32.zip  A compiled Win32 Lynx.exe, lynx.cfg, cp.exe, mv.exe and
  5.               sendmail.exe along with some config info.
  6. lynx_386.zip  A compiled DJGPP Lynx.exe, lynx.cfg and wattcp.cfg.
  7.               Needs a working cp.exe to download.
  8. source        Info on compiling your own DJGPP or Win32 ports.
  9.  
  10. The Win32 version will work on Win95 or WinNT using the standard winsock.
  11. Win3.11 will NOT work -- not even with win32s and wolverine installed.
  12. This is a console application meaning that it appears to run in a DOS box
  13. within Windows, but it accesses the Windows network layer and other kernel
  14. functions directly.
  15.  
  16. The 386 version runs in DOS and requires a 386 or higher and some sort of
  17. packet driver.  Place cwsdpmi.exe on your PATH if you get a no DPMI
  18. message.  Place emu387.dxe there if you get Coprocessor not available.
  19. The only parts that work so far are http://, file:// and gopher://.  Your
  20. mileage may vary.  Don't forget to alter the wattcp.cfg with your TCP
  21. settings.  If you just want to look at lynx (not surf) and you get a
  22. no packet driver error then check out the drivers subdirectory.
  23.  
  24. If you want to run helper apps then they *may* need to be in your path.  I
  25. haven't tested this much yet.
  26.  
  27. lynx uses cp.exe to make a copy of a temp file when you download and then
  28. choose a destination.  Don't delete it.  It works best when put in your
  29. PATH.
  30.  
  31. This version uses BLOCKING lookups and connects.  I wasn't ready to
  32. butcher the code to install non-blocking calls yet.  The Win32 version
  33. should now at least have non-blocking lookups.
  34.  
  35. This is NOT guarenteed to be a secure client.  Don't just slap it on an NT
  36. server or DOS BBS and open it up to the public without testing it!!!
  37.  
  38. File access looks like this:
  39.  
  40. file:///c:/
  41. file:///c:/dos
  42. file:///c:/dos/command.com
  43.  
  44. Here are some useful environment variables which you should set up
  45. in a lynx.bat file:
  46.  
  47. HOME         Where to keep the bookmark file and personal config files.
  48. TEMP or TMP  Bookmarks are kept here with no HOME.  Temp files here.
  49. USER         Tells Lynx you are real instead of an anonymous user(?)
  50. LYNX_CFG     Where to find the lynx.cfg.
  51.  
  52. 386 version only:
  53. WATCONF      Where to find the wattcp.cfg file.
  54.  
  55. Look in SAMPLES for an idea on how to create a good lynx.bat.
  56.  
  57. 43 line mode works fine in the Win32 version as long as you start it that
  58. way.
  59.  
  60. I am sure there will be questions, opinions, flames...they should ALL be
  61. sent to lynx-dev@sig.net since this is a real port.  If you are not
  62. subscribed to lynx-dev then you can read responces from the web archive at
  63. http://www.flora.org/lynx-dev/.
  64.  
  65. Happy browsing,
  66. Wayne
  67.  
  68.  
  69.