home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 2 / chip_20018102_hu.iso / bin / lynx / readme.txt < prev    next >
Text File  |  1998-10-06  |  2KB  |  64 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. csdpmi3b.zip  A DPMI server for DJGPP Lynx.
  9. emu387.dxe    Coprocessor emulator for DJGPP Lynx.
  10. source        Info on compiling your own DJGPP or Win32 ports.
  11.  
  12. The Win32 version will work on Win95 or WinNT using the standard winsock.
  13. Win3.11 will NOT work -- not even with win32s and wolverine installed.
  14. This is a console application meaning that it appears to run in a DOS box
  15. within Windows, but it accesses the Windows network layer and other kernel
  16. functions directly.
  17.  
  18. The 386 version runs in DOS and requires a 386 or higher and some sort of
  19. packet driver.  You might also need csdpmi3b.zip if you get no DPMI, or
  20. emu387.dxe if you get Coprocessor not available.  The only parts that
  21. worrked for me so far are http://, file:// and gopher://.  Your mileage
  22. may vary.  Don't forget to alter the wattcp.cfg with your TCP settings.
  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.
  29.  
  30. This version uses BLOCKING lookups and connects.  I wasn't ready to
  31. butcher the code to install non-blocking calls yet.
  32.  
  33. This is NOT guarenteed to be a secure client.  Don't just slap it on an NT
  34. server or DOS BBS and open it up to the public without testing it!!!
  35.  
  36. File access looks like this:
  37.  
  38. file:///c:/
  39. file:///c:/dos
  40. file:///c:/dos/command.com
  41.  
  42. Here are some useful environment variables:
  43.  
  44. HOME         Where to keep the bookmark file and personal config files.
  45. TEMP or TMP  Bookmarks are kept here with no HOME.  Temp files here.
  46. USER         Tells Lynx you are real instead of an anonymous user(?)
  47. LYNX_CFG     Where to find the lynx.cfg.
  48.  
  49. 386 version only:
  50. WATCONF      Where to find the wattcp.cfg file.
  51.  
  52. 43 line mode works fine in the Win32 version as long as you start it that
  53. way.
  54.  
  55. I am sure there will be questions, opinions, flames...they should ALL be
  56. sent to lynx-dev@sig.net since this is a real port.  If you are not
  57. subscribed to lynx-dev then you can read responces from the web archive at
  58. http://www.flora.org/lynx-dev/.
  59.  
  60. Happy browsing,
  61. Wayne
  62.  
  63.  
  64.