lorem_ipsum.inx revision 8b56a29ff1d9a47fbe0eaccd26bac543e07811f4
<inkscape-extension>
<_name>Lorem ipsum</_name>
<id>com.kaioa.lorem_ipsum</id>
<dependency type="executable" location="extensions">lorem_ipsum.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<param name="num" type="int" min="1" max="1000" _gui-text="Number of paragraphs">5</param>
<param name="sentencecount" type="int" min="2" max="100" _gui-text="Sentences per paragraph">16</param>
<param name="fluctuation" type="int" min="1" max="100" _gui-text="Paragraph length fluctuation (sentences)">4</param>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu _name="Render"/>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">lorem_ipsum.py</command>
</script>
</inkscape-extension>