Code

webslicer effects now extends a commom WebSlicer_Effect class
[inkscape.git] / share / extensions / webslicer_export.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3   <_name>Export layout pieces and HTML+CSS code</_name>
4   <id>org.inkscape.web.slicer.export</id>
5   <dependency type="executable" location="extensions">webslicer_effect.py</dependency>
6   <dependency type="executable" location="extensions">webslicer_export.py</dependency>
7   <dependency type="executable" location="extensions">inkex.py</dependency>
8   <_param name="about" type="description">All sliced images, and optionaly code, will be generated as you had configured and saved to one directory.</_param>
9   <param name="dir" type="string" _gui-text="Directory path to export"></param>
10   <param name="with-code" type="boolean" _gui-text="With HTML and CSS">true</param>
11   <effect needs-live-preview="false">
12     <object-type>all</object-type>
13     <effects-menu>
14       <submenu _name="Web">
15         <submenu name="Slicer"/>
16       </submenu>
17     </effects-menu>
18   </effect>
19   <script>
20     <command reldir="extensions" interpreter="python">webslicer_export.py</command>
21   </script>
22 </inkscape-extension>