Package python-module-z3c.viewtemplate: Information

    Source package: python-module-z3c.viewtemplate
    Version: 0.4.1-alt2.1
    Build time:  Nov 16, 2011, 04:23 AM
    Report package bug
    License: ZPLv2.1
    Summary: View Templates
    Description: 
    This package allows us to separate the registration of the view code and
    the view templates.
    
    Why is this a good thing?
    
    While developing customizable applications that require us to develop
    multiple customer UIs for one particular application, we noticed there
    is a fine but clear distinction between skins and layers. Layers contain
    the logic to prepare data for presentation output, namely the view
    classes. Skins, on the other hand contain the resources to generate the
    UI, for example templates, images and CSS files.
    
    The problem of the existing infrastructure is that code, template and
    layer are all hardlinked in one zcml configuration directive of the view
    component -- page, content provider, viewlet. This package separates
    this triplet -- code, template, layer -- into two pairs, code/layer and
    template/skin. No additional components are introduced, since skins and
    layers are physically the same components.

    List of rpms provided by this srpm:
    python-module-z3c.viewtemplate (x86_64, i586)
    python-module-z3c.viewtemplate-tests (x86_64, i586)



    ACL:
    @qa_p7

      1. python-devel
      2. python-module-distribute

    Last changed


    Oct. 20, 2011 Vitaly Kuznetsov 0.4.1-alt2.1
    - Rebuild with Python-2.7
    June 26, 2011 Eugeny A. Rostovtsev 0.4.1-alt2
    - Added necessary requirements
    - Excluded *.pth
    June 2, 2011 Eugeny A. Rostovtsev 0.4.1-alt1
    - Initial build for Sisyphus