Package python-module-z3c.viewtemplate: Information

    Source package: python-module-z3c.viewtemplate
    Version: 0.4.1-alt3.1
    Build time:  Mar 17, 2016, 02:37 PM in the task #161355
    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)
    python3-module-z3c.viewtemplate (x86_64, i586)
    python3-module-z3c.viewtemplate-tests (x86_64, i586)



      1. python3-devel
      2. python3-module-setuptools
      3. python-devel
      4. rpm-build-python3
      5. python-module-setuptools
      6. python-tools-2to3

    Last changed


    March 13, 2016 Ivan Zakharyaschev 0.4.1-alt3.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)
    July 24, 2014 Eugeny A. Rostovtsev 0.4.1-alt3
    - Added module for Python 3
    Oct. 20, 2011 Vitaly Kuznetsov 0.4.1-alt2.1
    - Rebuild with Python-2.7