home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / mail / readers / splitdig.ann < prev    next >
Encoding:
Text File  |  1994-05-12  |  4.5 KB  |  121 lines

  1. $Id: ANNOUNCEMENT,v 1.2 1994/05/09 02:41:29 chris Released $
  2.  
  3.  
  4.                                SPLITDIGEST 2.0
  5.                                ---------------
  6.  
  7.  
  8. What is it?
  9. -----------
  10.  
  11. Splitdigest undigests a mail folder which may contain one or more digest
  12. files concatenated together. The result is that each of digest files are
  13. extracted into its own file and placed into a form suitable for reading with
  14. a mail user agent (such as with "mail -f" or "elm -f"). Each message in the
  15. extracted digests can then be read and replied to individually.
  16.  
  17. Splitdigest can be easily extended to handle a variety of digest files
  18. simultaneously simply by modifying its configuration file. No recompilation
  19. is required. At present, splitdigest comes preconfigured to handle digests
  20. sent by news-digests.mit.edu, the ANNOUNCE channel digest of linux-activists
  21. and the MSDOS-Ann digest of SimTel.
  22.  
  23. This is a useful program to have if you are on mailing lists that distribute
  24. their mail in digest formats. Splitdigest allows you to read and reply to
  25. messages in those digests on an individual basis, thus making reading and
  26. replying to mail in such digests more pleasant.
  27.  
  28.  
  29.  
  30. Differences from Undigest
  31. -------------------------
  32.  
  33. Splitdigest differs from undigest in the following ways:
  34.  
  35. 1. Splitdigest can handle folders with multiple digests concatenated
  36. together. The present version of undigest that I have is not yet able to do
  37. this.
  38.  
  39. 2. Splitdigest relies on an external configuration file which is read at
  40. runtime. This allows it to be easily configured to handle a variety of
  41. digests with different formats. The templates for the names of the files to
  42. be generated are also specified in the configuration file. The digest format
  43. that undigest handles appears to be hard-wired into its code, and thus it is
  44. unable to handle (without rewriting and recompiling) digests from
  45. news-digests.mit.edu, etc. Undigest appears not to be able to handle
  46. different digest formats simultaneously.
  47.  
  48. 3. You can feed input to splitdigest in a pipe. Undigest currently cannot
  49. operate on piped input. (This is a dubious benefit in splitdigest currently,
  50. since I have not yet implemented the capability for it to output data
  51. through a pipe!)
  52.  
  53. 4. Splitdigest can handle multiple files specified on the command line.
  54. Undigest handles one file at a time. (This is incidentally one of my prime
  55. motivations for writing splitdigest's undigestion capabilities.)
  56.  
  57. 5. And of course, the internal operation is completely different. (There are
  58. undoubtedly other things that differ as well. This section is not meant to
  59. be exhaustive.)
  60.  
  61.  
  62.  
  63. Where To Find It
  64. ----------------
  65.  
  66. I have uploaded splitdigest-2.0.tar.gz to sunsite.unc.edu. It is (at the
  67. date of this notice) probably in the /pub/Linux/Incoming directory. I am
  68. recommending that it be moved to:
  69.     /pub/Linux/system/Mail
  70.  
  71.  
  72.  
  73. Copyright Policy
  74. ----------------
  75.  
  76. Splitdigest is Copyright (c) 1994 by Christopher Heng. All rights reserved.
  77. It is released under the conditions of the GNU General Public License
  78. version 2. In addition, you may not remove or alter any of the copyright
  79. notices and/or conditions for use and distribution. There is absolutely no
  80. warranty for the program, its documentation and its output. See the file
  81. COPYING in the distribution for details.
  82.  
  83.  
  84.  
  85. How To Reach The Author
  86. -----------------------
  87.  
  88. I can currently be reached at the following internet email address:
  89.     chris%cyfhsite@csah.com (Christopher Heng, Singapore)
  90.  
  91.  
  92.  
  93. LSM entry
  94. ---------
  95. Begin2
  96. Title        = Splitdigest
  97. Version      = 2.0
  98. Desc1        = Splitdigest undigests a file which contains one or more digests
  99. Desc2        = concatenated together. The files generated can be read by using
  100. Desc3        = "mail -f" and each message in the digest can be read/replied to
  101. Desc4        = as individual messages. Splitdigest can be easily configured to
  102. Desc5        = recognise a variety of digest formats without recompilation.
  103. Author       = Christopher Heng
  104. AuthorEmail  = chris%cyfhsite@csah.com
  105. Maintainer   = Christopher Heng
  106. MaintEmail   = chris%cyfhsite@csah.com
  107. Site1        = sunsite.unc.edu
  108. Path1        = /pub/Linux/system/Mail
  109. File1        = splitdigest-2.0.tar.gz
  110. FileSize1    = 25k
  111. Required1    = Any Unix or unix-clone.
  112. Required2    = The GNU C compiler (version 2.X and above).
  113. CopyPolicy1  = GNU General Public License version 2.
  114. CopyPolicy2  = You may not remove or alter any of the copyright notices and/or
  115. CopyPolicy3  = conditions for use and distribution.
  116. Keywords     = digest, undigest, mail, mailing list
  117. Entered      = 06MAY94
  118. EnteredBy    = Christopher Heng
  119. CheckedEmail = chris%cyfhsite@csah.com
  120. End
  121.