~wgrant/mailman/lp-2.1.15

« back to all changes in this revision

Viewing changes to README

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-10-21 01:06:17 UTC
  • mfrom: (975.1.1 mailman.2112)
  • Revision ID: launchpad@pqm.canonical.com-20091021010617-prbs2ay6nhxx515v
[rs=flacoste] Upgrade Mailman to upstream 2.1.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        http://www.gnu.org/software/mailman
30
30
        http://mailman.sf.net
31
31
 
32
 
    Mailman 2.1 requires Python 2.1.3 or greater, which can be downloaded from:
 
32
    Mailman 2.1 requires Python 2.3 or greater, which can be downloaded from:
33
33
 
34
34
        http://www.python.org
35
35
 
36
 
    It is recommended that you use Python 2.3.3, the latest release as of this
37
 
    writing (31-Dec-2003).  Update: 15-May-2004, the Python 2.3.4 release is
38
 
    imminent, see:
39
 
 
40
 
        http://www.python.org/2.3.4
41
 
 
42
 
    Mailman will work with Python 2.2.3 as well, which is the latest release
43
 
    on the Python 2.2 branch.  Mailman 2.1 is not compatible with Python 2.0
44
 
    or any earlier version.
 
36
    It is recommended that you use Python 2.5.2, the latest release as of this
 
37
    writing (26-Feb-2008).  
 
38
 
 
39
    Mailman 2.1 is not compatible with Python 2.2 or any earlier
 
40
    version.
45
41
 
46
42
    You will also need an ANSI C compiler to build both Python and Mailman;
47
43
    gcc (the GNU C compiler) works just fine.  Mailman currently works only on
59
55
    Read the NEWS file for a list of changes since version 0.9.  Read the TODO
60
56
    file for our (extensive) wish list.  You can see Mailman 2.1 in action at:
61
57
 
62
 
        http://mail.python.org/mailman-21/listinfo
 
58
        http://mail.python.org/mailman/listinfo
63
59
 
64
60
    Mailman has most of the standard features you'd expect in a mailing list
65
61
    manager, and more:
118
114
 
119
115
    The online documentation can be found in
120
116
 
121
 
        file:admin/www/index.html
 
117
        file:doc/
122
118
 
123
119
    in the directory in which you unpacked Mailman.
124
120
 
125
 
    Chris Kolar has made a list owner-oriented manual available from
126
 
    the following URL
127
 
 
128
 
        http://www.imsa.edu/~ckolar/mailman/
 
121
    There is a wiki for more community-driven information:
 
122
 
 
123
        http://wiki.list.org
 
124
 
 
125
    The wiki includes the online FAQ maintained by the Mailman community,
 
126
    which contains a vast amount of information:
 
127
 
 
128
        http://wiki.list.org/display/DOC/Frequently+Asked+Questions
 
129
 
 
130
    As well as links to further documentation:
 
131
 
 
132
        http://wiki.list.org/display/DOC/
129
133
 
130
134
    There are also several mailing lists that can be used as resources
131
135
    to help you get going with Mailman.
132
136
 
133
137
    Mailman-Users
134
 
        An list for users of Mailman, for posting questions or problems
 
138
        A list for users of Mailman, for posting questions or problems
135
139
        related to installation, use, etc.  We'll try to keep the deep
136
140
        technical discussions off this list.
137
141
 
138
142
        http://mail.python.org/mailman/listinfo/mailman-users
139
143
 
140
 
    Listowners
141
 
        This mailing list with a non-technical focus, specifically for
142
 
        discussions from the perspective of listowners and moderators who do
143
 
        not have "shell access" to the mailing list server where the Mailman
144
 
        software runs.
145
 
 
146
 
        http://listowner.org
147
 
 
148
144
    Mailman-Announce
149
 
        A read-only list for release announcements an other important news.
 
145
        A read-only list for release announcements and other important news.
150
146
 
151
147
        http://mail.python.org/mailman/listinfo/mailman-announce
152
148
 
153
149
    Mailman-Developers
154
150
        A list for those of you interested in helping develop Mailman 2's
155
 
        future direction.  This list will contain in-depth technical
 
151
        future direction.  This list contains in-depth technical
156
152
        discussions.
157
153
 
158
154
        http://mail.python.org/mailman/listinfo/mailman-developers
159
155
 
160
 
    Mailman3-Dev
161
 
        Get involved now in the development of Mailman 3!
162
 
 
163
 
        http://mail.python.org/mailman/listinfo/mailman3-dev
164
 
 
165
156
    Mailman-I18N
166
157
        A list for the discussion of the Mailman internationalization
167
158
        effort.  Mailman 2.1 is fully multi-lingual.
169
160
        http://mail.python.org/mailman/listinfo/mailman-i18n
170
161
 
171
162
    Mailman-Checkins
172
 
        A read-only list which is an adjunct to the public anonymous CVS
 
163
        A read-only list which is an adjunct to the Bazaar
173
164
        repository.  You can stay on the bleeding edge of Mailman development
174
165
        by subscribing to this list.
175
166