home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / SLRN0931 / DOC / README.OS2 < prev    next >
Text File  |  1997-02-23  |  3KB  |  81 lines

  1. This version of slrn 0.9.2.1 can run under OS/2 as well as Unix or VMS.
  2. The compiled binaries, with everything you need to get it running, can
  3. be found on http://www.bgnett.no/~bjoff/slrn.html. 
  4.  
  5. To install the binaries, here are the steps needed;
  6.  
  7. 1.  Get a copy of the EMX runtime libraries, emxrt.zip (version 09c or
  8.     later required). emxrt.zip are available from most OS/2 archives,
  9.     for example:
  10.        ftp.leo.org:          /pub/comp/os/os2/gnu/emx+gcc
  11.        hobbes.nmsu.edu:      /os2/unix/emx09c
  12.  
  13. 2.  Append the following line to config.sys as a minimum, see notes
  14.     about variables below.
  15.        set NNTPSERVER=my.news.server
  16.        set HOME=d:\home\sweet\home
  17.  
  18. 3.  Copy the file slrn.rc into the home-directory and edit it to your
  19.     needs, it should be pretty well documented.
  20.  
  21. 4.  First time you start slrn, start it with the following parameters
  22.     "slrn.exe -create", this will create a jnews.rc. After that you can
  23.     start it without parameters.
  24.  
  25.  
  26. ABOUT VARIABLES:
  27.     slrn knows the following ENVIRONMENT variables;
  28.         TMP:  Directory for temporary files, this should be set when you
  29.               installed OS/2 to something like x:\TMP.
  30.         USER or LOGNAME: This should be the same as the first part in your
  31.               email-address (until @) 
  32.         REPLYTO: If you have another emailaddress than the account you're
  33.               posting from you can set this to the preffered email-address.
  34.         HOSTNAME: The name of your computer without domain-name.
  35.         NAME: Your real name
  36.         ORGANIZATION: Organization to put in the header.
  37.         EDITOR or VISUAL: Editor used if not defined in slrn.rc. (if none
  38.               of these are defined we use e.exe.
  39.  
  40.     Most of these can be overridden in the slrn.rc file.
  41.  
  42. BUGS - Some of the char-translation is probably wrong, I need feedback
  43.        about this one. Preferable with a Message-ID so I can test it
  44.        out myself.
  45.  
  46.        Scoring: regexp's doesn't match the ibm850 chars, this requires
  47.        changing the S-Lang code, so it won't be done anytime soon. :-(
  48.        
  49. TODO - Adding config-option to hide configuration files and newsrc like
  50.        dotfiles under *nix.
  51.  
  52.        I don't think slrn.exe still can be used on a fat-only system,
  53.        there is still some filenames that don't conform to the 8+3
  54.        filnameing scheme.
  55.  
  56. The OS/2 version of slrn will use the full extent of the OS/2 command
  57. window it's run in. You can do "mode co80,50", and it will use all 50
  58. lines. You can also specify a wider window and it will use the extra
  59. width. (If you use a wide window, please take care that your postings
  60. don't exceed 80 characters per line. The net will thank you.)
  61.  
  62. To mail a reply or forward a message you need to set up a sendmail-
  63. command in slrn.rc. The default is 'sendmail -t -af'. To set up slrn
  64. to use an alternative mailer you can do something like
  65.  
  66.   set sendmail_command "e:\\network\\slrn\\mailfile.cmd"
  67.   
  68. (note the double slashes) where mailfile.cmd contains something like:
  69.  
  70.     @echo off
  71.     cd e:\network\mr2ice
  72.     start e:\network\mr2ice\mr2i.exe /Q%1
  73.  
  74. I guess this should work with most mailers.
  75.  
  76. THANKS
  77.     John E. Davis,    davis@space.mit.edu    author of slrn
  78.     Jay Maynard,    jmaynard@nwpros.com    much of the OS/2 port
  79.  
  80. Bjoern Frantzen, bjoff@bgnett.no   January 1997
  81.