Metadata-Version: 1.0
Name: silva.core.views
Version: 2.2b1
Summary: Views and forms support for Silva
Home-page: http://infrae.com/products/silva
Author: Infrae
Author-email: info@infrae.com
License: BSD
Description: ================
        silva.core.views
        ================
        
        ``silva.core.views`` let users build user interfaces using Zope Tool
        Kit like elements in Silva: Views, ViewletManager, Viewlet, Page,
        Layout and Forms. It uses ``Grok`` for an easy configuration.
        
        You can have more information on how to use this package on
        http://docs.infrae.com.
        
        You can either use Formlib forms, or Z3C Forms.
        
        
        
        
        
        Changelog
        =========
        
        2.2b1 - (2010-01-22)
        --------------------
        
        * Add some support to set HTTP headers on content and views.
        
        * Manage HEAD requests on content and views.
        
        * Create a layout support by using five.megrok.layout.
        
        * Add support to create public forms.
        
        * Add the possibility to change widget rendering style between
        different z3c forms.
        
        * Improve form and form templates, more support for status messages.
        
        * Add the possiblity to remove the cancel button on z3c forms by using
        an interface.
        
        * SMI forms should be registered on the SMI layer.
        
        * Use silva.translations for translations support.
        
        
        2.2a2 - (2009-01-12)
        --------------------
        
        * Add generic ZMI form.
        
        * Update forms macros.
        
        * Use five.grok viewlets instead of a local implementation.
        
        
        2.2a1 - (2008-11-18)
        --------------------
        
        * Initial release
        
        
Keywords: silva core views
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
