home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / INTERNET / USENET / WINVN16 / README.TXT < prev    next >
Encoding:
Text File  |  1994-12-22  |  5.3 KB  |  135 lines

  1.  
  2. What is WinVN?
  3. --------------
  4.  
  5. This is an NNTP newsreader for Microsoft Windows 3.1, Windows95, or
  6. Windows/NT.  You can use it to read and post Usenet News, and send
  7. email (via SMTP or MAPI)
  8.  
  9. Requirements:
  10. -------------
  11.  
  12.  An NNTP News Server.  It *must* support one of the following
  13.  NNTP extenstions:
  14.  
  15.     XHDR (most news servers can do this)
  16.     or
  17.     XOVER (InternetNetNews is an example of a news server that does XOVER)
  18.  
  19.    WinVN will use XOVER if your server supports it.
  20.  
  21.    A 'NEWSRC' file.  An example is provided.
  22.  
  23.    A 'WINVN.INI' file.  Edit this file to point to your news server,
  24.    or you can later change parameters from within WinVN.
  25.  
  26.    An optional 'WINVN' environment variable, telling WinVN where to find
  27.    its two configuration files: 'WINVN.INI' and 'NEWSRC'.  You have to
  28.    set this variable BEFORE you start up windows.
  29.  
  30.    You can also tell WINVN where to find the two files by giving
  31.    command-line options with the 'Properties' menu under the Program Manager
  32.    - here are a couple of examples
  33.     (specify a directory to look in)
  34.     winvn.exe d:\winvn\myserver
  35.     (specify each of the two files separately)
  36.     winvn.exe e:\winvn\myserver\winvn.ini u:\users\rushing\newsrc
  37.    [I use this to set up different icons for different news servers.]
  38.  
  39. For WINSOCK (v1.1 or higher) compliant TCP/IP stacks (called WINSOCK.DLL):
  40. (using gwinsock.dll)
  41.    A WINSOCK compliant TCP/IP product such as Trumpet, PC/TCP,
  42.    NetManage TCP/IP, Microsoft LanManager 2.2, DEC Pathworks 5.1,
  43.    Windows for Workgroups 3.11, Windows95 etc.  Make sure WINSOCK.DLL is 
  44.    in your path before starting Windows.
  45.  
  46. [ SPECIAL NOTE: If you are using later versions of the Trumpet or
  47.   NetManage (Chameleon) products, you will get better performance over a
  48.   modem with 'genasync.dll' rather than 'gwinsock.dll'.  Change the
  49.   entry in the 'Communications' section of your winvn.ini ]
  50.  
  51.    *or*
  52.  
  53. For NON-WINSOCK TCP/IP stacks:
  54. (using pwksock.dll)
  55.    A DEC Pathworks v4.1 or Microsoft LanManager 2.1a compatible
  56.    WSOCKETS.DLL Dynamic Link Library.  Make sure Windows can find it.
  57.    (set your PATH environment variable).
  58. If you are not running WinVN on a WinSock compatible stack, before
  59. starting WinVn, you may need specify which sockets DLL you want to use.
  60. by changeing the WinVN.INI line in the [Communications] section of
  61. your winvn.ini: GenSockDLL=gwinsock.dll
  62.  
  63.      NOTE:  There's no need to copy or move the DLL to any other
  64.      directory.  Keep it with your winvn.exe
  65.  
  66.      NOTE: 'gwinsock.dll', 'genasync.dll', and 'pwksock.dll' are not _replacements_
  67.      for your tcp/ip stack's own socket dlls... they _use_ them:
  68.      i.e, 'gwinsock.dll' talks to 'winsock.dll', and
  69.      'pwksock.dll' talks to 'wsockets.dll'.
  70.  
  71. ---------------------------------------------------------------------------
  72.  
  73. Thanks to Mark Riordan for the original WinVN!
  74.  
  75. Many people have worked on WinVN - it's been a fun, international
  76. project.
  77.  
  78. Here are a few of them: 
  79.  
  80.     Matt Bretherton        MBretherton@cmutual.com.au
  81.     Harvey Brydon        brydon@tulsa.dowell.slb.com
  82.         John S. Cooper          jcooper@netcom.com
  83.     Michael Downs         mdowns@eos.arc.nasa.gov
  84.         Mike Downs              downsm@titan.ksc.nasa.gov
  85.     Jim Dumoulin         dumoulin@titan.ksc.nasa.gov
  86.     Michael Finken        finken@conware.de
  87.     Don Gardner        gardnerd@keystone.ksc.nasa.gov
  88.     Jody Glasser        jglas@tdycont.com
  89.     Masaki Ishido        ishidou@yhp.hp.com
  90.         Jim Martin              jim@noc.rutgers.edu
  91.         Tom Menshik             tmenshik@hpcvitlm.cv.hp.com
  92.         Conor Nolan             cnolan@tcd.ie
  93.         Roger Pearse            pearse_w_r@bt-web.bt.co.uk
  94.         John Piraino            jpiraino@execpc.com
  95.     Mark Riordan        mrr@scss3.cl.msu.edu
  96.     Sam Rushing        rushing@titan.ksc.nasa.gov
  97.  
  98.     (countless others I don't really mean leave out)
  99.  
  100. You can send comments to the WinVN developers by sending mail to:
  101.  
  102.        winvn@titan.ksc.nasa.gov
  103.     or winvn@news.ksc.nasa.gov
  104.  
  105. If you don't mind alot of traffic on WinVN, you can join the developers
  106. mailing list by a mail message to: "majordomo@news.ksc.nasa.gov"
  107. with the Subject line Blank and the contents of the message:
  108.  "subscribe winvn".
  109.  
  110. An easy way to keep up on winvn developments is to point your
  111. newsreader at 'news.ksc.nasa.gov' (currently 128.159.4.21 for those of
  112. you with broken DNS's but soon to be changing to 163.205.1.3).  There
  113. should be a single newsgroup, (mail.winvn) which is a gatewayed
  114. version of the mailing list.  Announcements and discussions of common
  115. problems can be found here.  It's very likely the best place to get
  116. the scoop on _your_ problem.  If mail gets much worse, we may consider
  117. starting an ALT group.
  118.  
  119. The official FTP site for WinVN is at
  120. ftp://ftp.ksc.nasa.gov/pub/winvn/
  121.  
  122. Always use FTP.KSC.NASA.GOV instead to get only the IP number that is
  123. outside the firewall.  Always check there for the latest binaries and
  124. sources.  Other sites that keep fairly current with the main site are:
  125.         ripem.msu.edu       (/pub/pc/win/winvn/titan.ksc.nasa.gov/)
  126.   and   shannon.mee.tcd.ie  (/winvn)
  127.  
  128. Matching hardcopy documentation by Jim Dumoulin (dumoulin@titan.ksc.nasa.gov)
  129. for this release is available on FTP.KSC.NASA.GOV.   A World Wide Web node
  130. has been developed for WinVN by Mike Downs (downsm@titan.ksc.nasa.gov) and
  131. will be available shortly.
  132.  
  133. -John Cooper, Sam Rushing & Jim Dumoulin
  134.  
  135.