home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 January / Chip_Special_Best_Web_Sites_01-96.iso / pc / share / sonstig / newsread / readme.txt < prev    next >
Text File  |  1993-12-08  |  3KB  |  101 lines

  1. Wed Dec 8 14:59:01 1993
  2.  
  3. Version 0.83-2
  4.  
  5. This is an NNTP newsreader for Microsoft Windows 3.1.  You can use it
  6. to read and post Usenet News.
  7.  
  8. Requirements:
  9.  
  10. (winvnstd.zip)
  11.    A WINSOCK compliant TCP/IP product.  Make sure WINSOCK.DLL is in
  12.    your path before starting Windows.
  13.  
  14.    *or*
  15.  
  16. (winvnpwk.zip)
  17.    A DEC Pathworks or Microsoft LanManager compatible WSOCKETS.DLL
  18.    Dynamic Link Library.  Make sure Windows can find it.  (set your
  19.    PATH environment variable).
  20.  
  21.    An NNTP News Server.  It *must* support one of the following
  22.    NNTP extenstions: 
  23.  
  24.     XHDR (most news servers can do this)
  25.     or 
  26.     XOVER (InternetNetNews is an example of a news server that does XOVER)
  27.    WinVN will use XOVER if your server supports it.
  28.  
  29.    A 'NEWSRC' file.  An example is provided.  You *must* have the
  30.    file there; WinVN won't write one out just randomly.  It can be
  31.    empty.
  32.  
  33.    A 'WINVN.INI' file.  Edit this file to point to your news server,
  34.    or you can later change parameters from within WinVN.
  35.  
  36.    An optional 'WINVN' environment variable, telling WinVN where to find
  37.    its two configuration files: 'WINVN.INI' and 'NEWSRC'.  You have to
  38.    set this variable BEFORE you start up windows.
  39.  
  40.    You can also tell WINVN where to find the two files by giving
  41.    command-line options with the 'Properties' menu under the Program Manager
  42.    - here are a couple of examples
  43.     (specify a directory to look in)
  44.     winvn.exe d:\winvn\myserver
  45.     (specify each of the two files separately)
  46.     winvn.exe e:\winvn\myserver\winvn.ini u:\users\rushing\newsrc
  47.    [I use this to set up different icons for different news servers.]
  48.  
  49.  
  50. The on-line documentation no longer matches the program exactly,
  51. but is pretty close.  The documentation will be updated soon.
  52.  
  53. ---------------------------------------------------------------------------
  54.  
  55. Thanks to Mark Riordan for the original WinVN!
  56.  
  57. Many people have worked on WinVN - it's been a fun and international
  58. project coordinating work on a piece of software.
  59.  
  60. Here are a few of them:
  61.  
  62.     Matt Bretherton        MBretherton@cmutual.com.au
  63.     Jim Dumoulin         dumoulin@titan.ksc.nasa.gov
  64.     Michael Downs         mdowns@eos.arc.nasa.gov
  65.     Michael Finken        finken@conware.de
  66.         Conor Nolan             cnolan@tcd.ie
  67.         John S. Cooper          jcoop@oakb2s01.apl.com
  68.     Sam Rushing        rushing@titan.ksc.nasa.gov
  69.  
  70.     (countless others I don't really mean leave out)
  71.  
  72. You can reach (or join) 'The Developers' by sending mail to:
  73.  
  74. winvn@titan.ksc.nasa.gov
  75.  
  76. (This is not a snazzy list server, it's an alias entry on a VMS Vax.)
  77.  
  78.  
  79. The official FTP site for WinVN is at titan.ksc.nasa.gov (128.159.4.20)
  80. in the directory [pub.win3.winvn]
  81.  
  82. Always check there for the latest binaries and sources.
  83.  
  84. ---------------------------------------------------------------------------
  85.  
  86. quick list of things undocumented:
  87.  
  88. o in the group window, middle click will mark an article as read
  89.   double-right click will 'catch-up' to that article (mark all as read)
  90.   shift-lift acts like middle click.  Holding down the mouse and dragging
  91.   works as well.
  92. o smtp mail allows only *one* recipient.  (sorry!)
  93. o forwarding an article with MAPI is not yet supported
  94. o double-clicking on a <message_id@host> in an article will attempt
  95.   to grab that article from the server.  This is a brain-dead feature,
  96.   but can be convenient at times.
  97. o will try to use MAPI unless the winvn.ini param SMTPHost is set.
  98.  
  99. -Sam
  100.  
  101.