summaryrefslogtreecommitdiffstats
path: root/README.rst
blob: 139be58791bf3e6bf8a055d839b8f660f849ea14 (plain)
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
============================================
HyperKitty - Archiver for for GNU Mailman v3
============================================

HyperKitty is an open source Django application under development. It aims at
providing a web interface to access GNU Mailman archives.

The code is available from: https://github.com/hyperkitty/hyperkitty

The documentation is located in the "doc" subfolder. It can be generated in
various formats thanks to `Sphinx`_. To generate the HTML documentation, run
the following command::

    make -C doc html

The HTML files will be available in the ``doc/_build/html`` directory.

The documentation can also be browsed online at:
https://hyperkitty.readthedocs.org.

.. _Sphinx: http://sphinx-doc.org


License
=======

HyperKitty is licensed under the `GPL v3.0`_

.. _GPL v3.0: http://www.gnu.org/licenses/gpl-3.0.html