Code

Adding JessyInk 1.5.1 extension set by Hannes Hochreiner
[inkscape.git] / share / extensions / jessyInk_summary.inx
1 <inkscape-extension>
2   <_name>summary</_name>
3   <id>jessyink.summary</id>
4   <dependency type="executable" location="extensions">inkex.py</dependency>
5   <dependency type="executable" location="extensions">jessyInk_summary.py</dependency>
6   <param name="tab" type="notebook">
7     <page name="help" _gui-text="Help">
8                         <param name="help_text" type="description">This extensions allows you to obtain information about the JessyInk script, effects and transitions contained in this SVG file. Please see code.google.com/p/jessyink for more details.
9                         </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_summary.py</command>
20   </script>
21 </inkscape-extension>