~launchpad-pqm/mailman/2.1

« back to all changes in this revision

Viewing changes to doc/mailman-member/node9.html

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-10-21 01:06:17 UTC
  • mfrom: (975.1.1 mailman.2112)
  • Revision ID: launchpad@pqm.canonical.com-20091021010617-prbs2ay6nhxx515v
[rs=flacoste] Upgrade Mailman to upstream 2.1.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<link rel="STYLESHEET" href="mailman-member.css" type='text/css' />
 
5
<link rel="first" href="mailman-member.html" title='GNU mailman - list Member Manual' />
 
6
<link rel='contents' href='contents.html' title="Contents" />
 
7
<link rel='last' href='about.html' title='About this document...' />
 
8
<link rel='help' href='about.html' title='About this document...' />
 
9
<link rel="next" href="node10.html" />
 
10
<link rel="prev" href="node8.html" />
 
11
<link rel="parent" href="node8.html" />
 
12
<link rel="next" href="node10.html" />
 
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
14
<meta name='aesop' content='information' />
 
15
<title>3.1 The web interface</title>
 
16
</head>
 
17
<body>
 
18
<div class="navigation">
 
19
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
 
20
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
21
<tr>
 
22
<td class='online-navigation'><a rel="prev" title="3 Mailman's interfaces"
 
23
  href="node8.html"><img src='previous.png'
 
24
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
 
25
<td class='online-navigation'><a rel="parent" title="3 Mailman's interfaces"
 
26
  href="node8.html"><img src='up.png'
 
27
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
 
28
<td class='online-navigation'><a rel="next" title="3.2 the email interface"
 
29
  href="node10.html"><img src='next.png'
 
30
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
 
31
<td align="center" width="100%">GNU Mailman - List Member Manual</td>
 
32
<td class='online-navigation'><a rel="contents" title="Table of Contents"
 
33
  href="contents.html"><img src='contents.png'
 
34
  border='0' height='32'  alt='Contents' width='32' /></a></td>
 
35
<td class='online-navigation'><img src='blank.png'
 
36
  border='0' height='32'  alt='' width='32' /></td>
 
37
<td class='online-navigation'><img src='blank.png'
 
38
  border='0' height='32'  alt='' width='32' /></td>
 
39
</tr></table>
 
40
<div class='online-navigation'>
 
41
<b class="navlabel">Previous:</b>
 
42
<a class="sectref" rel="prev" href="node8.html">3 Mailman's interfaces</a>
 
43
<b class="navlabel">Up:</b>
 
44
<a class="sectref" rel="parent" href="node8.html">3 Mailman's interfaces</a>
 
45
<b class="navlabel">Next:</b>
 
46
<a class="sectref" rel="next" href="node10.html">3.2 The email interface</a>
 
47
</div>
 
48
<hr /></div>
 
49
</div>
 
50
<!--End of Navigation Panel-->
 
51
 
 
52
<h2><a name="SECTION002310000000000000000"></a><a name="sec:web"></a>
 
53
<br>
 
54
3.1 The web interface
 
55
</h2>
 
56
The web interface of Mailman is its selling point for many administrators,
 
57
since it makes it much easier for subscribers and administrators to see 
 
58
which options are available, and what these options do.  
 
59
 
 
60
<p>
 
61
Every mailing list is also accessible by a number of web pages.  Note that
 
62
the exact URLs are configurable by the site administrator, so they may be
 
63
different than what's described below.  We'll describe the most common
 
64
configuration, but check with your site administrator or hosting
 
65
service for details.
 
66
 
 
67
<p>
 
68
<dl>
 
69
<dt><strong>List information (listinfo) page</strong></dt>
 
70
<dd><ul>
 
71
<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>)
 
72
 
 
73
<p>
 
74
</li>
 
75
<li>The listinfo page is the starting point for the subscriber
 
76
                        interface.  As one would assume from the name it's given, it 
 
77
                        contains information about the LISTNAME list.
 
78
                        Usually all the other subscriber pages can be accessed from this
 
79
                        point, so you really only need to know this one address.
 
80
 
 
81
<p>
 
82
</li>
 
83
</ul>
 
84
 
 
85
<p>
 
86
</dd>
 
87
<dt><strong>Member options page</strong></dt>
 
88
<dd><ul>
 
89
<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>)
 
90
 
 
91
<p>
 
92
</li>
 
93
<li>This page can also be accessed by going to the listinfo page
 
94
                        and entering your email address into the box beside the button
 
95
                        marked "Unsubscribe or Edit Options" (this is near the bottom of the
 
96
                        page).
 
97
 
 
98
<p>
 
99
</li>
 
100
<li>The member options page allows you to log in/out and change your 
 
101
                        list settings, as well as unsubscribe or get a copy of your password
 
102
                        mailed to you. 
 
103
 
 
104
<p>
 
105
</li>
 
106
<li><b>To log in to your member options page</b>: 
 
107
                        If you are not already logged in, there will be a box near the top for
 
108
                        you to enter your password.  (If you do not know your password, see 
 
109
                        Section&nbsp;<a href="node16.html#sec:getpassword">6.1</a> for more information on getting your 
 
110
                        password.)  Enter your password in the box and press the button.
 
111
 
 
112
<p>
 
113
</li>
 
114
<li>Once you are logged in, you will be able to view and change
 
115
                        all your list settings.
 
116
 
 
117
<p>
 
118
</li>
 
119
</ul>
 
120
        
 
121
</dd>
 
122
<dt><strong>List Archives</strong></dt>
 
123
<dd><ul>
 
124
<li>Usually found at <a class="url" href="http://WEBSERVER/pipermail/LISTNAME">http://WEBSERVER/pipermail/LISTNAME</a> if the 
 
125
                        list is publicly archived, and 
 
126
                        <a class="url" href="http://WEBSERVER/mailman/private/LISTNAME">http://WEBSERVER/mailman/private/LISTNAME</a> if the list is privately
 
127
                        archives.  (For example, 
 
128
                        <a class="url" href="http://lists.example.com/pipermail/mylist">http://lists.example.com/pipermail/mylist</a> or
 
129
                        <a class="url" href="http://lists.example.com/mailman/private/mylist">http://lists.example.com/mailman/private/mylist</a>)
 
130
 
 
131
<p>
 
132
</li>
 
133
<li>The list archive pages have copies of the posts sent to the
 
134
                        mailing list, usually grouped by month.  In each monthly group, the
 
135
                        posts are usually indexed by author, date, thread, and subject.
 
136
 
 
137
<p>
 
138
</li>
 
139
<li><span class="note"><b class="label">Note:</b>
 
140
Pipermail is the name of the default archiver that
 
141
                        comes with Mailman.  Other archive programs are available.</span>
 
142
 
 
143
<p>
 
144
</li>
 
145
<li>If the archive is private, you will need to supply your
 
146
                        subscribed email address and your password to log in.  (See
 
147
                        Section&nbsp;<a href="node16.html#sec:getpassword">6.1</a> for more information on getting
 
148
                        your password.)
 
149
                
 
150
</li>
 
151
</ul>
 
152
</dd>
 
153
</dl>
 
154
 
 
155
<p>
 
156
 
 
157
<div class="navigation">
 
158
<div class='online-navigation'>
 
159
<p></p><hr />
 
160
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
161
<tr>
 
162
<td class='online-navigation'><a rel="prev" title="3 Mailman's interfaces"
 
163
  href="node8.html"><img src='previous.png'
 
164
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
 
165
<td class='online-navigation'><a rel="parent" title="3 Mailman's interfaces"
 
166
  href="node8.html"><img src='up.png'
 
167
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
 
168
<td class='online-navigation'><a rel="next" title="3.2 the email interface"
 
169
  href="node10.html"><img src='next.png'
 
170
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
 
171
<td align="center" width="100%">GNU Mailman - List Member Manual</td>
 
172
<td class='online-navigation'><a rel="contents" title="Table of Contents"
 
173
  href="contents.html"><img src='contents.png'
 
174
  border='0' height='32'  alt='Contents' width='32' /></a></td>
 
175
<td class='online-navigation'><img src='blank.png'
 
176
  border='0' height='32'  alt='' width='32' /></td>
 
177
<td class='online-navigation'><img src='blank.png'
 
178
  border='0' height='32'  alt='' width='32' /></td>
 
179
</tr></table>
 
180
<div class='online-navigation'>
 
181
<b class="navlabel">Previous:</b>
 
182
<a class="sectref" rel="prev" href="node8.html">3 Mailman's interfaces</a>
 
183
<b class="navlabel">Up:</b>
 
184
<a class="sectref" rel="parent" href="node8.html">3 Mailman's interfaces</a>
 
185
<b class="navlabel">Next:</b>
 
186
<a class="sectref" rel="next" href="node10.html">3.2 The email interface</a>
 
187
</div>
 
188
</div>
 
189
<hr />
 
190
<span class="release-info">Release 2.1, documentation updated on January 11, 2009.</span>
 
191
</div>
 
192
<!--End of Navigation Panel-->
 
193
 
 
194
</body>
 
195
</html>