Code

Simple first pass for rough timing
[inkscape.git] / share / extensions / jessyInk_summary.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3   <_name>Summary</_name>
4   <id>jessyink.summary</id>
5   <dependency type="executable" location="extensions">inkex.py</dependency>
6   <dependency type="executable" location="extensions">jessyInk_summary.py</dependency>
7   <param name="tab" type="notebook">
8     <page name="help" _gui-text="Help">
9                         <_param name="help_text" type="description">This extension 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.
10                         </_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_summary.py</command>
21   </script>
22 </inkscape-extension>