docs/unix-phil
changeset 18:e2240a387a84
wrote about history of MH and nmh
author | meillo@marmaro.de |
---|---|
date | Wed, 24 Feb 2010 18:05:54 +0100 |
parents | ef67aad148f6 |
children | d8f428cee0d1 |
files | unix-phil.ms |
diffstat | 1 files changed, 42 insertions(+), 3 deletions(-) [+] |
line diff
1.1 --- a/unix-phil.ms Wed Feb 24 10:42:02 2010 +0100 1.2 +++ b/unix-phil.ms Wed Feb 24 18:05:54 2010 +0100 1.3 @@ -655,12 +655,51 @@ 1.4 1.5 .NH 1 1.6 Case study: nmh 1.7 +.LP 1.8 +The last chapter introduced and explained the Unix Philosophy 1.9 +from a general point of view. 1.10 +The driving force were the guidelines and references to 1.11 +existing software were given only sparsely. 1.12 +In this and the next chapter, concrete software will be 1.13 +the driving force in the discussion. 1.14 +.PP 1.15 +This first case study is about the mail user agents \s-1MH\s0 1.16 +(``mail handler'') and its descendent \fInmh\fP (``new mail handler''). 1.17 + 1.18 1.19 .NH 2 1.20 -History 1.21 +History of \s-1MH\s0 1.22 .LP 1.23 -MH, nmh. 1.24 -They are old. 1.25 +In 1977, Stockton Gaines and Norman Shapiro of the \s-1RAND\s0 Corporation 1.26 +came up with a concept for a new electronic mail system. 1.27 +Till then, \s-1RAND\s0 had used \s-1MS\s0 (``mail system''), 1.28 +which was monolithic. 1.29 +In 1978 and 1989, Bruce Borden implemented the concept \(en 1.30 +this was the birth of \s-1MH\s0. 1.31 +.PP 1.32 +Since then, \s-1RAND\s0, the University of California at Irvine and 1.33 +at Berkeley, and several others have contributet to the software. 1.34 +However, it's core concepts remained the same. 1.35 +In the 90s, the development of \s-1MH\s0 slowed down. 1.36 +Richard Coleman started with \fInmh\fP, the new mail handler, 1.37 +in 1997 to improve \s-1MH\s0, especially in regard of modern emailing. 1.38 +Today, nmh is developed by various people on the internet. 1.39 +.[ 1.40 +%T RAND and the Information Evolution: A History in Essays and Vignettes 1.41 +%A Willis H. Ware 1.42 +%D 2008 1.43 +%I The RAND Corporation 1.44 +%P 128\(en137 1.45 +%O .CW \s-1http://www.rand.org/pubs/corporate_pubs/CP537/ 1.46 +.] 1.47 +.[ 1.48 +%T MH & xmh: Email for Users & Programmers 1.49 +%A Jerry Peek 1.50 +%D 1991, 1992, 1995 1.51 +%I O'Reilly & Associates, Inc. 1.52 +%P Appendix B 1.53 +%O Also available online: \f(CW\s-2http://rand-mh.sourceforge.net/book/\fP 1.54 +.] 1.55 1.56 .NH 2 1.57 Contrasts to similar sw