summaryrefslogtreecommitdiff
path: root/templates/input.inx
diff options
context:
space:
mode:
Diffstat (limited to 'templates/input.inx')
-rw-r--r--templates/input.inx15
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/input.inx b/templates/input.inx
deleted file mode 100644
index 5f4a4610..00000000
--- a/templates/input.inx
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <name>{{ format | upper }} file input</name>
- <id>org.inkstitch.input.{{ format }}.{{ locale }}</id>
- <input>
- <extension>.{{ format }}</extension>
- <mimetype>application/x-embroidery-{{ format }}</mimetype>
- <_filetypename>Ink/Stitch: {{ _(description) }} (.{{ format }})</_filetypename>
- <_filetypetooltip>{{ _("convert %(file_extension)s file to Ink/Stitch manual-stitch paths") % dict(file_extension=format.upper()) }}</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- {{ command_tag | safe }}
- </script>
-</inkscape-extension>