Menu:

The IncludeRemote plugin

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

[PyLucid Plugin IncludeRemote unknown]

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

↑ Bsp google.de  #

[PyLucid Plugin IncludeRemote unknown]

↑ new in developer version (v0.8.5)  #

new after changeset 1639.

[lucidTag IncludeRemote.lucidTag syntax error: Wrong tag parameter]

↑ preformat  #

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

  • preformat="None"
    • Automatic modus. If content type is html, don't surround with <pre> tag, else add <pre> tag.
  • preformat="True"
    • always add <pre> tag.
  • preformat="False"
    • don't add <pre> tag

↑ escape  #

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

tag navi documentation | features | help
Fork me on GitHub