Code

Extensions. Compressed+media export improvements (see Bug #386664, Gather Resources...
[inkscape.git] / share / extensions / jessyInk_uninstall.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3   <_name>Uninstall/remove</_name>
4   <id>jessyink.uninstall</id>
5   <dependency type="executable" location="extensions">inkex.py</dependency>
6   <dependency type="executable" location="extensions">jessyInk_uninstall.py</dependency>
7   <param name="tab" type="notebook">
8     <page name="options" _gui-text="Options">
9                         <_param name="label" type="description">Please select the parts of JessyInk you want to uninstall/remove.</_param>
10                         <param name="remove_script" type="boolean" _gui-text="Remove script">true</param>
11                         <param name="remove_effects" type="boolean" _gui-text="Remove effects">true</param>
12                         <param name="remove_masterSlide" type="boolean" _gui-text="Remove master slide assignment">true</param>
13                         <param name="remove_transitions" type="boolean" _gui-text="Remove transitions">true</param>
14                         <param name="remove_autoTexts" type="boolean" _gui-text="Remove auto-texts">true</param>
15                         <param name="remove_views" type="boolean" _gui-text="Remove views">true</param>
16                 </page>
17     <page name="help" _gui-text="Help">
18                         <_param name="help_text" type="description">This extension allows you to uninstall the JessyInk script. Please see code.google.com/p/jessyink for more details.</_param>
19     </page>
20         </param>
21   <effect>
22     <object-type>all</object-type>
23       <effects-menu>
24         <submenu _name="JessyInk"/>
25       </effects-menu>
26   </effect>
27   <script>
28     <command reldir="extensions" interpreter="python">jessyInk_uninstall.py</command>
29   </script>
30 </inkscape-extension>