Lineages Portlets 1.0 (Unreleased)
This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
collective.lineage Child Folder (subsite or microsite) aware portlets - optionally include or exclude content from Child Folders
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 3 |
|---|---|
| State | Unreleased |
| License | GPL |
| Release Manager | Andy Leeb |
Portlets which can optionally include or exclude content from subsites, as provided by collective.lineages Child Folder.
The portlets filter out subsite paths via the use of Products.AdvancedQuery, which ships with Plone 3.x
These portlets require that collective.lineages be installed in your Plone site.
Currently, the following portlets are included in this package:
- Recent Items
- News
- Events
- Search
- Review
Usage
Add the following to your buildout:
eggs =
...
collective.lineage
collective.portlets.lineage
zcml =
...
collective.lineage
collective.portlets.lineage
Install via zmi->setup_tools->import. Be sure to install collective.lineages first, then install this package. To add the portlets, use the manage portlets link.
Change log
v1.0, 12/25/2009 -- Initial release, includes News, Events, Search portlets
v1.0, 12/27/2009 -- First update, includes Recent portlet
v1.0, 01/19/2010 -- Second update, includes Review portlet


