Merge branch '3.1.0' into 'master'
[mailman.git] / README.rst
blobe58d182977fa271755eca020b81d5f02617d5b7d
1 ================================================
2 Mailman - The GNU Mailing List Management System
3 ================================================
5 .. image:: https://gitlab.com/mailman/mailman/badges/master/build.svg
6     :target: https://gitlab.com/mailman/mailman/commits/master
8 .. image:: https://readthedocs.org/projects/mailman/badge
9     :target: https://mailman.readthedocs.io
11 .. image:: http://img.shields.io/pypi/v/mailman.svg
12     :target: https://pypi.python.org/pypi/mailman
14 .. image:: http://img.shields.io/pypi/dm/mailman.svg
15     :target: https://pypi.python.org/pypi/mailman
17 Copyright (C) 1998-2017 by the Free Software Foundation, Inc.
19 This is GNU Mailman, a mailing list management system distributed under the
20 terms of the GNU General Public License (GPL) version 3 or later.  The name of
21 this software is spelled "Mailman" with a leading capital 'M' but with a lower
22 case second 'm'.  Any other spelling is incorrect.
24 Technically speaking, you are reading the documentation for Mailman Core.  The
25 full `Mailman 3 suite <http://docs.mailman3.org>`_ includes a web user
26 interface called Postorius, a web archiver called HyperKitty, and a few other
27 components.  If you're looking for instructions on installing the full suite,
28 read that documentation.
30 Mailman is written in Python which is available for all platforms that Mailman
31 is supported on, including GNU/Linux and most other Unix-like operating
32 systems (e.g. Solaris, \*BSD, MacOSX, etc.).  Mailman is not supported on
33 Windows, although web and mail clients on any platform should be able to
34 interact with Mailman just fine.
36 The Mailman home page is:
38     http://www.list.org
40 and there is a community driven wiki at
42     http://wiki.list.org
44 For more information on Mailman, see the above web sites, or the
45 :ref:`documentation provided with this software <start-here>`.
48 Table of Contents
49 =================
51 .. toctree::
52     :glob:
53     :maxdepth: 1
55     src/mailman/docs/introduction
56     src/mailman/docs/release-notes
57     src/mailman/docs/install
58     src/mailman/config/docs/config
59     src/mailman/docs/database
60     src/mailman/docs/mta
61     src/mailman/docs/postorius
62     src/mailman/docs/hyperkitty
63     src/mailman/docs/contribute
64     src/mailman/docs/STYLEGUIDE
65     src/mailman/docs/internationalization
66     src/mailman/docs/architecture
67     src/mailman/docs/8-miles-high
68     src/mailman/docs/NEWS
69     src/mailman/docs/ACKNOWLEDGMENTS
72 Mailman modules
73 ---------------
75 These documents are generated from the internal module documentation.
77 .. toctree::
78     :maxdepth: 1
80     src/mailman/model/docs/model
81     src/mailman/runners/docs/runners
82     src/mailman/chains/docs/chains
83     src/mailman/rules/docs/rules
84     src/mailman/handlers/docs/handlers
85     src/mailman/rest/docs/rest
86     src/mailman/core/docs/core
87     src/mailman/app/docs/app
88     src/mailman/styles/docs/styles
89     src/mailman/archiving/docs/common
90     src/mailman/mta/docs/mta
91     src/mailman/bin/docs/master
92     src/mailman/commands/docs/commands
93     contrib/README
96 Indices and tables
97 ==================
99 * :ref:`genindex`
100 * :ref:`modindex`
101 * :ref:`search`