Show
Ignore:
Timestamp:
09/26/07 07:49:52 (2 years ago)
Author:
JensDiemer
Message:

Update the external PyLucid Plugin "DecodeUnicode?" from v0.7.x to v0.8

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • PyLucidPlugins/DecodeUnicode/DecodeUnicode_cfg.py

    r637 r1250  
    1414# Module-Manager Daten 
    1515 
    16 module_manager_data = { 
     16plugin_manager_data = { 
    1717    "lucidTag"  : { 
    1818        "must_login"    : False, 
     
    2121            "name"              : "select", 
    2222            "description"       : "select a unicode block range", 
    23             "template_engine"   : "jinja", 
    2423            "markup"            : None 
    2524        }, 
     
    3130            "name"              : "display", 
    3231            "description"       : "display a unicode block range", 
    33             "template_engine"   : "jinja", 
    3432            "markup"            : None 
    3533        },