Update of /cvsroot/mailman/mailman
In directory usw-pr-cvs1:/tmp/cvs-serv27614

Modified Files:
        README 
Log Message:
Updates


Index: README
===================================================================
RCS file: /cvsroot/mailman/mailman/README,v
retrieving revision 2.6
retrieving revision 2.7
diff -C2 -d -r2.6 -r2.7
*** README      31 Dec 2001 23:15:19 -0000      2.6
--- README      16 Mar 2002 04:53:01 -0000      2.7
***************
*** 1,4 ****
  Mailman - The GNU Mailing List Management System
! Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
  59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  
--- 1,4 ----
  Mailman - The GNU Mailing List Management System
! Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
  59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  
***************
*** 7,12 ****
      This is GNU Mailman, a mailing list management system distributed
      under the terms of the GNU General Public License (GPL).  The name
!     of this project is spelled "Mailman" with a leading capital `M'
!     but with a lower case second `m'.  Any other spelling is incorrect.
  
      Mailman is written primarily in Python, a free object-oriented
--- 7,13 ----
      This is GNU Mailman, a mailing list management system distributed
      under the terms of the GNU General Public License (GPL).  The name
!     of this software is spelled "Mailman" with a leading capital `M'
!     but with a lower case second `m'.  Any other spelling is
!     incorrect.
  
      Mailman is written primarily in Python, a free object-oriented
***************
*** 32,50 ****
          http://mailman.sf.net
  
!     Mailman requires Python 2.0 or greater, which can be downloaded
!     from
  
          http://www.python.org
  
!     Note that in order to comply with the GPL, it is recommended that
!     you use Python 2.0.1, Python 2.1.1, or Python 2.2.  Mailman will
!     work with any Python 2.x version, although most testing has been
!     done with Python 2.1.1 and Python 2.2.
  
!     You will also need an ANSI C compiler; gcc (the GNU C compiler)
!     works just fine.  Mailman currently works only on GNU/Linux and
!     other Unix-like operating systems (e.g. Solaris, *BSD, MacOSX,
!     etc.).  It does not run on Windows, although web and mail clients
!     on any platform should be able to interact with Mailman just fine.
  
      See the INSTALL file for installation instructions.  If you are
--- 33,53 ----
          http://mailman.sf.net
  
!     Mailman 2.1 requires Python 2.1 or greater, which can be
!     downloaded from
  
          http://www.python.org
  
!     It is recommended that you use Python 2.1.2 or Python 2.2, the
!     latest releases as of this writing.  Mailman will work with any
!     Python 2.1.x or Python 2.2.x version, although most testing has
!     been done with Python 2.1.2 and Python 2.2.  Mailman 2.1 is not
!     compatible with Python 2.0.x or any earlier version.
  
!     You will also need an ANSI C compiler to build both Python and
!     Mailman; gcc (the GNU C compiler) works just fine.  Mailman
!     currently works only on GNU/Linux and other Unix-like operating
!     systems (e.g. Solaris, *BSD, MacOSX, etc.).  It does not run on
!     Windows, although web and mail clients on any platform should be
!     able to interact with Mailman just fine.
  
      See the INSTALL file for installation instructions.  If you are
***************
*** 57,63 ****
      Read the NEWS file for a list of changes since version 0.9.  Read
      the TODO file for our (extensive) wish list.  You can see Mailman
!     in action at
  
!         http://www.python.org/mailman/listinfo
  
      Mailman has most of the standard features you'd expect in a
--- 60,66 ----
      Read the NEWS file for a list of changes since version 0.9.  Read
      the TODO file for our (extensive) wish list.  You can see Mailman
!     2.1 in action at
  
!         http://mail.python.org/mailman-21/listinfo
  
      Mailman has most of the standard features you'd expect in a
***************
*** 115,119 ****
  
      Mailman's web and email user interface should be compatible with
!     just about any mail reader or web browser.  You do not need Java,
      JavaScript, or any other fancy plugins.
  
--- 118,123 ----
  
      Mailman's web and email user interface should be compatible with
!     just about any mail reader or web browser, although a mail reader
!     that is MIME aware will be a big help.  You do not need Java,
      JavaScript, or any other fancy plugins.
  
***************
*** 184,188 ****
      the following URL
  
!         http://www.aurora.edu/~ckolar/mailman/
  
      There are also several mailing lists that can be used as resources
--- 188,192 ----
      the following URL
  
!         http://www.imsa.edu/~ckolar/mailman/
  
      There are also several mailing lists that can be used as resources
***************
*** 193,214 ****
          news.
  
!         http://www.python.org/mailman/listinfo/mailman-announce
  
      Mailman-Users
!         An open list for users of Mailman, for posting questions or
          problems related to installation, use, etc.  We'll try to keep
          the deep technical discussions off this list.
  
!         http://www.python.org/mailman/listinfo/mailman-users
  
      Mailman-Developers
!         An open list for those of you interested in helping develop
          Mailman's future direction.  This list will contain in-depth
          technical discussions.
  
      Mailman-I18N
!         An open list for the discussion of the Mailman
!         internationalization effort.  Mailman 2.1 will be fully
!         multi-lingual.
  
      Mailman-Checkins
--- 197,221 ----
          news.
  
!         http://mail.python.org/mailman/listinfo/mailman-announce
  
      Mailman-Users
!         An list for users of Mailman, for posting questions or
          problems related to installation, use, etc.  We'll try to keep
          the deep technical discussions off this list.
  
!         http://mail.python.org/mailman/listinfo/mailman-users
  
      Mailman-Developers
!         A list for those of you interested in helping develop
          Mailman's future direction.  This list will contain in-depth
          technical discussions.
  
+         http://mail.python.org/mailman/listinfo/mailman-developers
+ 
      Mailman-I18N
!         A list for the discussion of the Mailman internationalization
!         effort.  Mailman 2.1 will be fully multi-lingual.
! 
!         http://mail.python.org/mailman/listinfo/mailman-i18n
  
      Mailman-Checkins
***************
*** 216,219 ****
--- 223,228 ----
          CVS repository.  You can stay on the bleeding edge of Mailman
          development by subscribing to this list.
+ 
+         http://mail.python.org/mailman/listinfo/mailman-checkins
  
      The Mailman project is coordinated on SourceForge at


_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins

Reply via email to