Metadata-Version: 1.1
Name: church.sermonaudio
Version: 1.0a9
Summary: Sermon Audio
Home-page: http://svn.plone.org/svn/collective/
Author: David Bain
Author-email: david@alteroo.com
License: GPL
Description: Introduction
        ===============
        
        A simple add-on for the Plone Content Management System which provides a "sermon audio" content
        type and a custom folder view which allows users to view and play
        sermons.
        
        
        
        Changelog
        =========
        
        1.0a9
        ------------------
        
        - Now displays sermons in a reverse sorted manner [David Bain]
        
        1.0a8
        -------------------
        
        - Fixed script bug that prevented update without reuploading mp3 [David Bain]
        
        - Changed styles so that the default width of player is bit wider [David Bain]
        
        1.0a7
        --------------------
        
        - Fixed missing files from broken 1.0a6 release [David Bain]
        
        1.0a6
        --------------------
        
        - Added a catalog index (date) [David Bain]
        
        - sermon.pt view now sorts sermon results by data index [David Bain]
        
        1.0a4
        -------------------
        
        - A documentation release [David Bain]
        
        1.0a3
        --------------------
        
        - Mostly a version bump and beginnings of some documentation [David Bain]
        
        1.0a
        --------------------
        
        - Initial release [David Bain]
        - Added collective.mediaelementjs [David Bain]
        - Custom folder view allows users to show sermons in a folder and play using
                mediaelementjs [David Bain]
        - Added a javascript validator to prevent non-mp3 files from being added
        
        church.sermonaudio Installation
        -------------------------------
        
        To install church.sermonaudio using zc.buildout and the plone.recipe.zope2instance
        recipe to manage your project, you can do this:
        
        * Add ``church.sermonaudio`` to the list of eggs to install, e.g.:
        
            [buildout]
            ...
            eggs =
                ...
                church.sermonaudio
               
        * Re-run buildout, e.g. with:
        
            $ ./bin/buildout
        
        Usage
        ------
        
        Use `Site Setup` > `Add-ons` and activate `Sermon Audio`.
        
        Create a folder for your sermons and select `Display` > `sermons`.
        This creates a custom view for your sermons. Now add sermon audio
        to your new folder. Visitors viewing your folder will see a 
        custom audio player.
        
        
Keywords: audio,archive,sermon
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
