Plomino is a powerful and flexible web-based application builder for Plone.
- create your own custom applications from a web interface without programming
- create and design forms in WYSIWYG mode
- easily embed charts or maps
- create specific actions with formula (compute fields, send emails, ...)
- adapt the application behaviour depending on the user access rights and roles
- import/export your application structure and/or your application data
To deploy Plomino, you need to edit your buildout.cfg
file
and add the following in the eggs
section:
eggs = ... Products.CMFPlomino
Then you have to run buildout
to realize your configuration:
bin/buildout -N
If you're using Plone version older than 4.2 you'll need to add some more directives to your buildout.cfg. Plomino depends on plone.app.registry and plomino.tinymce requires Products.TinyMCE>=1.2.13. To make Plomino work on pre-4.2 Plone sites you need to pin those versions in your versions.cfg section:
Products.TinyMCE=1.2.13 collective.js.jqueryui=1.8.16.9
and use a known good set for plone.app.registry.
This means extending your buildout from:
http://good-py.appspot.com/release/plone.app.registry/1.0b2?plone=4.0.9
replacing 4.0.9 with the actual version you need.
You can find support on the freenode IRC channel #plomino or using the GitHub issue tracker
Plomino is continuously tested on Travis:
- Eric BREHAULT <[email protected]>
- Jean Jordaan <[email protected]>
- Silvio Tomatis <[email protected]>