Metadata-Version: 1.1
Name: ls.joyful
Version: 0.1.1
Summary: A FullCalendar front end to Joyous.
Home-page: https://github.com/linuxsoftware/ls.joyful
Author: David Moore
Author-email: david@linuxsoftware.co.nz
License: BSD
Description: ls.joyful
        =========
        
        .. image:: /docs/joyful-demo-0.png
        
        About
        ------
        Joyful is a `FullCalendar <https://fullcalendar.io>`_ front-end for the 
        `Joyous <http://github.com/linuxsoftware/ls.joyous>`_ Wagtail Calendar.
        
        Installation
        ------------
        Follow the instructions for installing ls.joyous with the following additions for ls.joyful.
        
        Install the package.
        
        .. code-block:: console
        
            $ pip install ls.joyful
        
        Add ls.joyful to your INSTALLED_APPS.
        
        .. code-block:: python
        
            INSTALLED_APPS = [
                ...
                'ls.joyful',
                'ls.joyous',
                'wagtail.contrib.modeladmin',
                ...
            ]
        
        Usage
        -----
        After installing ls.joyful you will have the option of adding a 
        Full calendar page.  This is much the same as a regular Joyous Calendar
        page, but uses the FullCalendar javascript library to display the events.
        
        Demo
        ----
        Yet another demonstration Wagtail website `code <http://github.com/linuxsoftware/orange-wagtail-site>`_ | `live <http://demo.linuxsoftware.nz>`_
        
        Getting Help
        -------------
        Please report bugs or ask questions using the `Issue Tracker <http://github.com/linuxsoftware/ls.joyful/issues>`_.
        
        
Keywords: calendar,wagtail,fullcalendar,joyous,joyful
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Framework :: Wagtail
Classifier: Framework :: Wagtail :: 2
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Groupware
Classifier: Topic :: Office/Business :: Scheduling
Classifier: Topic :: Software Development :: Libraries :: Python Modules
