Code

Translations. French translation minor update.
[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="tab" type="notebook">
9         <page name="Options" _gui-text="Options">
10             <param name="dir" type="string" _gui-text="Directory path to export:"></param>
11             <param name="create-dir" type="boolean" _gui-text="Create directory, if it does not exists">false</param>
12             <param name="with-code" type="boolean" _gui-text="With HTML and CSS">true</param>
13         </page>
14         <page name="Help" _gui-text="Help">
15             <_param name="about" type="description">All sliced images, and optionaly code, will be generated as you had configured and saved to one directory.</_param>
16         </page>
17     </param>
18     <effect needs-live-preview="false">
19     <object-type>all</object-type>
20     <effects-menu>
21         <submenu _name="Web">
22             <submenu name="Slicer"/>
23         </submenu>
24     </effects-menu>
25     </effect>
26     <script>
27         <command reldir="extensions" interpreter="python">webslicer_export.py</command>
28     </script>
29 </inkscape-extension>