Code

AI8 and below import now works with uniconvertor
authorJazzyNico <nicoduf@yahoo.fr>
Sat, 9 Jan 2010 11:06:31 +0000 (12:06 +0100)
committerJazzyNico <nicoduf@yahoo.fr>
Sat, 9 Jan 2010 11:06:31 +0000 (12:06 +0100)
share/extensions/ai_input.inx

index adc79dc5c481441a5beae599f8a4693ce85e5557..a488258400b2215408edead60c88ac492468446a 100644 (file)
@@ -1,18 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
     <_name>AI 8.0 Input</_name>
-    <id>org.inkscape.input.ai</id>
-    <dependency type="executable" location="path">perl</dependency>
-    <dependency type="executable" location="extensions">ill2svg.pl</dependency>
+    <id>org.inkscape.input.ai8</id>
+    <dependency type="executable" location="extensions">uniconv-ext.py</dependency>
     <input>
         <extension>.ai</extension>
         <mimetype>image/x-adobe-illustrator</mimetype>
         <_filetypename>Adobe Illustrator 8.0 and below (*.ai)</_filetypename>
         <_filetypetooltip>Open files saved with Adobe Illustrator 8.0 or
         older</_filetypetooltip>
-        <output_extension>org.inkscape.output.ai</output_extension>
     </input>
     <script>
-        <command reldir="extensions" interpreter="perl">ill2svg.pl</command>
+        <command reldir="extensions" interpreter="python">uniconv-ext.py</command>
     </script>
 </inkscape-extension>