The idea with this buildout configuration is show install a Plone latest version, that shows with some third-party add-ons how create layout and cover, diazo themes, generate form. Also to create contents types and workflow through the Web.
Plone demo suite includes some Plone products and configurations like these:
- collective.ckeditor:.
- Products.kupu:.
- Products.Ploneboard:.
- collective.disqus:.
- collective.loremipsum, is a developer tool to create dummy content with populated Lorem Ipsum and dummy members inside your Plone site.
- collective.topicitemsevent, a Plone product that is intended as a solution for the use case of sending notification e-mails for items which are about to expire (in, say, the next 24 hours).
- collective.contentrules.mailtogroup, this is a Plone action rule that allows you to send e-mail to groups and users.
- collective.contentrules.mailtorole, this is a Plone action rule that allows you to send e-mail to users having a role on the object.
- collective.contentrules.mailtolocalrole, this is a Plone action rule that allows you to send e-mail to users having a localrole on the object.
- collective.contentrules.mailfromfield, this is a Plone action rule that allows you to send e-mail to addresses taken from the content.
- collective.contentrules.template, this is a Plone action rule that allows you creating content based on templates.
- sc.contentrules.metadata, this is a Plone action rule that allows you set metadata for a content item.
- sc.contentrules.layout, this is a Plone action rule that allows you set layout for a content item.
- sc.contentrules.group, this is a Plone action rule that allows you to create a group based on a content.
- sc.contentrules.groupbydate, this is a Plone action rule that allows creates a chronological archive.
- sc.contentrules.localrole, this is a Plone action rule that allows to apply local roles to a content object.
- collective.contentrules.comingsoon, this is a Plone action rule which is handled when an event, or any content having a start date, will begin tomorrow, or within any delay.
Plone demo suite includes some Plone products and configurations like these:
- Products.PloneFormGen, a generic through-the-web form generator for Plone. Use it to build simple, one-of-a-kind, web forms that save or mail form input.
Plone demo suite includes some Plone products and configurations like these:
- collective.cover for edit to create front pages and other composite pages.
- collective.portletpage, a Plone page that can contain portlets.
- vs.dashboardmanager, an extended Dashboard manager based on collective.portletpage.
- Products.ContentWellPortlets, a Plone product that enables you to add portlets to the central column in a page.
- webcouturier.dropdownmenu, a Plone product that enables Dropdown menus for global navigation in Plone website.
- Products.Doormat, adds a doormat viewlet and installs it in the Plone footer. The links and text in the doormat are manageable as content.
In this suite are distributed around 53 differents Generic Diazo themes.
- plonetheme.amherst.
- plonetheme.aqueouslight.
- plonetheme.armadillotec.
- plonetheme.bananaleaf.
- plonetheme.burned.
- plonetheme.codapress.
- plonetheme.coolblue.
- plonetheme.darkened.
- plonetheme.diazo_sunburst.
- plonetheme.discovery.
- plonetheme.earthlingtwo.
- plonetheme.evergreen.
- plonetheme.flowerbuds.
- plonetheme.freshpick.
- plonetheme.gestured.
- plonetheme.grungeera.
- plonetheme.keepitsimple.
- plonetheme.leavesdew.
- plonetheme.motion.
- plonetheme.redmusic.
- plonetheme.pythonmexico.
- plonetheme.pollination.
- plonetheme.plumigreen.
- plonetheme.unbound11.
- plonetheme.unilluminated.
- plonetheme.transition.
- plonetheme.woodexperience.
- plonetheme.yoko.
- plonetheme.changecenter.
- plonetheme.unam.
- plonetheme.zopeorg.
In this suite are distributed around 6 differents Plone theme skins.
- quintagroup.theme.sunrain.
- quintagroup.theme.schools.
- quintagroup.theme.pythonreel.
- plonetheme.aclark_twitter.
- plonetheme.drupal.
- plonetheme.trantor.
Plone demo suite includes some Plone products and configurations like these:
- Products.DCWorkflowGraph, a Plone product that provides a DCWorkflow graphic viewer now. It uses Graphviz.
- collective.wfautodoc, a Plone product that provides Workflow Automatic Documentation (Zope/CMF).
- plone.app.workflowmanager, a Plone product that provides a GUI for managing custom workflows in Plone.
TODO.
To get a basic development installation running follow the steps below:
$ git clone https://github.com/plone-ve/plonedemos.suite.git $ cd plonedemos.suite $ python bootstrap.py $ bin/buildout -vvvvvvvvN
Once the buildout has finished, you can access the site by starting up Plone.
$ bin/zeoserver start $ bin/instance fg
Go to the site in your browser: http://localhost:8080/manage
username: admin password: admin
Then create a Plone Site object, later go to Site setup > Components, and adds the Plone products manually.
If you run into any issues trying to get this to work, please, add an issue to the tracker here on this github project.
Really thanks to :
- Leonardo J .Caballero G. aka macagua
- Full name aka username
For an updated list of all contributors visit the following URL: https://github.com/plone-ve/plonedemos.suite/contributors