Mercurial > MadButterfly
comparison 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 |
comparison
equal
deleted
inserted
replaced
261:11017576328c | 262:c39b24036a75 |
---|---|
1 <inkscape-extension> | |
2 <name>MadServer</name> | |
3 <id>net.sourceforge.madbutterfly.filter.update</id> | |
4 <dependency type="executable" location="extensions">MBServer.py</dependency> | |
5 <dependency type="executable" location="extensions">inkex.py</dependency> | |
6 <effect> | |
7 <object-type>any</object-type> | |
8 <effects-menu> | |
9 <submenu _name="MadButterfly"> | |
10 <submenu _name="Server"/> | |
11 </submenu> | |
12 </effects-menu> | |
13 </effect> | |
14 <script> | |
15 <command reldir="extensions" interpreter="python">MBServer.py</command> | |
16 </script> | |
17 </inkscape-extension> |