1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
<!-- $Id: roadmap.html 600 2006-05-31 22:13:43Z wohler $ -->
<html>
<head>
<meta name="Author" content="Jerry Peek">
<title>Road Map: MH & nmh: Email for Users & Programmers</title>
<?$book = '.'?>
<link rel="stylesheet" href="<?=$book?>/mh.css" type="text/css">
</head>
<body>
<?
include "$book/mh.php";
includeHeader('index.html', 'whaboo.html');
?>
<a name="index1"></a>
<h1>MH & nmh: Road Map</h1>
<p>
Don't be intimidated by the size of this book: You can use
MH, <em>xmh</em>, <em>exmh</em> or MH-E right away by reading the
quick-start tutorials. The rest of the book is here to help you do
much more, but you don't have to read it all!
<p>
<h2>Need to get started in a hurry?</h2>
If you aren't sure which of this book's four email systems you'd
like to start with, read the Section on
<a href="overall/howwor.html#EmaUsAge">Email User Agents</a>. Do
the short <a href="overall/ch-su.html">MH setup</a>. Then choose a
quick-start tutorial:
<ul>
<li>
<a href="mh/ch-ttm.html">MH</a>
<li>
<a href="xmh/ch-ttx.html"><em>xmh</em></a>
<li>
<a
href="http://mh-e.sourceforge.net/manual/html/Tour-Through-MH_002dE.html">MH-E
(in <i>The MH-E Manual</i>)</a>
<li>
<a href="exmh/ch-ie.html"><em>exmh</em></a>
</ul>
If you find that you need more email basics, refer the book's
<a href="overall/ch-i.html">Introductory Chapter</a>.
<h2>Want more details?</h2>
The book has a system of cross-reference links to help you find
related information quickly. Each tutorial ends with a list of
features and frequently-asked questions. <!-- Give them a pointer
to the TOC because the exmh chart is broken into sections... and
the other charts should be, too!? --> Detailed reference charts
summarize commands for
<a href="mh/mhrg.html">MH</a>,
<a href="exmh/exmhrg.html"><em>exmh</em></a>,
<a href="xmh/xmhrg.html"><em>xmh</em></a>,
<a href="overall/mimerg.html">MIME</a>.
<p>
If you'd like to know many or all of the features of a particular
system, read the part of the book that applies; use the table of
contents or the index to find the part you want, and search for
key words or titles with your browser's "search" command. Because
MH-E, <em>xmh</em>, and
<em>exmh</em> are interfaces to MH, you'll get a better
understanding of a system by reading about the parts of MH that
apply to it. Special tables of contents point you to all MH book
sections (not just the main Parts) that apply to
<a href="exmh/ch-ie.html">exmh</a> and
<a href="xmh/ch-ttx.html">xmh</a>.
<p>
Although this book has plenty of information that isn't in your
online MH and <em>xmh</em> manual pages, those manual pages have
some details that we've omitted from the book. The MH system has
some 50 individual manual pages of its own; the <em>mh</em>(1)
manual page summarizes them. The <em>exmh</em> online
documentation is related to its part of this book, though the book
has cross-references and figures that aren't in the documentation.
The <a href="overall/ap-rl.html">Reference List</a> points to
Internet standards and other books that will build a framework to
help you get the most from your email system.
<?
includeFooter('$Date: 2006-05-31 15:13:43 -0700 (Wed, 31 May 2006) $',
'OReilly: 1991, 1992, 1995; Bill: 2006');
?>
</body>
</html>
|