Project templates creating Web and Mobile themes for Plone
Project description
Introduction
This package provides different code templates to customize and extend mFabrik Web & Mobile CMS.
Please get familiar with Python paster templates and paster local commands to use these facilities.
Usage
Include paster in buildout and include this egg as related to paster:
[buildout] parts = ... paster [paster] eggs = zc.recipe.egg eggs = ZopeSkel PasteScript PasteDeploy gomobile.templates ${buildout:eggs} entry-points = paster=paste.script.command:run
Templates
gomobile_theme
Create easily a code skeleton for your own theme.
For more information, see
After setting up buildout as instructed above, you can do:
bin/paster create -t gomobile_theme src/gomobiletheme.mythemename
1.0.1 - 1.0.2
Fixed skins template name in skins.xml. Was using dot, should have been underscore. [miohtama]
1.0 - 1.0.1
PyPi package metadata update [miohtama]
1.0
PyPi packaged version [miohtama]
0.9dev (unreleased)
Initial release
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.