Metadata-Version: 1.1
Name: collective.js.supersized
Version: 0.4.1
Summary: JQuery Supersized for Plone
Home-page: http://github.com/collective/collective.js.supersized
Author: Espen Moe-Nillssen
Author-email: espen@medialog.no
License: GPL
Description: Introduction
        ============
        
        Integration of supersized in Plone4(tested) and Plone3 (untested).
        
        This version include supersized v3.2.7.
        There is a small change from the original supersized.shutter.js (the image path), and a few in the css files.
        This product is no longer used for truegallery, use collective.ptg.supersized instead
        
        News item view
        ==============
        You can see the "single background image mode" by 
        - installing the product
        - go to http://mysite/mynewsitemwithimage/@@supersized_view
        
        
        Dexterity behavior
        ==================
        Version 0.4 added a dexterity behavior.
        - Add one or more imagefields to your content type… or
        - Add lead image behavior to your content type
        - If you add several image fields, you will get a slideshow
        
        
        Example on Using it on folders
        ===============================
        - add a folderish content type (lets call it «Myfoldertype» with a image field named «Image» (or content lead image)
        - Add a content type («mytype») with supersized behvaior
        - Add a «Myfoldertype» to your site
        - Add a «mytype» in «Myfoldertype» and you will get the image from «Myfoldertype» supersized 
        
        
        Gallery effect
        ==============
        If you add more than one image to your content type, you will get a slideshow effect.
        It will only work for images on the same content, not its parent
        
        
        The control panel
        =================
        In the (medialog) control panel, you can choose which size to use for the background image and a few other settings..
        
        
        Authors
        =======
        
        - Espen Moe-Nilssen <espen atmedialog.no>
        
        
        Contributors
        ============
        
        .. _supersized: http://buildinternet.com/project/supersized
        
        -- macagua
        
        
        Changelog
        =========
        
        0.4.1 (2114.09.16)
        -------------------
        - Added slideshow it dexterity content type has more than one image [espen]
        
        
        0.4 (2114.09.16)
        -------------------
        - Added supersized behavior [espen]
        - Added (medialog) controlpanel [espen]
        - Added option to set image size in the controlpanel [espen]
        - Added upgrade profile, but it is not working properly (uninstall and install the product) [espen]
        
        0.3.3 (2014-09-07)
        -------------------
        - Updated package dependency for ViewPageTemplateFile import in view.py file. [macagua]
        - Added more strings classifiers items for this packages [macagua]
        
        0.3.2 (2012-10-10)
        ------------------
        - Removed unused settings and fixed view.py so that properties load correctly.
        
        
        0.3 (2012-10-10)
        ------------------
        - Removed loading of css an js files from template (they are in the registres)
        - Removed the loader icon
        - Added the supersized view to news items
        
        0.2.9 (2012-06-12)
        ------------------
        - Changed default setting for portrait images to exceed browser height
        
        0.2.8 (2012-06-08)
        ------------------
        - Added css and js to the @@supersized_view so one does not have to install the product to use that part (same way as it is done by collective.plonetruegallery).
        
        0.2.7 (2012-06-05)
        ------------------
        - Removed background color from css files.
        
        0.2.6 (2012-06-01)
        ------------------
        - moved the buttons
        
        0.2.5 (2012-06-01)
        ------------------
        - Better way of setting the image path
        
        
        0.2.4 (2012-06-01)
        ------------------
        
        - Changed image path in supersized.shutter.js
        
        0.2.2 (2012-06-01)
        ------------------
        
        - Changes in css to make it work with the other transitions
        
        0.2.1 (2012-05-22)
        ------------------
        
        - Switched to supersized 3.2.4 because the 3.2.7 version is not working.
        
        0.2 (2012-05-22)
        ------------------
        
        - Fixed registration of image dire
        - Changes to css to use images
        - Registered the full js files as browser resources 
        - Small change in the profiles
        
        0.1.1dev (2012-05-17)
        ------------------
        
        - Removed unneeded stuff in js.
        
        0.1dev (2012-05-15)
        ------------------
        
        - Initial release
        
Keywords: JQuery Supersized plugin plone resource
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
