File: top_input.inx

package info (click to toggle)
inkscape-speleo 1.8-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 252 kB
  • sloc: python: 3,059; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 644 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<!--
Copyright (C) 2018 Thomas Holder, https://github.com/speleo3
Distributed under BSD-2-Clause license terms
-->
  <_name>PocketTopo Input</_name>
  <id>speleo.input.top</id>
  <input>
    <extension>.top</extension>
    <mimetype>application/x-pockettopo-top</mimetype>
    <filetypename>PocketTopo (*.top)</filetypename>
  </input>
  <param name="dump" type="string" gui-hidden="true">svg</param>
  <script>
    <command reldir="extensions" interpreter="python">topreader.py</command>
  </script>
</inkscape-extension>