Metadata-Version: 1.0
Name: stxnext.flashgallery
Version: 0.1.0
Summary: Integration of SimpleViewer and AutoViewer photo galleries with Plone.
Home-page: http://stxnext.pl/open-source/stxnext.flashgallery
Author: STX Next Sp. z o.o, Wojciech Lichota
Author-email: info@stxnext.pl, wojciech.lichota@stxnext.pl
License: Zope Public License, Version 2.1 (ZPL)
Description: ====================
        stxnext.flashgallery
        ====================
        
        Overview
        ========
        
        Integration of `SimpleViewer`_ and `AutoViewer`_ photo galleries with `Plone`_.
        
        
        Installation
        ============
        
        If you are using zc.buildout to manage your project, you can do this:
        
        * Add ``stxnext.flashgallery`` to the list of eggs to install, e.g.::
        
        [buildout]
        ...
        eggs =
        ...
        stxnext.flashgallery
        
        * If you're using plone.recipe.zope2instance recipe to manage your
        instance add this lines to install a ZCML slug::
        
        [instance]
        recipe = plone.recipe.zope2instance
        ...
        zcml =
        ...
        stxnext.flashgallery
        
        
        * Re-run buildout, e.g. with::
        
        $ ./bin/buildout
        
        You can skip the ZCML slug if you are going to explicitly include the package
        from another package's configure.zcml file.
        
        Finally go to Quickinstaller and install stxnext.flashgallery product.
        
        Usage
        =====
        
        After installation two new items in *Display* menu will be listed. Just change
        display to `simpleviewer` or `autoviewer`.
        
        
        References
        ==========
        
        * `stxnext.flashgallery`_ home page
        * `stxnext.flashgallery at pypi`_
        * `SimpleViewer`_ home page
        * `AutoViewer`_ home page
        
        .. _stxnext.flashgallery: http://stxnext.pl/open-source/stxnext.flashgallery
        .. _stxnext.flashgallery at pypi: http://pypi.python.org/pypi/stxnext.flashgallery/
        .. _SimpleViewer: http://www.airtightinteractive.com/simpleviewer/
        .. _AutoViewer: http://www.airtightinteractive.com/simpleviewer/
        .. _Plone: http://plone.org
        
        
        Author & Contact
        ================
        
        :Author: Wojciech Lichota <``wojciech.lichota[at]stxnext.pl``>
        
        .. image:: http://stxnext.pl/open-source/files/stx-next-logo
        
        **STX Next** Sp. z o.o.
        
        http://stxnext.pl
        
        info@stxnext.pl
        
Keywords: python plone gallery photo flash
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Zope2
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
