Code

Prune initial timer work.
[inkscape.git] / share / extensions / lorem_ipsum.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3         <_name>Lorem ipsum</_name>
4         <id>com.kaioa.lorem_ipsum</id>
5         <dependency type="executable" location="extensions">lorem_ipsum.py</dependency>
6         <dependency type="executable" location="extensions">inkex.py</dependency>
7         <param name="tab" type="notebook">
8         <page name="Options" _gui-text="Options">
9                 <param name="num" type="int" min="1" max="1000" _gui-text="Number of paragraphs:">5</param>
10                 <param name="sentencecount" type="int" min="2" max="100" _gui-text="Sentences per paragraph:">16</param>
11                 <param name="fluctuation" type="int" min="1" max="100" _gui-text="Paragraph length fluctuation (sentences):">4</param>
12         </page>
13         <page name="Help" _gui-text="Help">
14             <_param name="title" type="description">This effect creates the standard "Lorem Ipsum" pseudolatin placeholder text. If a flowed text is selected, Lorem Ipsum is added to it; otherwise a new flowed text object, the size of the page, is created in a new layer.</_param>
15         </page>
16     </param>
17     <effect>
18         <object-type>all</object-type>
19         <effects-menu>
20             <submenu _name="Text"/>
21         </effects-menu>
22     </effect>
23     <script>
24         <command reldir="extensions" interpreter="python">lorem_ipsum.py</command>
25     </script>
26 </inkscape-extension>