Mercurial > MadButterfly
diff inkscape/firefox/MBFilter.inx @ 262:c39b24036a75
Add proxy daemon and extention for the firefox integration. We need to implement javascript web client to repalce the unite test program testsoap.py
author | wycc@wycc-desktop |
---|---|
date | Fri, 23 Jan 2009 23:15:04 +0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/inkscape/firefox/MBFilter.inx Fri Jan 23 23:15:04 2009 +0800 @@ -0,0 +1,17 @@ +<inkscape-extension> + <name>MadServer</name> + <id>net.sourceforge.madbutterfly.filter.update</id> + <dependency type="executable" location="extensions">MBServer.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <effect> + <object-type>any</object-type> + <effects-menu> + <submenu _name="MadButterfly"> + <submenu _name="Server"/> + </submenu> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">MBServer.py</command> + </script> +</inkscape-extension>