summaryrefslogtreecommitdiff
path: root/templates/about.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/about.xml')
-rw-r--r--templates/about.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/templates/about.xml b/templates/about.xml
new file mode 100644
index 00000000..68609d95
--- /dev/null
+++ b/templates/about.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>{% trans %}About{% endtrans %}</name>
+ <id>org.inkstitch.about.{{ locale }}</id>
+ <param type="notebook" name="about-tabs" indent="1">
+ <page name="about" gui-text="{% trans %}About{% endtrans %}">
+ <image>{{ image_path }}inkstitch_colour_logo.svg</image>
+ <label indent="1" appearance="header">Ink/Stitch - {{ inkstitch_version }}</label>
+ <separator/>
+ <label indent="1">{% trans %}An open-source machine embroidery design platform based on Inkscape.{% endtrans %}</label>
+ <separator/>
+ <spacer/>
+ <label indent="1" appearance="url">https://inkstitch.org</label>
+ </page>
+ <page name="license" gui-text="{%trans %}License{% endtrans %}">
+ <param name="license-text" type="description" xml:space="preserve">
+{{ inkstitch_license }}
+ </param>
+ </page>
+ </param>
+ <effect needs-live-preview="false" needs-document="false">
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu name="Ink/Stitch">
+ </submenu>
+ </effects-menu>
+ </effect>
+</inkscape-extension>