Metadata-Version: 1.1
Name: kotti-contentpreview
Version: 0.1a2
Summary: Content preview in Kotti's contents view
Home-page: https://github.com/j23d/kotti_contentpreview
Author: Marco Scheidhuber
Author-email: j23d@jusid.de
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ====================
        kotti_contentpreview
        ====================
        
        Content preview for Kotti.
        
        `Find out more about Kotti`_
        
        Setup
        =====
        
        To activate the ``kotti_contentpreview`` add-on in your Kotti site, you need to
        add an entry to the ``kotti.configurators`` setting in your Paste
        Deploy config.  If you don't have a ``kotti.configurators`` option,
        add one. ``kotti_contentpreview`` depends on ``kotti_settings``, so you have to
        add also an entry for this add-on. `Here you find out more`_ about ``kotti_settings``.
        The line in your ``[app:main]`` (or ``[app:kotti]``, depending on how
        you setup Fanstatic) section could then look like this:::
        
            kotti.configurators =
                kotti_settings.kotti_configure
                kotti_contentpreview.kotti_configure
        
        After activation you get a popover with the content of the content type when
        you hover over a title in the @@contents view. You can adjust settings for the
        view that should be called, the size of the popup window and the delay of showing
        and hiding of the window on the settings page. Point your browser to
        http://your.domain/@@settings to get to the settingspage or use the submenupoint
        of 'Site Setup'.
        
        .. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti
        .. _Here you find out more: http://pypi.python.org/pypi/kotti_settings
        
        
        Changelog
        =========
        
        0.1a2(2013-03-13)
        ---------------
        
        - Fix broken backlink in readme.
        
        0.1a1(2013-03-13)
        -----------------
        
        -   Initial release.
        
Keywords: kotti theme
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Pylons
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: User Interfaces
