summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--admin/www/mailman.html105
1 files changed, 88 insertions, 17 deletions
diff --git a/admin/www/mailman.html b/admin/www/mailman.html
index 4be2a0498..d2e8673eb 100644
--- a/admin/www/mailman.html
+++ b/admin/www/mailman.html
@@ -1,18 +1,42 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
- <head>
- <title>Mailman - GNU Project - Free Software Foundation (FSF)</title>
- </head>
+<!-- This is a boilerplate for the web pages used in the GNU project.
+ Please change it according to specifications -->
+<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<HTML>
+<HEAD>
+<TITLE>Mailman - GNU Project - Free Software Foundation (FSF)</TITLE>
+<LINK REV="made" HREF="mailto:webmasters@www.gnu.org">
+</HEAD>
+<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" VLINK="#9900DD">
+<H3>Mailman</H3>
+<!-- When using this boilerplate, remember to replace the "???" in both places above. -->
- <body bgcolor="#ffffff" text="000000" link="#1f00ff"
- alink="ff0000" vlink="9900dd">
- <h3>Mailman</h3>
- <a href="images/dragonlogo.jpg">
- <img src="images/dragonlogo.jpg" alt=" [image of Mailman logo] "
- width="247" height="93">&nbsp;(jpeg 6k)</a>
- <a href="/philosophy/gif.html">no gifs due to patent problems</a>
+<!-- when you replace this graphics, make sure you change the link
+ to also point to the correct html page.
+ If you make a new graphics for this page, make sure it has
+ a corresponding entry in /graphics/graphics.html -->
+<A HREF="/graphics/dragonlogo.jpg"><IMG SRC="/graphics/dragonlogo.jpg"
+ ALT=" [Delivered by Mailman logo] "
+ WIDTH="247" HEIGHT="93">&nbsp; (jpeg 6k)</A>
+<!-- only english is available currently
+<P>[<A HREF="">French</A>|<A HREF="">Spanish</A>]
+<P> -->
+<HR>
+<P>
+<!-- Replace this list with the page's contents. -->
+<H4>Table of contents</H4>
+<UL>
+ <LI><A HREF="#introduction"
+ NAME="TOCintroduction">Introduction to Mailman</A>
+ <LI><A HREF="#downloading"
+ NAME="TOCdownloading">Downloading Mailman</A>
+ <li><a href="#mailinglists"
+ name="TOCmailinglists">Mailman Discussion Lists</a>
+</UL>
-<p>
+<P>
+<H4><A HREF="#TOCintroduction"
+ NAME="introduction">Introduction to Mailman</A></H4>
+<P>
Mailman is software to help manage email discussion lists, much like
Majordomo and Smartmail. Unlike most similar products, Mailman gives
each mailing list a web page, and allows users to subscribe,
@@ -34,6 +58,22 @@ written in C for security purposes.
distribution. For now, more information can be found at
<a href="http://www.list.org/">www.list.org</a>.
+<P>
+<HR>
+<P>
+<H4><A HREF="#TOCdownloading" NAME="downloading">Downloading Mailman</A></H4>
+<P>
+Mailman can be found on
+<A HREF="ftp://ftp.gnu.org/gnu/mailman/">ftp://ftp.gnu.org/gnu/mailman/</A>
+or one of <A HREF="/prep/ftp.html">the mirrors</A>.
+<P>
+
+<p>
+<HR>
+<P>
+<H4><a href="#TOCmailinglists" NAME="mailinglists">Mailman Discussion
+Lists</a></h4>
+
<p>
There are several mailing lists devoted to Mailman, which also provide
nice demonstrations of Mailman!
@@ -66,10 +106,41 @@ nice demonstrations of Mailman!
developers can post messages to this list. There is no archive.
</ul>
+<!--
+ * If needed, change the copyright block at the bottom. In general, all pages
+ on the GNU web server should have the section about verbatim copying. Please
+ do NOT remove this without talking with the webmasters first.
+-->
+<HR>
+
+<!-- english only currently
+[<A HREF="">French</A>|<A HREF="">Spanish</A>]<P>
+-->
+Return to <A HREF="/home.html">GNU's home page</A>.
+<P>
+
+Please send FSF &amp; GNU inquiries &amp; questions to
+
+<A HREF="mailto:gnu@gnu.org"><EM>gnu@gnu.org</EM></A>.
+There are also <A HREF="/home.html#ContactInfo">other ways to
+contact</A> the FSF.
+<P>
+
+Please send comments on these web pages to
-<!-- Created: Wed Aug 4 21:42:35 EDT 1999 -->
+<A HREF="mailto:webmasters@gnu.org"><EM>webmasters@gnu.org</EM></A>,
+send other questions to
+<A HREF="mailto:gnu@gnu.org"><EM>gnu@gnu.org</EM></A>.
+<P>
+Copyright (C) 1999 Free Software Foundation, Inc.,
+59 Temple Place - Suite 330, Boston, MA 02111, USA
+<P>
+Verbatim copying and distribution of this entire article is
+permitted in any medium, provided this notice is preserved.<P>
+Updated:
<!-- hhmts start -->
-Last modified: Thu Aug 5 22:20:15 EDT 1999
+Last modified: Tue Aug 31 18:49:48 EDT 1999
<!-- hhmts end -->
- </body>
-</html>
+<HR>
+</BODY>
+</HTML>