Metadata-Version: 1.1
Name: HyperKitty
Version: 0.1.3
Summary: A web interface to access GNU Mailman v3 archives
Home-page: https://fedorahosted.org/hyperkitty/
Author: HyperKitty Developers
Author-email: hyperkitty-devel@lists.fedorahosted.org
License: GPLv3
Description: ============================================
        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: http://bzr.fedorahosted.org/bzr/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
        
Keywords: email
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Communications :: Email :: Mailing List Servers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: JavaScript
