summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2006-10-15 22:13:03 +0000
committerbwarsaw2006-10-15 22:13:03 +0000
commitdb6f7ac11f9e16dc6e0630bedb1940c1e217f9ac (patch)
treeb7835e106594475dc468c59123cd1c25b028f6cc
parente7fe84dca5681a6de55262a0eddd06758cbd1ce4 (diff)
downloadmailman-db6f7ac11f9e16dc6e0630bedb1940c1e217f9ac.tar.gz
mailman-db6f7ac11f9e16dc6e0630bedb1940c1e217f9ac.tar.zst
mailman-db6f7ac11f9e16dc6e0630bedb1940c1e217f9ac.zip
-rw-r--r--ACKNOWLEDGMENTS.txt (renamed from ACKNOWLEDGMENTS)0
-rw-r--r--BUGS24
-rw-r--r--INSTALL.txt (renamed from INSTALL)0
-rw-r--r--NEWS.txt (renamed from NEWS)16
-rw-r--r--README.txt (renamed from README)0
5 files changed, 16 insertions, 24 deletions
diff --git a/ACKNOWLEDGMENTS b/ACKNOWLEDGMENTS.txt
index 4d161ab14..4d161ab14 100644
--- a/ACKNOWLEDGMENTS
+++ b/ACKNOWLEDGMENTS.txt
diff --git a/BUGS b/BUGS
deleted file mode 100644
index 58b0df36d..000000000
--- a/BUGS
+++ /dev/null
@@ -1,24 +0,0 @@
-Mailman - The GNU Mailing List Management System
-Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
-51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-
-The Mailman project is being managed on SourceForge at
-
- http://sf.net/projects/mailman
-
-You should submit bugs to the SourceForge bug manager at
-
- http://sf.net/bugs/?group_id=103
-
-If you're able, please also submit a patch to the SourceForge patch
-manager, taking care to reference your bug report (which should be
-submitted first). The patch manager is at
-
- http://sf.net/patch/?group_id=103
-
-
-
-Local Variables:
-mode: indented-text
-indent-tabs-mode: nil
-End:
diff --git a/INSTALL b/INSTALL.txt
index 9485a392e..9485a392e 100644
--- a/INSTALL
+++ b/INSTALL.txt
diff --git a/NEWS b/NEWS.txt
index bdd4ea8cb..e5b8fcb64 100644
--- a/NEWS
+++ b/NEWS.txt
@@ -8,6 +8,22 @@ Here is a history of user visible changes to Mailman.
Architecture
+ - Mailman's web interface is now WSGI compliant. WSGI is a Python
+ standard (PEP 333) allowing web applications to be (more) easily
+ integrated with any number of existing Python web application
+ frameworks. For more information see:
+
+ http://www.wsgi.org/wsgi
+ http://www.python.org/dev/peps/pep-0333/
+
+ Mailman can still be run as a traditional CGI program of course.
+
+ - Mailman now provides an LMTP server for more efficient integration with
+ supporting mail servers (e.g. Postfix, Sendmail). The Local Mail
+ Transport Protocol is defined in RFC 2033:
+
+ http://www.faqs.org/rfcs/rfc2033.html
+
- Virtual domains are now fully supported in that mailing lists of the
same name can exist in more than one domain. This is accomplished by
renaming the lists/ and archives/ subdirectories after the list's
diff --git a/README b/README.txt
index 0849b19f7..0849b19f7 100644
--- a/README
+++ b/README.txt