Code

svn propset svn:eol-style native *.inx
[inkscape.git] / share / extensions / lorem_ipsum.inx
1 <inkscape-extension>
2         <_name>Lorem ipsum</_name>
3         <id>com.kaioa.lorem_ipsum</id>
4         <dependency type="executable" location="extensions">lorem_ipsum.py</dependency>
5         <dependency type="executable" location="extensions">inkex.py</dependency>
6   <_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>
7         <param name="num" type="int" min="1" max="1000" _gui-text="Number of paragraphs">5</param>
8         <param name="sentencecount" type="int" min="2" max="100" _gui-text="Sentences per paragraph">16</param>
9         <param name="fluctuation" type="int" min="1" max="100" _gui-text="Paragraph length fluctuation (sentences)">4</param>
10     <effect>
11         <object-type>all</object-type>
12         <effects-menu>
13             <submenu _name="Text"/>
14         </effects-menu>
15     </effect>
16     <script>
17         <command reldir="extensions" interpreter="python">lorem_ipsum.py</command>
18     </script>
19 </inkscape-extension>