ContentCaller

Warning
This product has not had a release in over 1 year and may no longer be maintained.
by David Durham last modified Feb 16, 2011 02:07 AM

This product adds 3 content types to a plone site that can be used to include external content.

Project Description

The Content Types

The External Page type  makes an ajax call to include any content from a probably external to plone path.   The external page content type is accomplished by making an ajax call to a configured path with jQuery.  Keep in mind that JavaScript security applies, meaning that you cannot make a call to an external host--only an external path. 

 The GWT Page content type allows you to specify a path to a GWT JavaScript file, and includes that as the content for the page.

The IFrame Page allows you to include content that is external to a plone site, e.g., content that resides on a different host and possibly a different server.  Links and form submissions should work as expected.

 

Caveats

External Content is not indexed, hence external content will not be reflected in a site search by default.  In general, you will likely run into other issues with external content regarding how well it integrates into your Plone site.

 

Installation instructions

$ cd <Your Site's Products Directory>

$ tar xzf ContentCaller-x.x.tar.gz

Restart zope, navigate to Add On Products and install Content Caller.

 

Current Release
ContentCaller 0.5

Released Jun 13, 2008 — tested with Plone 3

bugfix and structural changes to the internals of the content types
More about this release…

Download file Get ContentCaller for all platforms
Product Package
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Status
0.5 Jun 13, 2008 bugfix and structural changes to the internals of the content types More about this release…
Plone 3
final
0.4 May 06, 2008 Bug fixes. More about this release…
Plone 3
final
0.3 May 01, 2008 Added IFrame page More about this release…
Plone 3
final
0.2 May 01, 2008 This release is targeted for and tested against 3.1.1. More about this release…
Plone 3
final

Comments (0)