Metadata-Version: 1.1
Name: unice.portlet.slider
Version: 1.0
Summary: A Plone portlet that shows a slider item.
Home-page: https://github.com/unice/unice.portlet.slider
Author: Universite Nice Sophia Antipolis
Author-email: pi@unice.fr
License: GPL
Description: .. image:: https://secure.travis-ci.org/unice/unice.portlet.slider.png
           :target: https://travis-ci.org/unice/unice.portlet.slider
        
        Introduction
        ============
        
        This portlet shows a slider item as slider in the portlet.
        It's LinguaPlone aware, and is initially created to provide a
        language-dependent address footer.
        
        Author: Lennart Regebro <regebro@gmail.com>
        
        Development funded by the Nordic Council and Nordic Concil of Ministers.
        http://www.norden.org/
        
        
        Compatibility
        =============
        
        The product is compatible with Plone 3 and Plone 4.
        
        
        Installing
        ==========
        
        Add `unice.portlet.slider` to your buildout and re-run buildout.
        Install the product in your Plone site using the Plone Control Panel
        (`prefs_install_products_form`) or the ZMI's `portal_quickinstaller`.
        
        
        Using
        =====
        
        Go to `@@manage-portlets`. If the product was installed properly, you'll have
        the option to add a Slider Portlet.
        
        Next, select a slider item to display. It can be any type of item. You can
        select which of the item's fields you want to display in the portlet's slider
        area:
        
        * Title (either as a link to the slider item or as plain text)
        * Description
        * Date
        * Body text
        * Image
        
        When the slider item doesn't have a selected field, it should work without
        errors, but you'd obviously not see the field in the portlet.
        
        You can set these options separately:
        
        * portlet's title as shown in `@@manage-portlets` screen
        * portlet header title as rendered on page
          (use slider's title or select custom)
        * hide portlet header altogether
        * conditionally show a portlet footer with a link to the slider item
          (link text is configurable)
        * disable the portlet border
        
        
        To do
        =====
        
        * tests
        
        Changelog
        =========
        
        1.0 (unreleased)
        ----------------
        
        * Added German translation and moved portlet title and description
          to i18:domain plone to make them translateable in the
          add portlet dropdown, too [fRiSi]
        
Keywords: plone portlet
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
