You can insert external page content into your cms page via the IncludeRemote plugin.
e.g. eBay-AboutMe:
You can also insert local content from the same server, e.g. a PHP script.
new after changeset 1639.
{% lucidTag IncludeRemote url, title=None, preformat=None, escape=True %}Is the content preformatted text? Should we surround it with <pre> tags?
Is the receaved content safe (escape=False) or should we escape all html entries (escape=True)?