home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / trn_197b.zip / README < prev    next >
Text File  |  1994-06-07  |  4KB  |  82 lines

  1.               Trn Kit, Version 3.5
  2.  
  3.             Copyright (c) 1993, Wayne Davison
  4.  
  5.             Based on rn, Version 4.4
  6.  
  7.              Copyright (c) 1985, Larry Wall
  8.                      Copyright (c) 1991, Stan Barber
  9.  
  10. You may copy the trn kit in whole or in part as long as you don't try to
  11. make money off it, or pretend that you wrote it.
  12. --------------------------------------------------------------------------
  13.  
  14. See the file INSTALL for installation instructions.  Failure to do so
  15. may void your warranty. :-)
  16.  
  17. After you have unpacked your kit, you should have all the files listed
  18. in MANIFEST (Configure checks this for you).
  19.  
  20. If you're unsure if you have the latest release, check ftp.uu.net:
  21.  
  22.     ftp.uu.net:networking/news/readers/trn/trn.tar.gz -> [latest.version].gz
  23.  
  24. [A .Z version is also available and mthreads resides in the same spot,
  25. if you need it.]
  26.  
  27. What is trn?
  28. ------------
  29. Trn is Threaded RN -- a newsreader that uses an article's references to
  30. order the discussions in a very natural, reply-ordered sequence called
  31. threads.  Having the replies associated with their parent articles not
  32. only makes following the discussion easier, but also makes it easy to back-
  33. track and (re-)read a specific discussion from the beginning.  Trn also
  34. has a visual representation of the current thread in the upper right corner
  35. of the header, which will give you a feel for how the discussion is going
  36. and how the current article is related to the last one you read.
  37.  
  38. In addition, a thread selector makes it easy to browse through a large
  39. group looking for interesting articles.  You can even browse through the
  40. articles you've already read and select the one(s) you wish to read again.
  41. Other nice features include the extract commands for the source and binary
  42. groups, thread-oriented kill directives, a better newgroup finding strategy,
  43. and lots more.  See the file NEW for a list of the things that are new to
  44. trn 3.0 from previous versions.
  45.  
  46. To make trn work faster you will probably want to create an auxiliary news
  47. database that summarises the available articles.  Trn know how to use two
  48. different kinds (so far):  thread files, which are maintained by the mthreads
  49. package and typically requires 3-5% of your newsspool size in disk storage;
  50. and overview files, which are maintained by INN v1.3 (or greater) or a
  51. modified version of C news and typically requires 8-10% of your newsspool
  52. size in disk storage.  (Note that the space that mthreads saves you on your
  53. disk is paid for by a higher demand on your cpu and disks while updating
  54. the files.)  See the package of your choice for details on how to setup
  55. the adjunct database, but it is not necessary to do this before trying
  56. out trn.
  57.  
  58. Trn supports local news groups and news accessed remotely via NNTP.  If you
  59. opt for remote access you will probably want to make the adjunct database
  60. available too.  You can do this in a variety of way, but I recommend that
  61. you send the database from the server to the client via NNTP.  To do this
  62. you either need to use INN or a modified reference NNTP -- version 1.5.11-t5
  63. is the latest as of this writing.  See ftp.uu.net:networking/news/nntp for
  64. the file nntp-t5.tar.gz. This version supports the XOVER command (to send
  65. overview files), the XTHREAD command (to send thread files), and the XINDEX
  66. command (though trn doesn't support using it).  The alternative is to either
  67. mount the disk containing your database via NFS, or build it locally.  See
  68. the mthreads package for details on how to do this.
  69.  
  70. Note that trn is based on rn, and so it does a great job of pretending to
  71. be rn for those people that simply don't like to change their newsreading
  72. habits.  It is possible to install trn as both rn and trn linked together
  73. and have it act as both newsreaders, thus saving you the hassle of maint-
  74. aining two separate newsreaders.  A Configuration question will ask you if
  75. you want trn to check its name on startup.
  76.  
  77. Where to send bug reports
  78. -------------------------
  79. Mail your bug reports to Wayne Davison <davison@borland.com>.  If you use
  80. the 'v'ersion command from the newsgroup selection level of trn you will
  81. be reminded of this address should you forget.
  82.