====================
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
