home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Inkscape / Inkscape-0.48.2-1-win32.exe / share / extensions / cdr_input.inx < prev    next >
Extensible Markup Language  |  2011-07-08  |  816b  |  18 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  3.     <_name>Corel DRAW Input</_name>
  4.     <id>org.inkscape.input.cdr</id>
  5.     <!-- the uniconv or uniconvertor dependency will be tested by uniconv-ext.py -->
  6.     <dependency type="executable" location="extensions">uniconv-ext.py</dependency>
  7.     <input>
  8.         <extension>.cdr</extension>
  9.         <mimetype>image/x-xcdr</mimetype>
  10.         <_filetypename>Corel DRAW 7-X4 files (*.cdr)</_filetypename>
  11.         <_filetypetooltip>Open files saved in Corel DRAW 7-X4</_filetypetooltip>
  12.         <output_extension>org.inkscape.output.cdr</output_extension>
  13.     </input>
  14.     <script>
  15.         <command reldir="extensions" interpreter="python">uniconv-ext.py</command>
  16.     </script>
  17. </inkscape-extension>
  18.