After installing this product, you will be able to add a Portlet Page.
This is like a standard Plone Page, but it also has a "Manage portlets" tab, from which you may assign portlets into eight slots. The portlets will be shown on the main view of the content.
Use of other content data like title, description and body text can be avoided, making the Portlet Page simply a portlet container. This product is great for providing to your Plone sites a tool for building the site homepage, or the home for a site subsection.
Other Plone users like creating homepage using Collage
This product has been tested with Plone 3.3.5 and Plone 4.
-
Clone the repository from github inside the
src
folder of your Plone installation directory:git clone git://github.com/davide-targa/collective.portletpage.git
-
Add the
collective.portletpage
egg in yourbuildout.cfg
configuration file like described below (see also the Plone Buildout Documentation):[instance] ... eggs= ... collective.portletpage develop= ... src/collective.portletpage
-
Run the buildout with the command:
bin/buildout -Nt 2
-
Start your plone instance:
bin/instance fg
-
Install the product from either the
ZMI > Site > portal_quickinstaller
or the Plone administrative interface.
-
Feel free to fork, make it better and make a pull request!
-
Bug? Issues? feel free to use the system tracker!
This product was forked from collective portletpage
and extended by Davide Targa and Damiano Braga.