diff options
author | bwarsaw <> | 2003-11-10 14:25:31 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-11-10 14:25:31 +0000 |
commit | cd802ab291d935b4889f2086af28de2f2b9acdd0 (patch) | |
tree | 3cf251c9b52b41b0299b261efa4685292d1b487e /admin/www | |
parent | fe9f62d9e05e3d9f080ef339551b2c4bc2f29574 (diff) | |
download | mailman2-cd802ab291d935b4889f2086af28de2f2b9acdd0.tar.gz mailman2-cd802ab291d935b4889f2086af28de2f2b9acdd0.tar.xz mailman2-cd802ab291d935b4889f2086af28de2f2b9acdd0.zip |
Added requirements
Diffstat (limited to 'admin/www')
-rw-r--r-- | admin/www/download.ht | 26 | ||||
-rw-r--r-- | admin/www/download.html | 28 |
2 files changed, 53 insertions, 1 deletions
diff --git a/admin/www/download.ht b/admin/www/download.ht index 1ec1a3bf..f90c920f 100644 --- a/admin/www/download.ht +++ b/admin/www/download.ht @@ -1,6 +1,32 @@ Title: Downloading Mailman Links: links.h download-links.h +<h3>Requirements</h3> + +You must have a mail server (MTA) that you can send messages to, and a +web server that supports the CGI/1.1 API. +<a href="http://httpd.apache.org">Apache</a> makes a fine choice +for web server, and MTAs such as +<a href="http://www.postfix.org">Postfix</a>, +<a href="http://www.exim.org">Exim</a>, +<a href="http://www.sendmail.org">Sendmail</a>, and +<a href="http://www.qmail.org">qmail</a> +should work just fine. + +<p>You will need an ANSI C compiler to build Mailman's security +wrappers. The +<a href="http://gcc.gnu.org/">GNU C compiler</a> +gcc 2.8.1 or later is known to work +well. + +<p>You must have the +<a href="http://www.python.org/">Python</a> +interpreter installed somewhere on your +system. Currently Python 2.1 or newer is required, with the +latest patch release on any specific branch being recommended. As +of this writing (10-Nov-2003) that is Python 2.1.3, Python 2.2.3, +and Python 2.3.2. + <h3>Downloading</h3> Mailman is available from the following sources: diff --git a/admin/www/download.html b/admin/www/download.html index 6b2bde43..4447895b 100644 --- a/admin/www/download.html +++ b/admin/www/download.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sun Sep 21 23:42:28 2003 --> +<!-- Mon Nov 10 09:25:16 2003 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -167,6 +167,32 @@ entire article is permitted in any medium, provided this notice is preserved. <!-- end of sidebar cell --> <!-- start of body cell --> <td valign="top" width="90%" class="body"><br /> +<h3>Requirements</h3> + +You must have a mail server (MTA) that you can send messages to, and a +web server that supports the CGI/1.1 API. +<a href="http://httpd.apache.org">Apache</a> makes a fine choice +for web server, and MTAs such as +<a href="http://www.postfix.org">Postfix</a>, +<a href="http://www.exim.org">Exim</a>, +<a href="http://www.sendmail.org">Sendmail</a>, and +<a href="http://www.qmail.org">qmail</a> +should work just fine. + +<p>You will need an ANSI C compiler to build Mailman's security +wrappers. The +<a href="http://gcc.gnu.org/">GNU C compiler</a> +gcc 2.8.1 or later is known to work +well. + +<p>You must have the +<a href="http://www.python.org/">Python</a> +interpreter installed somewhere on your +system. Currently Python 2.1 or newer is required, with the +latest patch release on any specific branch being recommended. As +of this writing (10-Nov-2003) that is Python 2.1.3, Python 2.2.3, +and Python 2.3.2. + <h3>Downloading</h3> Mailman is available from the following sources: |