Metadata-Version: 1.0
Name: simplelayout.types.common
Version: 2.4
Summary: simplelayout common types
Home-page: http://psc.4teamwork.ch/oss/simplelayout
Author: Mathias LEIMGRUBER (4teamwork)
Author-email: m.leimgruber@t4amwork.ch
License: GPL
Description: Introduction
        ============
        
        This package is a dependency of simplelayout.base.
        following features for simplelayout are provided by this package
        
        * Page Type
        - folderish
        - contains blocks (paragraph, images, links, files)
        * Paragraph
        - special content type for simplelayout Pages
        - configurable like show title, show references, etc...
        * make image, link and files to blocks
        * provides block views and a fallback view
        
        
        
        
        
        Copyright and credits
        ----------------------
        
        simplelayout is copyright 2009 by 4teamwork_ , and is licensed under the GPL. See LICENSE.txt for details.
        
        .. _4teamwork: http://www.4teamwork.ch/
        
        Changelog
        =========
        
        2.4
        ----------------
        
        * fixed minor bug in page.py [victor.baumann]
        
        
        2.3
        ----------------
        
        * fix permissions for delete actions in blockable types [mathias.leimgruber]
        
        
        2.2
        ----------------
        
        * add mixinklasse module
        * use simplelayout sizes for atct image scales
        * fix translations [julian.infanger]
        
        
        2.1
        ----------------
        
        * don't show regular Document(Page) [mathias.leimgruber]
        * remove leadimage from Page schemata [mathias.leimgruber]
        * extend plone image with alternative-text field [arno.blumer]
        
        
        2.0
        ----------------
        * Bug Fixes
        
        
        1.0
        ----------------
        
        * Initial release
        * Base simplelayout types:
        - Page (container for blocks)
        - Paragraph (default block)
        * makes images, link and file blockable
        * includes some configs made by GS
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
