home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mth_31a.zip / readme.os2 < prev    next >
Text File  |  1994-10-22  |  3KB  |  71 lines

  1. This is the OS/2 port of the mthreads 3.1 package.
  2.  
  3. This is the maintenance release a (mthreads 3.1a for OS/2)
  4.  
  5. Mthreads is used to generate the threading database that is needed
  6. by the TRN newsreader. In earlier versions of TRN mthreads was part
  7. of the TRN package, today it is an own package.
  8.  
  9. The OS/2 port should provide all features of the original unix version
  10. except for the daemon mode. The daemon mode uses a fork command to
  11. generate a sub process that wakes up several times a day to check
  12. the threading database if an update has to be done.
  13.  
  14. Since there is not fork call supported directly by OS/2 I decided
  15. to remove this feature for now.
  16.  
  17. The original mthreads supports NNTP. This is not implemented in the
  18. OS/2 version. I'm thinking of doing this as soon as I've solved
  19. my TCP/IP - EMX problems.
  20.  
  21. To install the program just copy the executable to a directory in
  22. your PATH, best would be the same directory where TRN or UUPC is
  23. installed.
  24.  
  25. You need UUPC installed in order to use mthreads. mthreads reads
  26. it's configuration from the UUPC configuration files and uses
  27. an additional rc-file that is also needed for TRN. A example for
  28. this file is included in this package. You must set an environment
  29. variable to tell mthreads where it can find the file:
  30.  
  31. SET UUPCTRNRC=x:/pathname/trn.rc
  32.  
  33. Replace x: with your real drive and pathname with your real pathname.
  34.  
  35. This file has to include the following settings:
  36. Newsadmin=root
  37. MthreadsLib=d:/work/trn
  38. LocalDist=local
  39. OrganizationDist=local
  40. CityDist=stgt
  41. StateDist=world
  42. CountryDist=world
  43. ContinentDist=eunet
  44.  
  45. (The settings above are examples, change them to you needs!)
  46.  
  47. These settings are required not optional! Especially check for the
  48. MthreadsLib setting, this was not used by the previous versions of
  49. mthreads. This directory is used to store the mthreads log and lock
  50. files.
  51.  
  52. To thread your news groups try
  53.  
  54.    mthreads all
  55.  
  56. For more information please refer to the manual page.
  57.  
  58. --------------------------------------------------------------------
  59. This package includes source and executables of mthreads 3.1.
  60.  
  61. If you have anything to say about the program (bug reports  ug!)
  62. please send an email to
  63.  
  64.     haen@veces.bb.bawue.de (Herbert Neugebauer)
  65.  
  66. The original author is Wayne Davison <davison@borland.com>.
  67.  
  68. If you have requests for more functionality for the program you may
  69. contact Wayne directly.
  70. --------------------------------------------------------------------
  71.