From: martin f. krafft Date: Sat, 15 Mar 2008 13:06:01 +0000 (+0100) Subject: fix meta data X-Git-Tag: 2.41~122 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=1fac30a0698f9d001efa1190ba39bbdaad2492cc fix meta data Signed-off-by: martin f. krafft (cherry picked from commit 4b039b81deef852759f2aa88ae04f38d792b9bf8) --- diff --git a/plugins/proxy.py b/plugins/proxy.py index b2db79b0e..cf5588b24 100755 --- a/plugins/proxy.py +++ b/plugins/proxy.py @@ -1,13 +1,13 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# xmlrpc — helper for Python-based external (xml-rpc) ikiwiki plugins +# proxy.py — helper for Python-based external (xml-rpc) ikiwiki plugins # # Copyright © martin f. krafft # Released under the terms of the GNU GPL version 2 # -__name__ = 'xmlrpc' -__description__ = 'xml-rpc-based ikiwiki plugin to process RST files' +__name__ = 'proxy.py' +__description__ = 'helper for Python-based external (xml-rpc) ikiwiki plugins' __version__ = '0.1' __author__ = 'martin f. krafft ' __copyright__ = 'Copyright © ' + __author__