Metadata-Version: 1.0
Name: plonetheme.overlappedtabs
Version: 1.0dev-r111159
Summary: A theme for plone 3.x with overlapping tabs
Home-page: http://plone.org/products/plonetheme.overlappedtabs
Author: Javier Mansilla
Author-email: jmansilla@machinalis.com
License: GPL
Description: - Code repository: https://svn.plone.org/svn/collective/plonetheme.overlappedtabs
        - Questions and comments to jmansilla "at" machinalis [dot] com
        - Report bugs by mail for now
        
        -- INSTALL
        
        Add plonetheme.overlappedtabs to the list of eggs to install, e.g.:
        
        [buildout]
        ...
        eggs =
        ...
        plonetheme.overlappedtabs
        
        And also tell the plone.recipe.zope2instance recipe to install a ZCML slug:
        
        [instance]
        recipe = plone.recipe.zope2instance
        ...
        zcml =
        plonetheme.overlappedtabs
        
        With portal_quickinstaller install it and enjoy
        
        
        Changelog
        =========
        
        1.0 - Unreleased
        ----------------
        
        * Initial release
        
        
Keywords: web zope plone theme overlapped tabs
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
