home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Inkscape / Inkscape-0.48.2-1-win32.exe / share / extensions / lorem_ipsum.inx < prev    next >
Extensible Markup Language  |  2011-07-08  |  1KB  |  21 lines

  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="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>
  8.     <param name="num" type="int" min="1" max="1000" _gui-text="Number of paragraphs">5</param>
  9.     <param name="sentencecount" type="int" min="2" max="100" _gui-text="Sentences per paragraph">16</param>
  10.     <param name="fluctuation" type="int" min="1" max="100" _gui-text="Paragraph length fluctuation (sentences)">4</param>
  11.     <effect>
  12.         <object-type>all</object-type>
  13.         <effects-menu>
  14.             <submenu _name="Text"/>
  15.         </effects-menu>
  16.     </effect>
  17.     <script>
  18.         <command reldir="extensions" interpreter="python">lorem_ipsum.py</command>
  19.     </script>
  20. </inkscape-extension>
  21.