Code

Adding JessyInk 1.5.1 extension set by Hannes Hochreiner
[inkscape.git] / share / extensions / jessyInk_uninstall.inx
1 <inkscape-extension>
2         <_name>uninstall/remove</_name>
3   <id>jessyink.uninstall</id>
4   <dependency type="executable" location="extensions">inkex.py</dependency>
5   <dependency type="executable" location="extensions">jessyInk_uninstall.py</dependency>
6   <param name="tab" type="notebook">
7     <page name="options" _gui-text="Options">
8                         <param name="label" type="description">Please select the parts of JessyInk you want to uninstall/remove.</param>
9                         <param name="remove_script" type="boolean" _gui-text="Remove script">true</param>
10                         <param name="remove_effects" type="boolean" _gui-text="Remove effects">true</param>
11                         <param name="remove_masterSlide" type="boolean" _gui-text="Remove master slide assignment">true</param>
12                         <param name="remove_transitions" type="boolean" _gui-text="Remove transitions">true</param>
13                         <param name="remove_autoTexts" type="boolean" _gui-text="Remove auto-texts">true</param>
14                         <param name="remove_views" type="boolean" _gui-text="Remove views">true</param>
15                 </page>
16     <page name="help" _gui-text="Help">
17                         <param name="help_text" type="description">This extensions allows you to uninstall the JessyInk script. Please see code.google.com/p/jessyink for more details.
18                         </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>