quintagroup.themetemplate (0.25)
- quintagroup.themetemplate download link: http://plone.org/products/quintagroup.themetemplate/releases
- Homepage of quintagroup.themetemplate: http://plone.org/products/quintagroup.themetemplate
- quintagroup.themetemplate repository: http://svn.quintagroup.com/products/quintagroup.themetemplate/
- Description source: http://quintagroup.com/services/plone-development/products/quintagroup.themetemplate
quintagroup.themetemplate package is used for development of all Quintagroup themes for Plone 3 (http://skins.quintagroup.com).
This
theme template allows you to create initial theme package skeleton,
i.e. create plone3 theme python package with nested namespace (this is
different from deafult plone3_theme template in Zopeskel)
After that you can extend theme package by the following elements:
- skin-layer(s)
- portlet(s)
- viewlet(s)
- css, js resource(s)
- objects in zexp files
Creation of a package is performed with *paster create* PasteScript command. Theme extending with other resources can be done with *paster addcontent* local ZopeSkel command (extended in this product).