summaryrefslogtreecommitdiffstats
path: root/share/extensions/jessyink_summary.inx
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:24:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:24:48 +0000
commitcca66b9ec4e494c1d919bff0f71a820d8afab1fa (patch)
tree146f39ded1c938019e1ed42d30923c2ac9e86789 /share/extensions/jessyink_summary.inx
parentInitial commit. (diff)
downloadinkscape-cca66b9ec4e494c1d919bff0f71a820d8afab1fa.tar.xz
inkscape-cca66b9ec4e494c1d919bff0f71a820d8afab1fa.zip
Adding upstream version 1.2.2.upstream/1.2.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/extensions/jessyink_summary.inx')
-rw-r--r--share/extensions/jessyink_summary.inx20
1 files changed, 20 insertions, 0 deletions
diff --git a/share/extensions/jessyink_summary.inx b/share/extensions/jessyink_summary.inx
new file mode 100644
index 0000000..3a6b688
--- /dev/null
+++ b/share/extensions/jessyink_summary.inx
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Summary</name>
+ <id>jessyink.summary</id>
+ <param name="tab" type="notebook">
+ <page name="help" gui-text="Help">
+ <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>
+ </page>
+ </param>
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu name="JessyInk"/>
+ </effects-menu>
+ </effect>
+ <script>
+ <command location="inx" interpreter="python">jessyink_summary.py</command>
+ </script>
+</inkscape-extension>
+