Code

Fixed const/non-const mismatch loop.
[inkscape.git] / share / extensions / jessyInk_install.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3   <_name>Install/update</_name>
4   <id>jessyink.install</id>
5   <dependency type="executable" location="extensions">inkex.py</dependency>
6   <dependency type="executable" location="extensions">jessyInk_install.py</dependency>
7   <dependency type="executable" location="extensions">jessyInk.js</dependency>
8   <param name="tab" type="notebook">
9     <page name="help" _gui-text="Help">
10                         <_param name="help_text" type="description">This extension allows you to install or update the JessyInk script in order to turn your SVG file into a presentation. Please see code.google.com/p/jessyink for more details.</_param>
11     </page>
12         </param>
13   <effect>
14     <object-type>all</object-type>
15       <effects-menu>
16         <submenu _name="JessyInk"/>
17       </effects-menu>
18   </effect>
19   <script>
20     <command reldir="extensions" interpreter="python">jessyInk_install.py</command>
21   </script>
22 </inkscape-extension>