- Timestamp:
- 06/05/08 16:20:04 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/PyLucid/plugins_internal/IncludeRemote/IncludeRemote_cfg.py
r1634 r1639 8 8 __long_description__ = """ 9 9 Includes a remote website into your CMS page. 10 11 === parameters 12 13 14 ==== url: 15 16 The url to get. 17 18 19 ==== title: 20 21 A title for the fieldset header. 22 23 24 ==== preformat: 25 26 Is the content preformatted text? Should we surround it with <pre> tags? 27 28 preformat="None": 29 Automatic modus. If content type is html, don't surround with <pre> tag, 30 else add <pre> tag. 31 32 preformat="True": 33 always add <pre> tag. 34 35 preformat="False": 36 don't add <pre> tag 37 38 39 ==== escape: 40 41 Is the receaved content safe (escape=False) or should we escape all html 42 entries (escape=True)? 10 43 """ 11 44