Moved most of the documentation into a new "docs" subdirectory. Added a MAILING-LISTS...
[mmh] / docs / README.about
1 #
2 # README -- I love README files.
3 #
4 # $Id$
5 #
6
7 -----------
8 what is it?
9 -----------
10 nmh (new MH) is an electronic mail handling system.  It was
11 originally based on the package MH-6.8.3, and is intended to be
12 a (mostly) compatible drop-in replacement for MH.
13
14 Although development of nmh is ongoing, it appears to be generally
15 stable and is in current use.  But it is possible that we may
16 break things as changes are made.
17
18 --------------
19 installing nmh
20 --------------
21 To install nmh, check the INSTALL and MACHINES files.  If you have
22 previously used MH, check the file DIFFERENCES for a list of the
23 differences between nmh and MH.
24
25 --------------------------------
26 ftp and web sites, mailing lists
27 --------------------------------
28 To find out about the mailing lists, ftp sites, and web page
29 for nmh, check the FAQ included in this distribution.
30
31 ---------------
32 nmh maintenance
33 ---------------
34 nmh is currently being developed and maintained by a loosely organized
35 group of volunteers. Please send bug reports and suggestions to
36 nmh-bugs@mhost.com. This list is moderated (to prevent spamming) but
37 allows submissions from anyone. General discussion of the development
38 work is available by subscribing to the nmh development mailing list
39 at nmh-workers@mhost.com. Note that you can only post to this list if
40 you are subscribed as well. To subscribe, send a message to
41 nmh-workers-request@mhost.com with "subscribe" in the subject. You do
42 not need to provide anything in the message body.
43
44 ----------------
45 acknowledgments
46 ----------------
47 The original MH system was developed by the RAND Corporation and the
48 University of California.
49
50 nmh was started by Richard Coleman (coleman@math.gatech.edu) after
51 development on MH mostly stopped. He did the original autoconfiscation
52 and most of the other work up until version 1.0.
53
54 nmh uses (v)snprintf code from the Apache web server, so we need to
55 make the following acknowlegement:
56
57 This product includes software developed by the Apache Group
58 for use in the Apache HTTP server project (http://www.apache.org/).