forked from JensBee/rePresent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rePresent_export.inx
20 lines (20 loc) · 1.06 KB
/
rePresent_export.inx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>rePresent presentation export</_name>
<id>net.jens-bertram.represent.export</id>
<dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
<dependency type="executable" location="extensions">rePresent/export.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<dependency type="executable" location="extensions">rePresent/inkinkex.py</dependency>
<output>
<extension>.svg</extension>
<mimetype>application/x-zip</mimetype>
<_filetypename>rePresent presentation (*.svg)</_filetypename>
<_filetypetooltip>Creates a svg file containing all slides of a rePresent presentation and with the needed scripts to run inside a webbrowser.</_filetypetooltip>
<dataloss>TRUE</dataloss>
</output>
<script>
<command reldir="extensions" interpreter="python">rePresent/export.py</command>
<helper_extension>org.inkscape.output.svg.inkscape</helper_extension>
</script>
</inkscape-extension>