home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / nn.tar / nn-6.5.1 / olddocs / README < prev    next >
Text File  |  1995-04-29  |  8KB  |  216 lines

  1.               INTRODUCTION TO NN
  2.               ------------------
  3.  
  4.                  RELEASE 6.5
  5.  
  6.  
  7. nn is a menu based (point and shoot) netnews reader with a complete
  8. set of features to satisfy both the expert and the novice user.  Since
  9. its first release in Denmark in 1984 (!), in Europe in 1988, and the
  10. global release in June 1989, it has replaced rn and other well-known
  11. news readers at many sites.
  12.  
  13. Some of the key features of nn are:
  14.  
  15.  *  Menu-based article selection prior to reading the articles
  16.     with the articles sorted according to subject & posting time!
  17.  
  18.     This significantly reduces the time spent on news reading.
  19.     No keystorkes are wasted on articles you don't want to read, and
  20.     only the articles selected on the menu will be read.
  21.  
  22.  *  Release 6.4 onwards uses standard .newsrc, and can leave individual
  23.     articles unread!
  24.  
  25.  *  Digests are automatically split and presented as ordinary articles!
  26.     You can transparently save and respond to individual subarticles.
  27.  
  28.  *  Full folder support: read, save, and delete individual articles.
  29.  
  30.  *  Online help and manual.
  31.  
  32.  *  Built-in unshar and patch functions.
  33.  
  34.  *  Built-in uudecode function which will automatically unpack,
  35.     concatenate, and decode multi-part postings.
  36.  
  37.  *  Easy remapping of keys with advanced macro definition features.
  38.  
  39.  *  Automatic kill & selection of articles based on subject or author.
  40.  
  41.  *  User specified presentation sequence of news groups based on the
  42.     news group hierarchy.
  43.  
  44.  *  Whole classes of news groups can easily be unsubscribed
  45.     permanently, e.g. talk.all and all.politics
  46.  
  47.  *  Related groups can be merged and presented as a single group, e.g.
  48.     comp.emancs and all gnu.emacs groups.
  49.  
  50.  *  Blindingly fast 'search for subject'.  On my Texas S1500 system,
  51.     nn uses less than 20 seconds to find all articles on a specific
  52.     subject among 64000 articles in all groups!
  53.  
  54.  *  News collection and presentation is extremely fast, because nn
  55.     uses its own database on top of the standard news system.
  56.  
  57.  *  In a distributed environment, the database can be shared among all
  58.     hosts on the network.  Only one daemon is needed on the news server
  59.     for all hosts.  This works in a heterogenous environment as well.
  60.  
  61.  *  NNTP is also supported (using a local database for speed).
  62.  
  63. Because of the database, nn starts almost equally fast (in a few
  64. seconds), no matter whether you have 100 or 10000 unread articles!
  65. The database takes up some disk space, but dramatically improves speed
  66. and functionality.  The amount of disk space consumed is approx. 1Mb
  67. per 10000 articles.
  68.  
  69.  
  70.                  DISTRIBUTION
  71.                  ------------
  72.  
  73. The 6.4 package is posted as 22 separate shar archives on comp.sources.unix.
  74. It is unpacked by applying /bin/sh to each archive in turn.
  75. Everything is a little more than 1 Mbyte, including documentation.
  76.  
  77. It is also available via anonymous ftp from
  78.  
  79.     host: dkuug.dk (129.142.96.41)
  80.     File: /pub/nn6.4.tar.Z (compressed tar)
  81.  
  82.  
  83.                   COPYRIGHT
  84.                   ---------
  85.  
  86. Copyright (c) 1989, 1990 by Kim Fabricius Storm.  All rights reserved.
  87.  
  88. Not derived from licensed software except as stated below.
  89.  
  90. Permission is granted to anyone to use, modify, and reuse this
  91. software for any purpose on any computer system, and to redistribute
  92. it freely, subject to the following restrictions:
  93.  
  94. 1. The author is not responsible for the consequences of use of this
  95.    software, no matter how awful, even if they arise from defects in it.
  96.  
  97. 2. The origin of this software must not be misrepresented, either by
  98.    explicit claim or by omission.
  99.  
  100. 3. Altered versions must be plainly marked as such, and must not be
  101.    misrepresented as being the original software.
  102.  
  103.  
  104. The following code modules have been incorporated into nn, and the
  105. above copyright notice does not apply to these modules; they include
  106. their own copyright notices (or have none):
  107.  
  108. regexp.c:    Copyright (c) 1986 by University of Toronto.
  109.          Written by Henry Spencer.
  110.  
  111. unshar.c:    No copyright notice.
  112.         Written by K. Greer, S. Shafer, and M. Mauldin
  113.  
  114. decode.c:    Derived from a modified Berkeley original posted on
  115.         USENET.
  116.  
  117. fullname.c:    Copyright (c) 1986 by Rick Adams.
  118.         Derived from the Bnews distribution.
  119.  
  120. contrib/*:    Various copyright notices.
  121.         The software available in the contrib/ directory was sent
  122.         to me for inclusion in the nn distribution, because
  123.         the authors think it might be useful to other nn users.
  124.         I have included it *as is*.
  125.  
  126. inews/*:    NNTP 1.5 mini-inews.  Copyrights for NNTP applies.
  127.         The software in the inews/ directory is a stand-alone
  128.         version of the NNTP 1.5.7 mini-inews which has been
  129.         slightly changed to ease configuration when used with nn.
  130.  
  131. Various pieces of code which may have their own copyright notices are
  132. included in the contrib/ and inews/ directories.  This software has been
  133. sent to me in the hope that it will be useful to somebody else.  I
  134. have included it in this spirit, but I take no responsibilities for
  135. this software, and I have no intentions to support it.
  136.  
  137.  
  138.                  INSTALLATION
  139.                  ------------
  140.  
  141. The following files are contained in the `doc' subdirectory:
  142.  
  143. The installation procedure is described in the file INSTALLATION.
  144.  
  145. You may also find useful information in the files PROBLEMS and NNTP.
  146.  
  147. The file NEWS-6.3 describes the major changes from release 6.1 to 6.3.
  148.  
  149. The file NEWS-6.4 describes the major changes from release 6.3 to 6.4.
  150.  
  151. The file NEWS-6.5 describes the major changes from release 6.4 to 6.5.
  152.  
  153.  
  154.              BUG REPORTS and SUGGESTIONS
  155.              ---------------------------
  156.  
  157. Please send bug reports (and fixes) to the following address:
  158.     nn-bugs@dkuug.dk
  159.  
  160. You may also use nn-bugs for suggestions for improvements (missing
  161. features in nn are considered to be bugs :-)
  162.  
  163. The easiest way to send a bug report is by using the :bug command in nn.
  164.  
  165.  
  166.               NN HAS ITS OWN NEWS GROUP
  167.               -------------------------
  168.  
  169. We have an unmoderated news group dedicated to nn: news.software.nn
  170.  
  171. The news.software.nn group is used for discussion on all subjects
  172. related to the nn news reader.  This includes, but is not limited to,
  173. questions, answers, ideas, hints, information from the development
  174. group, patches, etc.
  175.  
  176. The news.software.nn group was created in January 1990 after an
  177. official vote.  It may still be missing on parts of the net, so if you
  178. don't get it please check your news feed, and help propagating the
  179. news group to the entire net.
  180.  
  181.  
  182.                ACKNOWLEDGEMENTS
  183.                ----------------
  184.  
  185. Since the development of nn is now on its fifth year, numerous persons
  186. have contributed to nn with ideas and critisism, have helped me debug
  187. the software by patiently using alpha and beta versions, have provided
  188. bug fixes, small and big chunks of code, new configuration files, etc.
  189.  
  190. My warm thanks go to Rene Seindal and Wayne Davison for their many
  191. contributions, to Lloyd W. Taylor for his efforts counting the
  192. votes for news.software.nn, and to Paul D. Anderson for running the
  193. release 6.3 patch server.
  194.  
  195. I also thank the following persons for their help and contributions:
  196. Peter Andersen, Jonathan Bayer, Gardner Cohen, Bernie Cosell, P{r
  197. Emanuelsson, Steven Grady, Miek Grenier, Scott Hankin, Kareth, Mike
  198. Khaw, Edwin Kremer, Jean-Francois Lamy, Mark Moraes, A. E. Mossberg,
  199. Mark Nagel, Rich Salz, Steve Simmons, Wietse Z. Venema, James A.
  200. Woods, and Pim Zandbergen.
  201.  
  202. And of course I would like to thank the hundreds of other people who
  203. have reported bugs, given suggestions, provided information, etc.
  204. Forgive me for not listing all your names here, but I hope you
  205. understand, and that you will continue to contribute your
  206. valuable input to the continued developments.  Let us keep nn in the
  207. lead!
  208.  
  209.  
  210. Kim Fabricius Storm
  211. Texas Instruments A/S, Denmark
  212.  
  213. Email: storm@texas.dk
  214. Snail: Marielundvej 46E, DK-2730 Herlev, Denmark
  215. tel:   +45 42 91 7400      fax:   +45 42 91 8400
  216.