Metadata-Version: 1.1
Name: molo.core
Version: 2.6.0
Summary: Molo is a set of tools for publishing mobi sites with a community focus.
Home-page: http://github.com/praekelt/molo
Author: Praekelt Foundation
Author-email: dev@praekelt.com
License: BSD
Description: Molo
        ====
        
        .. include:: docs/badges.rst
        
        .. include:: docs/getting-started.rst
        
        Documentation
        -------------
        
        Documentation is available online at http://molo.readthedocs.org/
        and in the `docs` directory of the repository.
        
        .. |molo-docs| image:: https://readthedocs.org/projects/molo/badge/?version=latest
            :alt: Documentation
            :scale: 100%
            :target: http://molo.readthedocs.org/
        
        To build the docs locally::
        
            $ virtualenv ve
            $ source ve/bin/activate
            (ve)$ pip install -r requirements-docs.txt
            (ve)$ cd docs
            (ve)$ make html
        
        You'll find the docs in `docs/_build/index.html`
        
Keywords: praekelt,mobi,web,django
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
