Metadata-Version: 1.0
Name: plone.theme
Version: 2.0
Summary: Tools for managing themes in CMF and Plone sites
Home-page: http://pypi.python.org/pypi/plone.theme
Author: Plone Foundation
Author-email: plone-developers@lists.sourceforge.net
License: GPL version 2
Description: Overview
        ========
        
        Tools for managing themes in CMF and Plone sites.
        
        Changelog
        =========
        
        2.0 - 2010-07-18
        ----------------
        
        - Update license to GPL version 2 only.
          [hannosch]
        
        2.0b2 - 2010-03-05
        ------------------
        
        - Protect against running multiple times. This can happen when using ++skin++
          traversers or VirtualHostMonster.
          [wichert]
        
        2.0b1 - 2010-01-02
        ------------------
        
        - Fix an error introduced by my previous adjustment. If a skin layer
          extending the default layer was used (which is typical), then the
          default layer would end up with higher precedence than browser
          layers not extending the default layer.
          [davisagli]
        
        2.0a2 - 2009-11-13
        ------------------
        
        - Inherit from the CMFDefault layer again, for compatibility with products
          that depend only on CMF but are also usable within Plone, and register
          views to the CMFDefault layer.
          [davisagli]
        
        2.0a1 - 2009-04-05
        ------------------
        
        - Avoid inheriting from the CMFDefault browser layer and rather define our
          own. We don't have anything in common with the CMFDefault layer.
          [hannosch]
        
        - Declare test dependencies in an extra.
          [hannosch]
        
        - Specify package dependencies.
          [hannosch]
        
        1.1 - 2009-04-04
        ----------------
        
        - Make sure the theme layer takes precedence over other browser layers.
          [davisagli]
        
        1.0 - 2007-08-15
        ----------------
        
        - First stable release
          [wichert]
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
