diff options
Diffstat (limited to '')
-rw-r--r-- | admin/www/mailman-member/node9.html | 200 |
1 files changed, 200 insertions, 0 deletions
diff --git a/admin/www/mailman-member/node9.html b/admin/www/mailman-member/node9.html new file mode 100644 index 00000000..c280b556 --- /dev/null +++ b/admin/www/mailman-member/node9.html @@ -0,0 +1,200 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<link rel="STYLESHEET" href="mailman-member.css" type='text/css' /> +<link rel="first" href="mailman-member.html" title='GNU Mailman - List Member Manual' /> +<link rel='contents' href='contents.html' title="Contents" /> +<link rel='last' href='about.html' title='About this document...' /> +<link rel='help' href='about.html' title='About this document...' /> +<LINK rel="next" href="node10.html"> +<LINK rel="prev" href="node8.html"> +<LINK rel="parent" href="node8.html"> +<LINK rel="next" href="node10.html"> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +<meta name='aesop' content='information' /> +<META name="description" content="The web interface"> +<META name="keywords" content="mailman-member"> +<META name="resource-type" content="document"> +<META name="distribution" content="global"> +<title>3.1 The web interface</title> +</head> +<body> +<DIV CLASS="navigation"> +<div id='top-navigation-panel'> +<table align="center" width="100%" cellpadding="0" cellspacing="2"> +<tr> +<td class='online-navigation'><a rel="prev" title="3 Mailman's interfaces" + href="node8.html"><img src='previous.gif' + border='0' height='32' alt='Previous Page' width='32' /></A></td> +<td class='online-navigation'><a rel="parent" title="3 Mailman's interfaces" + href="node8.html"><img src='up.gif' + border='0' height='32' alt='Up One Level' width='32' /></A></td> +<td class='online-navigation'><a rel="next" title="3.2 The email interface" + href="node10.html"><img src='next.gif' + border='0' height='32' alt='Next Page' width='32' /></A></td> +<td align="center" width="100%">GNU Mailman - List Member Manual</td> +<td class='online-navigation'><a rel="contents" title="Table of Contents" + href="contents.html"><img src='contents.gif' + border='0' height='32' alt='Contents' width='32' /></A></td> +<td class='online-navigation'><img src='blank.gif' + border='0' height='32' alt='' width='32' /></td> + +</tr></table> +<div class='online-navigation'> +<b class="navlabel">Previous:</b> +<a class="sectref" rel="prev" href="node8.html">3 Mailman's interfaces</A> +<b class="navlabel">Up:</b> +<a class="sectref" rel="parent" href="node8.html">3 Mailman's interfaces</A> +<b class="navlabel">Next:</b> +<a class="sectref" rel="next" href="node10.html">3.2 The email interface</A> +</div> +<hr /></div> +</DIV> +<!--End of Navigation Panel--> + +<H2><A NAME="SECTION002310000000000000000"><!--x--></A><A NAME="sec:web"><!--z--></A> +<BR> +3.1 The web interface +</H2> +The web interface of Mailman is its selling point for many people, +since it makes it much easier for subscribers and administrators to see +which options are available, and what these options do. + +<P> +Every mailing list is also accessible by a number of web pages. Note that +the exact URLs are configurable by the site administrator, so they may be +different than what's described below. We'll describe the most common +configuration, but check with your site administrator or hosting +service for details. + +<P> +<DL> +<DT><STRONG>List information (listinfo) page</STRONG></DT> +<DD><UL> +<LI>Usually found at <a class="url" href="http://WEBSERVER/mailman/listinfo/LISTNAME">http://WEBSERVER/mailman/listinfo/LISTNAME</a> (for example, <a class="url" href="http://lists.example.com/mailman/listinfo/mylist">http://lists.example.com/mailman/listinfo/mylist</a>) + +<P> +</LI> +<LI>The listinfo page is the starting point for the subscriber + interface. As one would assume from the name it's given, it + contains information about the LISTNAME list. + Usually all the other subscriber pages can be accessed from this + point, so you really only need to know this one address. + +<P> +</LI> +</UL> + +<P> +</DD> +<DT><STRONG>Member options page</STRONG></DT> +<DD><UL> +<LI>Usually found at <a class="url" href="http://WEBSERVER/mailman/options/LISTNAME/EMAIL">http://WEBSERVER/mailman/options/LISTNAME/EMAIL</a> (For example, <a class="url" href="http://lists.example.com/mailman/options/mylist/kathy@here.com">http://lists.example.com/mailman/options/mylist/kathy@here.com</a>) + +<P> +</LI> +<LI>This page can also be accessed by going to the listinfo page + and entering your email address into the box beside the button + marked ``Unsubscribe or Edit Options'' (this is near the bottom of the + page). + +<P> +</LI> +<LI>The member options page allows you to log in/out and change your + list settings, as well as unsubscribe or get a copy of your password + mailed to you. + +<P> +</LI> +<LI><b>To log in to your member options page</b>: + If you are not already logged in, there will be a box near the top for + you to enter your password. (If you do not know your password, see + Section <A HREF="node16.html#sec:getpassword">6.1</A> for more information on getting your + password.) Enter your password in the box and press the button. + +<P> +</LI> +<LI>Once you are logged in, you will be able to view and change + all your list settings. + +<P> +</LI> +</UL> + +</DD> +<DT><STRONG>List Archives</STRONG></DT> +<DD><UL> +<LI>Usually found at <a class="url" href="http://WEBSERVER/pipermail/LISTNAME">http://WEBSERVER/pipermail/LISTNAME</a> if the + list is publicly archived, and + <a class="url" href="http://WEBSERVER/mailman/private/LISTNAME">http://WEBSERVER/mailman/private/LISTNAME</a> if the list is privately + archived. (For example, + <a class="url" href="http://lists.example.com/pipermail/mylist">http://lists.example.com/pipermail/mylist</a> or + <a class="url" href="http://lists.example.com/mailman/private/mylist">http://lists.example.com/mailman/private/mylist</a>) + +<P> +</LI> +<LI>The list archive pages have copies of the posts sent to the + mailing list, usually grouped by month. In each monthly group, the + posts are usually indexed by author, date, thread, and subject. + +<P> +</LI> +<LI><span class="note"><b class="label">Note:</b> +Pipermail is the name of the default archiver that + comes with Mailman. Other archive programs are available.</span> + +<P> +</LI> +<LI>If the archive is private, you will need to supply your + subscribed email address and your password to log in. (See + Section <A HREF="node16.html#sec:getpassword">6.1</A> for more information on getting + your password.) + +</LI> +</UL> +</DD> +</DL> + +<P> + +<DIV CLASS="navigation"> +<div class='online-navigation'><hr /> +<table align="center" width="100%" cellpadding="0" cellspacing="2"> +<tr> +<td class='online-navigation'><a rel="prev" title="3 Mailman's interfaces" + rel="prev" title="3 Mailman's interfaces" + href="node8.html"><img src='previous.gif' + border='0' height='32' alt='Previous Page' width='32' /></A></td> +<td class='online-navigation'><a rel="parent" title="3 Mailman's interfaces" + rel="parent" title="3 Mailman's interfaces" + href="node8.html"><img src='up.gif' + border='0' height='32' alt='Up One Level' width='32' /></A></td> +<td class='online-navigation'><a rel="next" title="3.2 The email interface" + rel="next" title="3.2 The email interface" + href="node10.html"><img src='next.gif' + border='0' height='32' alt='Next Page' width='32' /></A></td> +<td align="center" width="100%">GNU Mailman - List Member Manual</td> +<td class='online-navigation'><a rel="contents" title="Table of Contents" + rel="contents" title="Table of Contents" + href="contents.html"><img src='contents.gif' + border='0' height='32' alt='Contents' width='32' /></A></td> +<td class='online-navigation'><img src='blank.gif' + border='0' height='32' alt='' width='32' /></td> + +</tr></table> +<div class='online-navigation'> +<b class="navlabel">Previous:</b> +<a class="sectref" rel="prev" href="node8.html">3 Mailman's interfaces</A> +<b class="navlabel">Up:</b> +<a class="sectref" rel="parent" href="node8.html">3 Mailman's interfaces</A> +<b class="navlabel">Next:</b> +<a class="sectref" rel="next" href="node10.html">3.2 The email interface</A> +</div> +</div> +<hr /> +<span class="release-info">Release 2.1, documentation updated on 7 October 2003.</span> +</DIV> +<!--End of Navigation Panel--> + +</BODY> +</HTML> |