home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume23 / trn / part01 / README < prev    next >
Text File  |  1991-08-22  |  9KB  |  173 lines

  1.             Trn Kit, Version 1.0
  2.  
  3.             Copyright (c) 1985, Larry Wall
  4.            Copyright (c) 1990, Wayne Davison
  5.  
  6. You may copy the trn kit in whole or in part as long as you don't try to
  7. make money off it, or pretend that you wrote it.
  8. --------------------------------------------------------------------------
  9.  
  10. Please read all the directions in this file (following the brief description
  11. of trn) before you proceed with the installation.  Failure to do so may void
  12. your warranty. :-)
  13.  
  14. After you have unpacked your kit, you should have all the files listed
  15. in MANIFEST.
  16.  
  17.  
  18. What is trn?
  19. ------------
  20. Trn is "Threaded RN" -- a newsreader that uses an article's "References:"
  21. to order the discussions in a very natural, reply-ordered sequence called
  22. "threads."  Having the replies associated with their parent articles not
  23. only makes following the discussion easier, but also makes it easy to back-
  24. track and (re-)read a specific discussion from the beginning.  Trn also
  25. has a visual representation of the current thread in the upper right corner
  26. of the header, which will give you a feel for how the discussion is going
  27. and how the current article is related to the last one you read.
  28.  
  29. In addition, a thread browser/selector has been added to make life in the big
  30. newsgroups much easier to live with.  It also allows you to quickly browse
  31. through already-read articles and select the one(s) you wish to read again.
  32. Other new features include an extract command for the source and binary groups,
  33. thread-oriented kill directives, and additional "magic" in the header display.
  34.  
  35. To use all the new features of trn will require the maintenance of a thread
  36. database, which is handled by the included database manager.  The amount of
  37. space required is around 5% of your newsspool size (either in /usr/spool/news
  38. or on another partition), but you can choose to only keep thread information
  39. for a select portion of the newsgroups if you wish -- unthreaded groups are
  40. read in an rn-compatible manner.
  41.  
  42. Trn can be optionally compiled as trrn -- a NNTP-compatible newsreader that
  43. lets you access news from a remote news server.  Each client machine must
  44. maintain their own database, either via the NNTP version of the database
  45. manager, or by sharing the server's thread files through some other means.
  46.  
  47. Trn is based on the source to Larry Wall's rn (patchlevel 47), and the threaded
  48. extensions are fully conditionalized.  Thus, it is possible to use this source
  49. to compile both trn and (a slightly enhanced version of) rn.  In fact, it is
  50. possible to install trn as both rn and trn (linked together) to maintain only
  51. one newsreader on a system where people wish to continue to use rn.
  52.  
  53. Also, I'd like to publicly thank all the people who have helped me in testing
  54. trn -- without their input, trn would have been much less compatible with all
  55. the Unix and Xenix systems out there, and not as easy to use:
  56.  
  57. Brandon S. Allbery, Chip Rosenthal, Chip Salzenberg, David C Lawrence,
  58. Eric Schnoebelen, George H. Martin, Guy Harris, Jason Molenda, Jaye Mathisen,
  59. Jeff Sparkes, Jon Zeeff, Kurt Gollhardt, Linus Tolke, Mitchell F. Wyle.
  60.  
  61. Thanx guys!
  62.  
  63.  
  64. Installation
  65. ------------
  66. 0)  Decide if you want to compile the newsreader as trrn (threaded remote
  67.     rn) to read its articles using NNTP from a news server, or as regular
  68.     trn to read the articles from the news spool directory (which could be
  69.     mounted locally or via NFS).  The thread database created by mthreads
  70.     must be accessable on each machine, which means that NNTP machines will
  71.     need to maintain a local copy (usually by running the NNTP version of
  72.     mthreads), or share a common copy.  By choosing to create trrn (at the
  73.     appropriate prompt in Configure), you will enable the NNTP code in both
  74.     trn and mthreads.  Be sure you have installed your NNTP client (including
  75.     the NNTP inews and the file that contains the name of the NNTP server)
  76.     before running Configure.  Trrn expects at least NNTP version 1.5.
  77.  
  78.     Decide if you want to install trn as both rn and trn linked together.
  79.     It is possible to configure trn to check the first letter of its name
  80.     and only turn on the threaded extensions if it is a 't'.  Thus, you
  81.     only have to maintain one newsreader package that is both a "normal"
  82.     rn and has all the extensions of trn available for the asking.
  83.  
  84.     Also decide where you want to put the thread files.  The recommended
  85.     spot for people with over 5% of your /usr/spool/news size free is to
  86.     place a ".thread" file in each spool directory.  The other alternative
  87.     is to create a directory for them (possibly on another drive) and enter
  88.     this path at the appropriate Configure question.  Remember that you are
  89.     not required to create thread files for all groups.  Some sites choose
  90.     to only thread high-volume discussion groups (see the mthreads manpage),
  91.     which will lower the amount of space required for thread files.
  92.  
  93.     ** If you got trn in shar format, check Configure to ensure that WHITE
  94.     and CTRLA have a Tab-Space and a Ctrl-A in them, respectively. **
  95.  
  96. 1)  Run Configure.  This will figure out various things about your system.
  97.     Some things Configure will figure out for itself, other things it will
  98.     ask you about.  It will then proceed to make config.h, config.sh, Makefile,
  99.     and a bunch of shell scripts.  It will also do a make depend for you, or
  100.     let you start one in the background.  You might possibly have to trim #
  101.     comments from the front of Configure if your sh doesn't handle them, but
  102.     all other # comments will be taken care of.
  103.  
  104. 2)  Glance through config.h and common.h to make sure system dependencies
  105.     are correct.  Most of them should have been taken care of by running
  106.     the Configure script.
  107.  
  108.     If you have any additional changes to make to the C definitions, they
  109.     can be done in the Makefile, in config.h, or in common.h.  If you have
  110.     strange mailboxes on your system you should modify mbox.saver to correctly
  111.     append an article to a mailbox or folder.
  112.  
  113.     If you are on a machine with limited address space, you may have to
  114.     remove some of the special functions of trn to make it fit.  This is
  115.     easily done by undefining symbols in the System Dependencies section
  116.     of common.h.  You should run "make depend" again to be safe.
  117.  
  118. 3)  make
  119.  
  120.     This will attempt to make trn in the current directory.
  121.  
  122. 4)  make install
  123.  
  124.     This will put trn, newsetup, newsgroups, Pnews, and Rnmail into a public
  125.     directory (normally /usr/local/bin), and put a number of files -- including
  126.     mthreads (the database manager executable) -- into the private trn library
  127.     (e.g. /usr/local/lib/trn).  It will also try to put the man pages in a
  128.     reasonable place.
  129.  
  130. 5)  Once trn is compiled, you need to create some thread data to be
  131.     able to use all the new features.  If you like, you can start small
  132.     with a command like:  "mthreads rec.humor.funny", process a few more
  133.     groups with the command "mthreads news", and then turn them all on
  134.     with the command "mthreads all".  Read the mthreads manpage for
  135.     complete details.
  136.  
  137. 6)  Read the trn manual entry before running trn, or at least read the file
  138.     NEW if you are already familiar with rn.
  139.  
  140. 7)  Try trn, and play with some of the switches.  You may want to make -X
  141.     the default on your system (you might have done this already in Configure).
  142.     This is done by changing SELECT_INIT in config.h.  You may also want to
  143.     modify which header lines are displayed by default and which are magic --
  144.     This is done in head.h.
  145.  
  146.     To change default values of enviroment variables on a system-wide basis
  147.     without recompiling trn, put the switches into the file INIT in the trn
  148.     library.
  149.  
  150. 8)  Arrange to have the mthreads command of your choosing run on a regular
  151.     basis.  If you run with the daemon flag, you can start it from the boot
  152.     sequence (make sure it is su'ed appropriately), or even run it daily
  153.     out of cron (if it's already running, the new version will exit).  If
  154.     you run mthreads in single-pass mode, you'll want to have cron execute
  155.     it on a regular basis with the standard-output redirected to /dev/null.
  156.  
  157. 9)  IMPORTANT!  Help save the world!  Communicate any problems and suggested
  158.     patches to Wayne Davison (davison@borland.com) so we can keep
  159.     everyone in sync.  If you have a problem, there's someone else
  160.     out there who either has had or will have the same problem.  Please
  161.     don't bother either Larry Wall or Stan Barber with bugs that you
  162.     find in trn.  If the bug is applicable to mainstream rn code, I
  163.     will pass it along.
  164.  
  165.     If possible, send in patches such that the patch program will apply them.
  166.     Context diffs are the best, then normal diffs.  Don't send ed scripts--
  167.     I've probably changed my copy since the version you have.
  168.  
  169.     Watch for trn patches in news.software.b or comp.sources.bugs.  Patches
  170.     will always be in context diff format, to be applied by the patch program.
  171.  
  172. 10) If you are going to hack on trn, please refer to rn's HACKERSGUIDE first.
  173.