Metadata-Version: 1.1
Name: js.galleria
Version: 1.2.9
Summary: Fanstatic packaging of galleria.js.
Home-page: https://bitbucket.org/it_spirit/js.galleria
Author: Thomas Massmann
Author-email: thomas.massmann@it-spir.it
License: BSD
Download-URL: http://pypi.python.org/pypi/js.galleria
Description: js.galleria
        ***********
        
        Introduction
        ============
        
        This library packages `Galleria Slideshow`_ for `fanstatic`_. It is aware
        of different modes (normal, minified).
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`Galleria Slideshow`: http://galleria.io
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.galleria``) are published to some URL.
        
        How to use?
        ===========
        
        You can import Galleria from ``js.galleria`` and ``need`` it
        where you want these resources to be included on a page::
        
          >>> from js.galleria import galleria
          >>> galleria.need()
        
        You can use the classic theme, which is free to use::
        
          >>> from js.galleria import classic
          >>> classic.need()
        
        CHANGES
        *******
        
        1.2.9 (2013-07-28)
        ==================
        
        - Initial release.
        
Platform: UNKNOWN
