aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mailman-member/node7.html
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2007-12-05 17:23:41 -0500
committerBarry Warsaw <barry@python.org>2007-12-05 17:23:41 -0500
commit3a258ad5cdd98c5705af6c02ba91993b3d382adc (patch)
tree85c90c037ee5b5f992c3b291e66c60cab46d9e73 /doc/mailman-member/node7.html
parent18f080804e368c63de499b32717d57701aaf8880 (diff)
downloadmailman2-3a258ad5cdd98c5705af6c02ba91993b3d382adc.tar.gz
mailman2-3a258ad5cdd98c5705af6c02ba91993b3d382adc.tar.xz
mailman2-3a258ad5cdd98c5705af6c02ba91993b3d382adc.zip
Because the admin directory is no longer included, the www directory isn't
either, and that's where the generated docs used to live. So now, make this directory include the generated docs, removing the old IPC7 and LISA-98 directories, and the .tex source files. These latter are moved to the admin repository.
Diffstat (limited to 'doc/mailman-member/node7.html')
-rw-r--r--doc/mailman-member/node7.html141
1 files changed, 141 insertions, 0 deletions
diff --git a/doc/mailman-member/node7.html b/doc/mailman-member/node7.html
new file mode 100644
index 00000000..8e722813
--- /dev/null
+++ b/doc/mailman-member/node7.html
@@ -0,0 +1,141 @@
+<!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="node8.html" />
+<link rel="prev" href="node3.html" />
+<link rel="parent" href="contents.html" />
+<link rel="next" href="node8.html" />
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name='aesop' content='information' />
+<title>2 Translating from our examples to real lists</title>
+</head>
+<body>
+<div class="navigation">
+<div id='top-navigation-panel' xml:id='top-navigation-panel'>
+<table align="center" width="100%" cellpadding="0" cellspacing="2">
+<tr>
+<td class='online-navigation'><a rel="prev" title="1.3 gnu Mailman"
+ href="node6.html"><img src='previous.png'
+ border='0' height='32' alt='Previous Page' width='32' /></a></td>
+<td class='online-navigation'><a rel="parent" title="Contents"
+ href="contents.html"><img src='up.png'
+ border='0' height='32' alt='Up one Level' width='32' /></a></td>
+<td class='online-navigation'><a rel="next" title="3 Mailman's interfaces"
+ href="node8.html"><img src='next.png'
+ 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.png'
+ border='0' height='32' alt='Contents' width='32' /></a></td>
+<td class='online-navigation'><img src='blank.png'
+ border='0' height='32' alt='' width='32' /></td>
+<td class='online-navigation'><img src='blank.png'
+ 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="node6.html">1.3 GNU Mailman</a>
+<b class="navlabel">Up:</b>
+<a class="sectref" rel="parent" href="contents.html">Contents</a>
+<b class="navlabel">Next:</b>
+<a class="sectref" rel="next" href="node8.html">3 Mailman's interfaces</a>
+</div>
+<hr /></div>
+</div>
+<!--End of Navigation Panel-->
+
+<h1><a name="SECTION002200000000000000000">
+2 Translating from our examples to real lists</a>
+</h1>
+
+<p>
+Often, it's easier to simply give an example than explain exactly how
+to find the address for your specific list. As such, we'll frequently
+give examples for a fictional list called
+<span class="email">LISTNAME@DOMAIN</span> whose list information page can be found at
+<a class="url" href="http://WEBSERVER/mailman/listinfo/LISTNAME">http://WEBSERVER/mailman/listinfo/LISTNAME</a>.
+
+<p>
+Neither of these are
+real addresses, but they show the form of a typical list address.
+The capital letters used for the list-specific parts of each address should
+make it easier to see what should be changed for each
+list. Although specific list configurations may be different, you will
+probably be able to just replace the words given in capital letters with the
+appropriate values for a real list:
+
+<p>
+<dl>
+<dt><strong>LISTNAME</strong></dt>
+<dd>The name of your list.
+
+</dd>
+<dt><strong>DOMAIN</strong></dt>
+<dd>The name of the mail server which handles that list.
+
+</dd>
+<dt><strong>WEBSERVER</strong></dt>
+<dd>The name of the web server which handles the list web interface. This may be the same as DOMAIN, and often refers to the same machine, but does not have to be identical.
+</dd>
+</dl>
+
+<p>
+As a real-life example, if you are interested in the mailman-users list, you'd
+make the following substitutions: LISTNAME=mailman-users, DOMAIN=python.org, WEBSERVER=mail.python.org. As such, for the
+<span class="email">mailman-users@python.org</span>
+mailing list, the list information page can be found at the URL
+<a class="url" href="http://mail.python.org/mailman/listinfo/mailman-users">http://mail.python.org/mailman/listinfo/mailman-users</a>. (These, unlike
+most of the examples given in this document, are real addresses.)
+
+<p>
+Most lists will have this information stored in the <span class="mailheader">List-*:</span>
+headers. Many
+mail programs will hide these by default, so you may have to choose to view
+full headers before you can see these informational headers.
+
+<p>
+
+<div class="navigation">
+<div class='online-navigation'>
+<p></p><hr />
+<table align="center" width="100%" cellpadding="0" cellspacing="2">
+<tr>
+<td class='online-navigation'><a rel="prev" title="1.3 gnu Mailman"
+ href="node6.html"><img src='previous.png'
+ border='0' height='32' alt='Previous Page' width='32' /></a></td>
+<td class='online-navigation'><a rel="parent" title="Contents"
+ href="contents.html"><img src='up.png'
+ border='0' height='32' alt='Up one Level' width='32' /></a></td>
+<td class='online-navigation'><a rel="next" title="3 Mailman's interfaces"
+ href="node8.html"><img src='next.png'
+ 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.png'
+ border='0' height='32' alt='Contents' width='32' /></a></td>
+<td class='online-navigation'><img src='blank.png'
+ border='0' height='32' alt='' width='32' /></td>
+<td class='online-navigation'><img src='blank.png'
+ 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="node6.html">1.3 GNU Mailman</a>
+<b class="navlabel">Up:</b>
+<a class="sectref" rel="parent" href="contents.html">Contents</a>
+<b class="navlabel">Next:</b>
+<a class="sectref" rel="next" href="node8.html">3 Mailman's interfaces</a>
+</div>
+</div>
+<hr />
+<span class="release-info">Release 2.1, documentation updated on December 5, 2007.</span>
+</div>
+<!--End of Navigation Panel-->
+
+</body>
+</html>