gomobile.templates 1.0.2
Project templates creating Web and Mobile themes for Plone
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
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| gomobile.templates-1.0.2.zip (md5) | Source | 2011-03-14 | 37KB | 429 | |
- Author: mFabrik Research Oy
- Home Page: http://webandmobile.mfabrik.com
- Keywords: skeleton web mobile templates plone apps
- License: GPL
- Categories
- Package Index Owner: miohtama
- DOAP record: gomobile.templates-1.0.2.xml
