windowZ 1.1
windowZ provides a new content type, named Window, that is similar to the content type Link. It shows the provided relative or absolute URL inside an iFrame rendered as a Plone page.
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 2.5.1, Plone 2.5, Plone 2.1.4, Plone 2.1.3, Plone 2.1.2, Plone 2.1.1, Plone 2.1 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Jean Rodrigo Ferri |
Many people would like to have external web pages inside your Plone site. windowZ was born to do it, in an elegant way.
windowZ
provides a new content type, named Window, that is similar to the
content type Link. It shows the provided relative or absolute URL
inside an iFrame rendered as a Plone page.
However we can configure windowZ to do some usefull things to us, like:
- Displays inside Plone any outside-to-Plone web page available on the web.
- Catalogs the content from the provided web pages. Users may choose which pages to catalog.
- Gives users the ability to hide left, right or both columns of the Plone site.
- Each page may be individually resized.
- Users may opt display the content metadata or show only the web page without any meta-information in the Plone.
windowZ was the CMFDisplayPage product available only in the Plone collective repository without any release. But it was too hard to mantain and evolute it because its code was pure CMF-aware.
So it was rewrited from scratch using ArchGenXML to generate the code. Just in a few hours of work. Now we can finally make a release! ArchGenXML rocks!
It's pronunciation may be: windows, windoze, window(Z) of Zope... You are free to choose the way... ;-)
Please, help us to improve and translate windowZ!
Change log
1.1 - 2006-09-12
================
* Provided migration script to migrate objects and configurations from
CMFDisplayPage to windowZ.
[ferri]
* Updated all translations.
[ferri]
* Added proxy support for content catalogation when Zope instances are running
behind a proxy server.
[ferri]
* Added Italian translations.
[befree]
* Removing workflow for portal_windowZ tool.
[ferri]
* Fixed bug in Install.py when trying to remove portal_windowZ from
idsNotToList property.
[ferri]
* Removing portal_windowZ tool from portal search with the types_not_searched
property.
[ferri]
* Added AppInstall.py which add Window to default_page_types property. It
enables users to select a Window as the default page of a folder.
[ferri]
* Implemented feature directly in ArchGenXML to automatically uncatalog
portal_windowZ tool.
[ferri]
* Generalized path for generation scripts and i18ndude.
[ferri]
* Added the link address inside iFrame because some browsers doesn't have
iFrame support.
[ferri]

