Metadata-Version: 1.1
Name: kotti_site_gallery
Version: 0.2.0
Summary: Site gallery for Kotti sites
Home-page: http://pypi.python.org/pypi/kotti_site_gallery
Author: Kotti developers
Author-email: kotti@googlegroups.com
License: BSD-2-Clause
Description: ==================
        kotti_site_gallery
        ==================
        
        This is an extension to Kotti that allows to add a site gallery to
        your site.
        
        `Find out more about Kotti`_
        
        Development happens at https://github.com/Kotti/kotti_site_gallery
        
        Setup
        =====
        
        To enable the extension in your Kotti site, activate the configurator:
        
          kotti.configurators = kotti_site_gallery.kotti_configure
        
        .. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti
        
        
        History
        =======
        
        0.2.0 - 2014-12-06
        ------------------
        
        - Use Bootstrap 3 and thus require Kotti>=0.10b1.
        - Add i18n.sh skript and recompile catalogs.
        
        0.1.0b5 - Unreleased
        --------------------
        
        - Use the new `context.children_with_permission` method for the sites
          overview.  Fixes an issue where sites could not be reordered.
        
        0.1.0b4 - 2013/01/30
        --------------------
        
        - Added minified CSS.
        - Use form classes for the form views instead of deprecated generic functions.
        - Use pytest fixtures instead of UnitTest classes.
        
        
        0.1.0b3 - 2012/09/24
        --------------------
        
        - Add workflow support for SiteGallery.
        - Only show Sites in Gallery for which the user has the view permission.
        
        0.1.0b2 - 2012/09/22
        --------------------
        
        - Added german translation.
        - Fixed packaging.
        
        0.1.0b1 - 2012/08/22
        --------------------
        
        - Initial release
        
Keywords: kotti site gallery
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: OSI Approved :: BSD License
