1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
=====================================================
HyperKitty, the next-generation mailing-list archiver
=====================================================
HyperKitty is a Django-based application providing a web interface to access
GNU Mailman v3 archives, and interact with the lists.
The project page is https://gitlab.com/mailman/hyperkitty.
There is a `demo server`_ available, but it's also a development server, so it
may be broken at the time you access it. It's usually OK though.
.. _demo server: https://lists.fedoraproject.org/archives/
The authors are listed in the ``AUTHORS.txt`` file.
Contents:
.. toctree::
:maxdepth: 1
news.rst
install.rst
development.rst
Why HyperKitty?
===============
Mailman is in need for replacement of its default Pipermail archiver. It is
over 10 years old, users' expectations have changed and their requirements are
more sophisticated than the current archiver can deliver on. Mailman3 is the
currently under active development and it offers a pluggable architecture where
multiple archivers can be plugged to the core without too much pain.
Some of the drawbacks of Pipermail :
- It does not support stable URLs.
- It has scalability issues (it was not suitable for organizations working with
hundred of thousand of messages per day, e.g, Launchpad)
- The web interface is dated and does not output standards-compliant HTML nor
does it take advantage of new technologies such as AJAX.
The HyperKitty archiver addresses most of the drawbacks of Pipermail.
Copyright
=========
Copyright (C) 2012-2019 by the Free Software Foundation, Inc.
HyperKitty 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, version 3 of the License.
HyperKitty 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 Lesser
General Public License for more details.
You should have received a copy of the GNU General Public License
along with HyperKitty. If not, see <http://www.gnu.org/licenses/>.
|