summaryrefslogtreecommitdiffstats
path: root/share/extensions/jessyInk_summary.inx
blob: 37bc206fc78fd651bfa54d663258634444a27495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  <_name>Summary</_name>
  <id>jessyink.summary</id>
  <dependency type="executable" location="extensions">inkex.py</dependency>
  <dependency type="executable" location="extensions">jessyInk_summary.py</dependency>
  <param name="tab" type="notebook">
    <page name="help" _gui-text="Help">
			<_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.</_param>
    </page>
	</param>
  <effect>
    <object-type>all</object-type>
      <effects-menu>
        <submenu _name="JessyInk"/>
      </effects-menu>
  </effect>
  <script>
    <command reldir="extensions" interpreter="python">jessyInk_summary.py</command>
  </script>
</inkscape-extension>