Show
Ignore:
Timestamp:
06/05/08 16:20:04 (22 months ago)
Author:
JensDiemer
Message:

Update IncludeRemote? Plugin:

  • better charset handling
  • add preformatted text mode
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/PyLucid/plugins_internal/IncludeRemote/IncludeRemote_cfg.py

    r1634 r1639  
    88__long_description__ = """ 
    99Includes a remote website into your CMS page. 
     10 
     11=== parameters 
     12 
     13 
     14==== url: 
     15 
     16The url to get. 
     17 
     18 
     19==== title: 
     20 
     21A title for the fieldset header. 
     22 
     23 
     24==== preformat: 
     25 
     26Is the content preformatted text? Should we surround it with <pre> tags? 
     27 
     28preformat="None": 
     29    Automatic modus. If content type is html, don't surround with <pre> tag, 
     30    else add <pre> tag. 
     31 
     32preformat="True": 
     33    always add <pre> tag. 
     34 
     35preformat="False": 
     36    don't add <pre> tag 
     37 
     38 
     39==== escape: 
     40 
     41Is the receaved content safe (escape=False) or should we escape all html 
     42entries (escape=True)? 
    1043""" 
    1144