diff options
| author | Barry Warsaw | 2017-02-05 12:57:41 +0000 |
|---|---|---|
| committer | Barry Warsaw | 2017-02-05 12:57:41 +0000 |
| commit | dc9c33f8edefc7a62976eae0a39bbc3b05e83f3a (patch) | |
| tree | 1c481f1595bedc0be111436415702d301123d6ea /src/mailman/docs/introduction.rst | |
| parent | 8c117d9a944976400801d3ced7e4c2b6b010b18b (diff) | |
| parent | e6b14e5a509fa28d8bf871d88260be0b7749c72b (diff) | |
| download | mailman-dc9c33f8edefc7a62976eae0a39bbc3b05e83f3a.tar.gz mailman-dc9c33f8edefc7a62976eae0a39bbc3b05e83f3a.tar.zst mailman-dc9c33f8edefc7a62976eae0a39bbc3b05e83f3a.zip | |
Diffstat (limited to 'src/mailman/docs/introduction.rst')
| -rw-r--r-- | src/mailman/docs/introduction.rst | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/src/mailman/docs/introduction.rst b/src/mailman/docs/introduction.rst new file mode 100644 index 000000000..9814796cd --- /dev/null +++ b/src/mailman/docs/introduction.rst @@ -0,0 +1,111 @@ +.. _start-here: + +================================================ +Mailman - The GNU Mailing List Management System +================================================ + +This is `GNU Mailman`_, a mailing list management system distributed under the +terms of the `GNU General Public License`_ (GPL) version 3 or later. + +Mailman is written in Python_, a free object-oriented programming language. +Python is available for all platforms that Mailman is supported on, which +includes GNU/Linux and most other Unix-like operating systems (e.g. Solaris, +\*BSD, MacOSX, etc.). Mailman is not supported on Windows, although web and +mail clients on any platform should be able to interact with Mailman just +fine. + +GNU Mailman 3 consists of a `suite of programs`_ that work together: + +* Mailman Core; the core delivery engine. This is where you are right now. +* Postorius; the web user interface for list members and administrators. +* HyperKitty; the web-based archiver +* Mailman client; the official Python bindings for talking to the Core's REST + administrative API. + +Only the Core is required. You can write or integrate your own web user +interface or archiver that speaks to the Core over its REST API. The REST API +is a pure HTTP-based API so you don't *have* to use Python, or even our +official bindings. And you can deploy whatever components you want using +whatever mechanisms you want. + +But we really like Postorius and HyperKitty and hope you will too! + + +Copyright +========= + +Copyright 1998-2017 by the Free Software Foundation, Inc. + +This file is part of GNU Mailman. + +GNU Mailman is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +GNU Mailman is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with +GNU Mailman. If not, see <http://www.gnu.org/licenses/>. + + +Spelling +======== + +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. Its full +name is `GNU Mailman` but is often referred colloquially as `Mailman`. + + +History +======= + +Mailman was originally developed by John Viega in the mid-1990s. Subsequent +development (through version 1.0b3) was by Ken Manheimer. Further work +towards the 1.0 final release was a group effort, with the core contributors +being: Barry Warsaw, Ken Manheimer, Scott Cotton, Harald Meland, and John +Viega. Since version 1.0 the project has been led by Barry Warsaw with +contributions from many; see the `ACKNOWLEDGMENTS`_ file for details. Jeremy +Hylton helped considerably with the Pipermail code in Mailman 2.0. Mailman +2.1 is primarily maintained by Mark Sapiro, with previous help by Tokio +Kikuchi (RIP). Barry Warsaw is the lead developer on Mailman 3. Aurélien +Bompard and Florian Fuchs lead development of Postorius and HyperKitty. +Abhilash Raj is a core developer contributing to all the bits and maintains +the CI infrastructure. + + +Project details +=============== + +* Project home page: http://www.list.org +* Documentation: https: https://mailman.readthedocs.io +* The community driven wiki (including the FAQ_): https://wiki.list.org +* Additional help resources: http://www.list.org/help.html +* Report Core bugs at: https://gitlab.com/mailman/mailman/issues +* Mailman 3 suite on GitLab: https://gitlab.com/groups/mailman + +(GNU Mailman 2.1 is still maintained on Launchpad_.) + +There are two mailing lists you can use to contact the Mailman 3 developers. +The general development mailing list: + +* https://mail.python.org/mailman/listinfo/mailman-developers + +and the Mailman 3 users list: + +* https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ + +For now, please leave the older mailman-users mailing list for Mailman 2. + + +.. _`GNU Mailman`: http://www.list.org +.. _`GNU General Public License`: http://www.gnu.org/licenses/gpl.txt +.. _Python: http://www.python.org +.. _FAQ: http://wiki.list.org/display/DOC/Frequently+Asked+Questions +.. _`Python 3.4`: https://www.python.org/downloads/release/python-342/ +.. _`ACKNOWLEDGMENTS`: ACKNOWLEDGMENTS.html +.. _`Django`: https://www.djangoproject.com/ +.. _`suite of programs`: http://docs.mailman3.org/en/latest/ +.. _Launchpad: https://launchpad.net/mailman |
