diff options
author | bwarsaw <> | 2005-05-30 20:09:15 +0000 |
---|---|---|
committer | bwarsaw <> | 2005-05-30 20:09:15 +0000 |
commit | a3a2e764e98755d616c6c661ca7a9aadb6f0dc84 (patch) | |
tree | 4ca62bf167314d0e7211fe107299387bba2c624a /admin/www/download.html | |
parent | a3bafc9a8a54e2bfe5a9a37e6444908cd9659f22 (diff) | |
download | mailman2-a3a2e764e98755d616c6c661ca7a9aadb6f0dc84.tar.gz mailman2-a3a2e764e98755d616c6c661ca7a9aadb6f0dc84.tar.xz mailman2-a3a2e764e98755d616c6c661ca7a9aadb6f0dc84.zip |
Updates for 2.1.6 final.
Diffstat (limited to 'admin/www/download.html')
-rw-r--r-- | admin/www/download.html | 37 |
1 files changed, 7 insertions, 30 deletions
diff --git a/admin/www/download.html b/admin/www/download.html index 8d3e7972..5cb07112 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. --> -<!-- Sat Feb 12 12:13:21 2005 --> +<!-- Mon May 30 15:49:38 2005 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -112,16 +112,16 @@ Overview Downloading </font></b></td></tr> <tr><td bgcolor="#eecfa1"> -<b>Downloading</b> +<a href="requirements.html">Requirements</a> </td></tr> <tr><td bgcolor="#eecfa1"> -<a href="version.html">Latest Version</a> +<b>Downloading</b> </td></tr> <tr><td bgcolor="#eecfa1"> -<a href="requirements.html">Requirements</a> +<a href="install.html">Installing</a> </td></tr> <tr><td bgcolor="#eecfa1"> -<a href="install.html">Installing</a> +<a href="version.html">Latest Version</a> </td></tr> <tr><td bgcolor="#eecfa1"> </td></tr> <tr><td bgcolor="#36648b"><b><font color="#ffffff"> @@ -178,31 +178,8 @@ entire article is permitted in any medium, provided this notice is preserved. <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 Python 2.3.3 being recommended. Mailman -should work with latest patch release on any Python branch from 2.1 to -2.3, which as of this writing (31-Dec-2003) is -<a href="http://www.python.org/2.1.3/">Python 2.1.3</a>, -<a href="http://www.python.org/2.2.3/">Python 2.2.3</a>, and -<a href="http://www.python.org/2.3.3/">Python 2.3.3</a>. +See the <a href="requirements.html">requirements page</a> for the list of +pre-requisites. <h3>Downloading</h3> |