diff options
Diffstat (limited to 'admin/www/mailman-admin/mailman-admin.html')
-rw-r--r-- | admin/www/mailman-admin/mailman-admin.html | 131 |
1 files changed, 131 insertions, 0 deletions
diff --git a/admin/www/mailman-admin/mailman-admin.html b/admin/www/mailman-admin/mailman-admin.html new file mode 100644 index 00000000..cf27b547 --- /dev/null +++ b/admin/www/mailman-admin/mailman-admin.html @@ -0,0 +1,131 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>GNU Mailman - List Administration Manual</title> +<META NAME="description" CONTENT="GNU Mailman - List Administration Manual"> +<META NAME="keywords" CONTENT="mailman-admin"> +<META NAME="resource-type" CONTENT="document"> +<META NAME="distribution" CONTENT="global"> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<link rel="STYLESHEET" href="mailman-admin.css"> +<link rel="first" href="mailman-admin.html"> +<link rel="contents" href="contents.html" title="Contents"> + +<LINK REL="next" href="front.html"> +</head> +<body> +<DIV CLASS="navigation"> +<table align="center" width="100%" cellpadding="0" cellspacing="2"> +<tr> +<td><img src="../icons/blank.gif" + border="0" height="32" + alt="" width="32"></td> +<td><img src="../icons/blank.gif" + border="0" height="32" + alt="" width="32"></td> +<td><A href="front.html"><img src="../icons/next.gif" + border="0" height="32" + alt="Next Page" width="32"></A></td> +<td align="center" width="100%">GNU Mailman - List Administration Manual</td> +<td><A href="contents.html"><img src="../icons/contents.gif" + border="0" height="32" + alt="Contents" width="32"></A></td> +<td><img src="../icons/blank.gif" + border="0" height="32" + alt="" width="32"></td> +<td><img src="../icons/blank.gif" + border="0" height="32" + alt="" width="32"></td> +</tr></table> +<b class="navlabel">Next:</b> <a class="sectref" href="front.html">Front Matter</A> +<br><hr> +</DIV> +<!--End of Navigation Panel--> + +<div class="titlepage"> +<center> +<h1>GNU Mailman - List Administration Manual</h1> +<p><b><font size="+2">Barry A. Warsaw, Terri Oda</font></b></p> +<p>terri (at) zone12.com</p> +<p><strong>Release 2.1</strong><br> +<strong>October 2, 2004</strong></p> +<p> +</center> +</div> + +<P> + +<p><hr> +<!--Table of Child-Links--> +<A NAME="CHILD_LINKS"></a> + +<UL CLASS="ChildLinks"> +<LI><A href="front.html">Front Matter</a> +<LI><A href="contents.html">Contents</a> +<UL> +<LI><A href="node3.html">1 WARNING: This is incomplete</a> +<LI><A href="node4.html">2 Introduction to GNU Mailman</a> +<UL> +<LI><A href="node5.html">2.1 A List's Email Addresses</a> +<LI><A href="node6.html">2.2 Administrative Roles</a> +<LI><A href="node7.html">2.3 A List's Web Pages</a> +<LI><A href="node8.html">2.4 Basic Architectural Overview</a> +</ul> +<LI><A href="node9.html">3 The List Configuration Pages</a> +<UL> +<LI><A href="node10.html">3.1 The General Options Category</a> +<LI><A href="node16.html">3.2 The Passwords Category</a> +<LI><A href="node17.html">3.3 The Language Options Category</a> +<LI><A href="node18.html">3.4 The Membership Management Category</a> +<LI><A href="node19.html">3.5 The Non-digest Options Category</a> +<LI><A href="node20.html">3.6 The Digest Options Category</a> +<LI><A href="node21.html">3.7 The Privacy Options Category</a> +<LI><A href="node26.html">3.8 The Bounce Processing Category</a> +<LI><A href="node27.html">3.9 The Archiving Options Category</a> +<LI><A href="node28.html">3.10 The Mail/News Gateway Category</a> +<LI><A href="node29.html">3.11 The Auto-responder Category</a> +<LI><A href="node30.html">3.12 The Content Filtering Category</a> +<LI><A href="node31.html">3.13 The Topics Category</a> +</ul> +<LI><A href="node32.html">4 Membership Management</a> +<LI><A href="node33.html">5 Tending to Pending Moderator Requests</a> +<LI><A href="node34.html">6 Editing the Public HTML Pages</a> +<LI><A href="node35.html">7 Deleting the Mailing List</a> +<LI><A href="node36.html">1 This is an Appendix</a> +</ul> +<LI><A href="about.html">About this document ...</a> +</ul> +<!--End of Table of Child-Links--> + +<DIV CLASS="navigation"> +<p><hr> +<table align="center" width="100%" cellpadding="0" cellspacing="2"> +<tr> +<td><img src="../icons/blank.gif" + border="0" height="32" + alt="" width="32"></td> +<td><img src="../icons/blank.gif" + border="0" height="32" + alt="" width="32"></td> +<td><A href="front.html"><img src="../icons/next.gif" + border="0" height="32" + alt="Next Page" width="32"></A></td> +<td align="center" width="100%">GNU Mailman - List Administration Manual</td> +<td><A href="contents.html"><img src="../icons/contents.gif" + border="0" height="32" + alt="Contents" width="32"></A></td> +<td><img src="../icons/blank.gif" + border="0" height="32" + alt="" width="32"></td> +<td><img src="../icons/blank.gif" + border="0" height="32" + alt="" width="32"></td> +</tr></table> +<b class="navlabel">Next:</b> <a class="sectref" href="front.html">Front Matter</A> +<hr> +<span class="release-info">Release 2.1, documentation updated on October 2, 2004.</span> +</DIV> +<!--End of Navigation Panel--> + +</BODY> +</HTML> |