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  <param name="tab" type="notebook">
6    <page name="help" gui-text="Help">
7            <label>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.</label>
8    </page>
9    </param>
10  <effect>
11    <object-type>all</object-type>
12      <effects-menu>
13        <submenu name="JessyInk"/>
14      </effects-menu>
15  </effect>
16  <script>
17    <command location="inx" interpreter="python">jessyink_summary.py</command>
18  </script>
19</inkscape-extension>
20
21