X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=blobdiff_plain;f=plugins%2Fproxy.py;fp=plugins%2Fproxy.py;h=dd49d6309b09278ef7a646a4d06324cba22fc202;hp=c2e9bd6215fbe11fc5264a66a3a84fb80147972e;hb=58262a45dbfb3abff4092a03ae076eab6ffa5b82;hpb=792816e01d785e18b5e7a043def48ec57251b45f diff --git a/plugins/proxy.py b/plugins/proxy.py old mode 100644 new mode 100755 index c2e9bd621..dd49d6309 --- a/plugins/proxy.py +++ b/plugins/proxy.py @@ -3,8 +3,10 @@ # # proxy.py — helper for Python-based external (xml-rpc) ikiwiki plugins # -# Copyright © martin f. krafft -# +# Copyright © 2008 martin f. krafft +# 2008-2011 Joey Hess +# 2012 W. Trevor King +# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: @@ -26,7 +28,7 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# +# __name__ = 'proxy.py' __description__ = 'helper for Python-based external (xml-rpc) ikiwiki plugins' __version__ = '0.1'