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 / dia.inx < prev    next >
Extensible Markup Language  |  2011-07-08  |  981b  |  17 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  3.     <_name>Dia Input</_name>
  4.     <id>org.inkscape.input.dia</id>
  5.     <dependency type="executable" location="extensions" _description="The dia2svg.sh script should be installed with your Inkscape distribution.  If you do not have it, there is likely to be something wrong with your Inkscape installation.">dia2svg.sh</dependency>
  6.     <dependency type="executable" _description="In order to import Dia files, Dia itself must be installed.  You can get Dia at http://live.gnome.org/Dia">dia</dependency>
  7.     <input>
  8.         <extension>.dia</extension>
  9.         <mimetype>application/x-dia</mimetype>
  10.         <_filetypename>Dia Diagram (*.dia)</_filetypename>
  11.         <_filetypetooltip>A diagram created with the program Dia</_filetypetooltip>
  12.     </input>
  13.     <script>
  14.         <command reldir="extensions">dia2svg.sh</command>
  15.     </script>
  16. </inkscape-extension>
  17.