home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / SLRN_CP / README.OS2 < prev    next >
Text File  |  1997-01-11  |  5KB  |  106 lines

  1. Last minute changes:
  2.   1997, jan. 3.
  3.     Locking of newsrc should now work.
  4.     Sometimes the body of messages was translated twice (didn't work well)
  5.   1997, jan. 5
  6.     Minor changes in the translation table.
  7.   1997, jan. 8
  8.     Fixed the "TMP on other drive" problem, if rename fails, we copy the
  9.     file instead.
  10.   1997, jan. 9
  11.     Fixed a silly bug where we translated the header twice!
  12.   1997, jan. 11
  13.     Fixed: wordwrapping of lines with many hi-bit chars were wrapped to
  14.     soon.
  15.     Fixed: holding down 'arrow-down' caused slrn to ask if you wanted to
  16.     post.
  17.  
  18. This version of slrn 0.9.2.1 can run under OS/2 as well as Unix or VMS.
  19. The compiled binaries, with everything you need to get it running, can
  20. be found on http://www.bgnett.no/~bjoff/slrn.html. There are two
  21. zip-files there;
  22.  
  23. slrn0921.zip is slrn compiled for OS/2 with the original slrn-sources.
  24. slrn_cp.zip  is slrn compiled for OS/2 with support for Codepage 850.
  25.  
  26. To install either of these, here are the steps needed;
  27.  
  28. 1.  Get a copy of the EMX runtime libraries, emxrt.zip (version 09c or
  29.     later required). emxrt.zip are available from most OS/2 archives,
  30.     for example:
  31.        ftp.leo.org:          /pub/comp/os/os2/gnu/emx+gcc
  32.        hobbes.nmsu.edu:      /os2/unix/emx09c
  33.  
  34. 2.  Append the following line to config.sys as a minimum, se notes
  35.     about variables below.
  36.        set NNTPSERVER=my.news.server
  37.        set HOME=d:\home\sweet\home
  38.  
  39. 3.  Copy the file slrn.rc into the home-directory and edit it to your
  40.     needs, it should be pretty well documented.
  41.  
  42. 4.  First time you start slrn, start it with the following parameters
  43.     "slrn.exe -create", this will create a jnews.rc. After that you can
  44.     start it without parameters.
  45.  
  46.  
  47. ABOUT VARIABLES:
  48.     slrn knows the following variables;
  49.         TMP:  Directory for temporary files, this should be set when you
  50.               installed OS/2 to something like x:\TMP.
  51.         USER or LOGNAME: This should be the same as the name in your
  52.               email-address. 
  53.         REPLYTO: If you have another emailaddress than the account your'e
  54.               posting from you can set this to the preffered email-address.
  55.         HOSTNAME: The name of your computer without domain-name.
  56.         NAME: Your real name
  57.         ORGANIZATION: Organization to put in the header.
  58.         EDITOR or VISUAL: Editor used if not defined in slrn.rc. (if none
  59.               of these are defined we use e.exe.
  60.     Most of these can be overridden in the slrn.rc file.
  61.  
  62.  
  63. BUGS - Some of the char-translation is probably wrong, I need feedback
  64.        about this one. Preferable with a Message-ID so I can test it
  65.        out myself.
  66.  
  67.        Scoring: regexp's doesn't match the cp850 chars, this requires
  68.        changing the S-Lang code, so it won't be done anytime soon. :-(
  69.  
  70. TODO - Adding config-option to hide configuration files and newsrc like
  71.        dotfiles under *nix.
  72.  
  73.        Easier configuration of using other program than sendmail to
  74.        send email (MR2Ice, PMmail etc).
  75.  
  76.        I don't think slrn.exe still can be used on a fat-only system,
  77.        there is still some filenames that don't conform to the 8+3
  78.        filnameing scheme.
  79.  
  80.        The locking of newsrc can be annoying sometimes, maybe add a
  81.        check to see if the pid in the lock-file actually exist?
  82.  
  83. The OS/2 version of slrn will use the full extent of the OS/2 command
  84. window it's run in. You can do "mode co80,50", and it will use all 50
  85. lines. You can also specify a wider window and it will use the extra
  86. width. (If you use a wide window, please take care that your postings
  87. don't exceed 80 characters per line. The net will thank you.)
  88.  
  89. Mailing a reply to a message, or forwarding a message, works now. You
  90. must modify the sendmail.cf file supplied with the binary distribution
  91. to give it the name of the host that processes your outgoing SMTP mail,
  92. your fully-qualified domain name (to set your email address with), and
  93. the directory that sendmail is to use to queue the outgoing message.
  94. Use the e.exe editor supplied with OS/2, or another editor that does
  95. not mangle tabs, to edit this file, or else sendmail will act very
  96. strangely. The EPM editor is NOT suitable for this task. Alternatively,
  97. if you have a working sendmail.cf for another application, you can tell
  98. slrn to use that by changing the path name on the sendmail_command line
  99. in slrn.rc. 
  100.  
  101. THANKS
  102.     John E. Davis,    davis@space.mit.edu    author of slrn
  103.     Jay Maynard,    jmaynard@nwpros.com    much of the OS/2 port
  104.  
  105. Bjoern Frantzen, bjoff@bgnett.no   Jan. 08. 1997
  106.