Code

Adding JessyInk 1.5.1 extension set by Hannes Hochreiner
[inkscape.git] / share / extensions / jessyInk_install.inx
1 <inkscape-extension>
2   <_name>install/update</_name>
3   <id>jessyink.install</id>
4   <dependency type="executable" location="extensions">inkex.py</dependency>
5   <dependency type="executable" location="extensions">jessyInk_install.py</dependency>
6   <dependency type="executable" location="extensions">jessyInk.js</dependency>
7   <param name="tab" type="notebook">
8     <page name="help" _gui-text="Help">
9                         <param name="help_text" type="description">This extensions 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>
10     </page>
11         </param>
12   <effect>
13     <object-type>all</object-type>
14       <effects-menu>
15         <submenu _name="JessyInk"/>
16       </effects-menu>
17   </effect>
18   <script>
19     <command reldir="extensions" interpreter="python">jessyInk_install.py</command>
20   </script>
21 </inkscape-extension>