Produto de tema para o portal Plone (skin).
Project description
sc.paster.theme
Introduction
sc.paster.theme – is a paster template used to create Plone 3 themes.
It’s intended to be used on Simples Consultoria’s Plone projects so it contains some idiosyncrasies related to our internal needs.
Installation
If you have installed setuptools or distribute an easy_install command will be available. Then, you can install sc.paster.theme using easy_install command like this:
$ easy_install -U sc.paster.theme
Internet access to PyPI is required to perform installation of sc.paster.theme.
Usage
After install just type
$ paster create -t portal_theme beyondskins.customer.theme
in order to bring a wizard to help you setup this new Plone theme.
We recommend you to already import this policy to a vcs repository. To do so, using svn, just add the switch –svn-repository to the paster command line
$ paster create -t portal_theme beyondskins.customer.theme --svn-repository=https://dev.plone.org/svn/collective/
This command will create the package code tree under https://dev.plone.org/svn/collective/
Sponsoring
Development of this product was sponsored by Simples Consultoria.
Credits
Thiago Tamosauskas (thiago at simplesconsultoria dot com dot br) - owner, css sorcerer and beta-tester.
Erico Andrei (erico at simplesconsultoria dot com dot br) - Packaging, plumbing.
Changelog
0.9 (2011-08-22)
Add a new paster template: portal_theme4diazo [cleberjsantos]
Fixes bug on footer (thanks mjunior) [davilima6]
0.8 (2011-05-30)
Add a new paster template: portal_theme4 [davilima6]
Fix uninstall profile [cleberjsantos]
Fix default install profile [cleberjsantos]
Fix in register viewlets [cleberjsantos]
Update viewlets customizations [cleberjsantos]
Cleaning our styles folder useless in plone 4 [cleberjsantos]
Views registered on own browserlayer [cleberjsantos]
0.7 (2011-02-25)
Cleaning our skins’ templates folder [erico_andrei]
Adds uninstall profile [erico_andrei]
ZopeSkel 2.19 [erico_andrei]
0.6.5.1 (2010-09-08)
Fix viewlets registration and adds distutils info to setup.cfg [erico_andrei]
0.6.4 (2010-08-18)
Fix viewlets.xml template wich was generated with wrong package names [erico_andrei]
0.6.3 (2010-08-09)
Fixes an unicode error [erico_andrei]
0.6.2 (2010-08-05)
Fixes css registration [tamosauskas]
Removes dependency of Cheetah and PasteScript. Zope Skel already does that [erico_andrei]
Updates documentation [erico_andrei]
0.6.1 (2010-08-02)
Retirada do livesearch velho [tamosauskas]
0.6 (2010-07-30)
Ano dinamico no rodape [tamosauskas]
Registro de javascripts [tamosauskas]
Correcao do css truncado [tamosauskas]
0.5 (2010-07-07)
Initial public release [erico_andrei]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.