Menu:

The IncludeRemote plugin

You can insert external page content into your cms page via the IncludeRemote plugin.
e.g. eBay-AboutMe:

{% lucidTag IncludeRemote url="http://members.ebay.de/aboutme/eBayUserName" title="eBay about me page" %}

You can also insert local content from the same server, e.g. a PHP script.

Bsp google.de

{% lucidTag IncludeRemote url="http://www.google.com" title="google" %}

new in developer version (v0.8.5)

new after changeset 1639.

{% lucidTag IncludeRemote url, title=None, preformat=None, escape=True %}

preformat

Is the content preformatted text? Should we surround it with <pre> tags?

escape

Is the receaved content safe (escape=False) or should we escape all html entries (escape=True)?