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 / jessyInk_install.inx < prev    next >
Extensible Markup Language  |  2011-07-08  |  1KB  |  24 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  3.   <_name>Install/update</_name>
  4.   <id>jessyink.install</id>
  5.   <dependency type="executable" location="extensions">inkex.py</dependency>
  6.   <dependency type="executable" location="extensions">jessyInk_install.py</dependency>
  7.   <dependency type="executable" location="extensions">jessyInk.js</dependency>
  8.   <param name="tab" type="notebook">
  9.     <page name="help" _gui-text="Help">
  10.             <_param name="help_text" type="description">This extension allows you to install or update the JessyInk script in order to turn your SVG file into a presentation. Please see code.google.com/p/jessyink for more details.</_param>
  11.     </page>
  12.     </param>
  13.   <effect>
  14.     <object-type>all</object-type>
  15.       <effects-menu>
  16.         <submenu _name="JessyInk"/>
  17.       </effects-menu>
  18.   </effect>
  19.   <script>
  20.     <command reldir="extensions" interpreter="python">jessyInk_install.py</command>
  21.   </script>
  22. </inkscape-extension>
  23.  
  24.