21 # Start-of-Header |
21 # Start-of-Header |
22 name = "Base64 Data URI Encoder Wizard Plug-in" |
22 name = "Base64 Data URI Encoder Wizard Plug-in" |
23 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
23 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
24 autoactivate = True |
24 autoactivate = True |
25 deactivateable = True |
25 deactivateable = True |
26 version = "2.0.3" |
26 version = "2.0.4" |
27 className = "WizardDataUriEncoderPlugin" |
27 className = "WizardDataUriEncoderPlugin" |
28 packageName = "WizardDataUriEncoder" |
28 packageName = "WizardDataUriEncoder" |
29 shortDescription = "Wizard for the creation of code for a base64 data URI." |
29 shortDescription = "Wizard for the creation of code for a base64 data URI." |
30 longDescription = \ |
30 longDescription = \ |
31 """This plug-in implements a wizard to generate code for""" \ |
31 """This plug-in implements a wizard to generate code for""" \ |