odd_input.inx 530 B

123456789101112131415
  1. <inkscape-extension>
  2. <name>Oddwiki Input</name>
  3. <id>org.inkscape.input.odd</id>
  4. <dependency type="executable" location="extensions">oddmuse2svg.sh</dependency>
  5. <input>
  6. <extension>.odd</extension>
  7. <mimetype>text/plain</mimetype>
  8. <filetypename>Oddmuse Wiki GET (*.odd)</filetypename>
  9. <filetypetooltip>Oddmuse Wiki proxy (SVG, PNG of Drawing)</filetypetooltip>
  10. </input>
  11. <script>
  12. <command reldir="extensions">oddmuse2svg.sh</command>
  13. </script>
  14. </inkscape-extension>