summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw1999-08-06 02:22:27 +0000
committerbwarsaw1999-08-06 02:22:27 +0000
commitcb121c558ca619a21b61979ec85d83428d4fdd4f (patch)
tree9d3b0234f6e91b3b0b78ae0fe07cbea2592fdb28
parentba9da09f61bdaf16fe3588d920b52c79c6a47f94 (diff)
downloadmailman-cb121c558ca619a21b61979ec85d83428d4fdd4f.tar.gz
mailman-cb121c558ca619a21b61979ec85d83428d4fdd4f.tar.zst
mailman-cb121c558ca619a21b61979ec85d83428d4fdd4f.zip
Web page for www.gnu.org
-rw-r--r--admin/www/mailman.html75
1 files changed, 75 insertions, 0 deletions
diff --git a/admin/www/mailman.html b/admin/www/mailman.html
new file mode 100644
index 000000000..4be2a0498
--- /dev/null
+++ b/admin/www/mailman.html
@@ -0,0 +1,75 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html>
+ <head>
+ <title>Mailman - GNU Project - Free Software Foundation (FSF)</title>
+ </head>
+
+ <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>
+
+<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,
+unsubscribe, etc. over the web. Even the list manager can administer
+his or her list entirely from the web. Mailman also integrates most
+things people want to do with mailing lists, including archiving,
+mail-to-news gateways, integrated bounce handling, spam prevention,
+email-based admin commands, direct SMTP delivery (with fast bulk
+mailing), support for virtual domains, and more.
+
+<p>
+Mailman runs on most Un*x-like systems, is compatible with most web
+servers and browsers, and most SMTP servers. Mailman requires
+<a href="http://www.python.org/">Python version 1.5 or newer</a>.
+Python is a free object-oriented scripting language. A few files are
+written in C for security purposes.
+
+<p>The manual is still only a set of READMEs provided in the Mailman
+distribution. For now, more information can be found at
+<a href="http://www.list.org/">www.list.org</a>.
+
+<p>
+There are several mailing lists devoted to Mailman, which also provide
+nice demonstrations of Mailman!
+
+<ul>
+<li><a href="http://www.python.org/mailman/listinfo/mailman-announce">
+ Mailman Announce</a> is a read-only list that you can subscribe to
+ if you are only interested in release notices and other important
+ news. Only the core Mailman developers can post messages to this
+ list.
+
+<p><li><a href="http://www.python.org/mailman/listinfo/mailman-users">
+ Mailman Users</a> is the mailing list to subscribe to if you are
+ using Mailman at your site, and may have problems or questions
+ relating to installation, use, etc. We'll try to keep the deep
+ technical discussions off this list.
+
+<p><li><a href="http://www.python.org/mailman/listinfo/mailman-developers">
+ Mailman Developers</a> is the mailing list to use if you are
+ interested in helping us develop Mailman, discuss future
+ directions, etc. This is the list for more in-depth technical
+ issues.
+
+<p><li><a href="http://www.python.org/mailman/listinfo/mailman-checkins">
+ Mailman Checkins</a> is an adjunct list to the publically
+ accessible read-only CVS repository. This list is for the
+ hardcore developers, or anybody else submitting patches, since we
+ really prefer such patches to be generated against the latest
+ snapshot. This is a read-only list; only the core Mailman
+ developers can post messages to this list. There is no archive.
+</ul>
+
+
+<!-- Created: Wed Aug 4 21:42:35 EDT 1999 -->
+<!-- hhmts start -->
+Last modified: Thu Aug 5 22:20:15 EDT 1999
+<!-- hhmts end -->
+ </body>
+</html>