From b7f0fb3c888c1d331c2239fba0b8332a3bf240f2 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Wed, 13 Sep 2006 14:36:57 +0000 Subject: We can no longer provide tarball downloads from list.org. --- admin/www/download.ht | 32 ++++++-------------------------- admin/www/download.html | 34 +++++++--------------------------- 2 files changed, 13 insertions(+), 53 deletions(-) diff --git a/admin/www/download.ht b/admin/www/download.ht index bdc500d6..d848f347 100644 --- a/admin/www/download.ht +++ b/admin/www/download.ht @@ -13,31 +13,11 @@ Mailman is available from the following sources:
-If you're using a command line FTP client, be sure to set the mode -to binary. Once you've downloaded the source tarball, you can -unpack it with the following commands: - --- -Note that the file name may have the version number in it, -e.g.-% cd /usr/local/src -% tar zxf mailman.tar.gz --
mailman-2.1.tar.gz
.
-
-Mailman's tarball unpacks into a directory called
-mailman-xyz
where xyz is the version number.
-Note also that some versions of tar
don't accept the
-z option. In that case, you'll need to use the
-gunzip
program like so:
-
-
-+Note: The tarball used to be available via ftp from www.list.org. With a +recent (as of 13-Sep-2006) server move and subsequent bandwidth cap, we can no +longer provide tarball downloads from list.org. Please use the SourceForge or +GNU sites. Also note that the GNU ftp site may lag behind SourceForge, +especially just after a release announcement. It often takes a little while +for the GNU ftp site to catch up. diff --git a/admin/www/download.html b/admin/www/download.html index f8ed5bdb..5d07c8fa 100644 --- a/admin/www/download.html +++ b/admin/www/download.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > - + -- cgit v1.2.3-% gunzip -c mailman.tar.gz | tar xf - --