]> diplodocus.org Git - nmh/blob - docs/README.about
vector.c: Move interface to own file.
[nmh] / docs / README.about
1 # README.about -- about nmh
2 #
3
4 -----------
5 what is it?
6 -----------
7 nmh (new MH) is an electronic mail handling system. It was
8 originally based on the package MH-6.8.3, and is intended to be
9 a (mostly) compatible drop-in replacement for MH. If you have
10 previously used MH, check the file DIFFERENCES for a list of the
11 differences between nmh and MH (not up-to-date as of this writing).
12
13 Although development of nmh is ongoing, it is generally stable and
14 is in current use. But it is possible that we may break things as
15 changes are made.
16
17 --------------------------------
18 ftp and web sites, mailing lists
19 --------------------------------
20 To find out about the mailing lists, ftp sites, and web page
21 for nmh, check the FAQ included in this distribution.
22
23 ---------------
24 nmh maintenance
25 ---------------
26 nmh is currently being developed and maintained by a loosely organized
27 group of volunteers. General discussion of the development work takes
28 place on the nmh-workers@nongnu.org mailing list. Please send bug
29 reports and suggestions there.
30
31 ----------------
32 acknowledgments
33 ----------------
34 The MH system was originally developed in 1979 by the RAND
35 Corporation. It was written primarily by Bruce S. Borden after ideas
36 in a memo by R. Stockton Gaines and Norman Z. Shapiro. In 1982,
37 the University of California, Irvine took up maintenance of the
38 software, under the direction of Marshall T. Rose and John L. Romine.
39
40 nmh was started by Richard Coleman (coleman@math.gatech.edu) after
41 development on MH mostly stopped. He did the original autoconfiscation
42 and most of the other work up until version 1.0.
43
44 nmh uses (v)snprintf code from the Apache web server, so we need to
45 make the following acknowlegement:
46
47 This product includes software developed by the Apache Group
48 for use in the Apache HTTP server project (http://www.apache.org/).