Metadata-Version: 1.1
Name: silva.core.contentlayout
Version: 3.0.5
Summary: Silva Content Layout engine for Silva CMS
Home-page: https://github.com/silvacms/silva.core.contentlayout
Author: Andrew Altepeter
Author-email: aaltepet@bethel.edu
License: GPL
Description: ========================
        silva.core.contentlayout
        ========================
        
        ``silva.core.contentlayout`` is a core `Silva`_ extension that let users
        define content layout (called template or designs) in SMI or on the
        filesystem, that can be used as model for pages built with the
        extension ``silva.app.page``.
        
        For more information on how to define you how templates, please refer
        to the `extension developer documentation`_.
        
        Credits
        =======
        
        Thanks to `UCL`_ for the port of this extension to Silva 3.0.
        
        Code repository
        ===============
        
        You can find the code of this extension in Git:
        https://github.com/silvacms/silva.core.contentlayout
        
        .. _Silva: http://silvacms.org/
        .. _UCL: http://www.ucl.ac.uk/
        .. _extension developer documentation: http://docs.silvacms.org/latest/addons/contentlayout/index.html
        
        
        
        Changelog
        =========
        
        3.0.5 (2013/12/18)
        ------------------
        
        - Make possible to edit settings in SMI
        
        3.0.4 (2013/10/08)
        ------------------
        
        - Update tests to be ran inside a transaction to ensure the last
          author is properly set.
        
        - Update to use new icon API.
        
        - Improve tests.
        
        3.0.3 (2013/08/26)
        ------------------
        
        - Update tests.
        
        3.0.2 (2013/05/23)
        ------------------
        
        - Fix compatilbility with jQuery 1.9.
        
        - Fix various Silva XML improt and export issues when the models are
          not exported with the content, missing or others settings differs.
        
        - Prevent to select as design for a model the same model or a model
          used by the current model, preventing loops.
        
        - Improve slot block user interface.
        
        - Improve tests.
        
        3.0.1 (2013/03/06)
        ------------------
        
        - Fix compatiblity with JQuery 1.8. This is the minimum required
          version now.
        
        - Fix persistence of the block slot (for model). Modifications were not
          saved.
        
        - Update Silva XML import and export API.
        
        3.0 (2012/12/12)
        ----------------
        
        - Improve tests.
        
        3.0c1 (2012/09/25)
        ------------------
        
        - Initial release of the refactored extension for Silva 3.0.
        
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
