diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-03-29 10:28:49 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-03-29 10:28:49 +0000 |
| commit | 46b63733a4e8f64404f4d28814ca1b52738e9021 (patch) | |
| tree | 2da14ee26af6ff02945f6fdfe19733dd16a7e277 | |
| parent | svn propset svn:eol-style native *.py (diff) | |
| download | inkscape-46b63733a4e8f64404f4d28814ca1b52738e9021.tar.gz inkscape-46b63733a4e8f64404f4d28814ca1b52738e9021.zip | |
svn propset svn:eol-style native *.inx
(bzr r5229)
33 files changed, 586 insertions, 586 deletions
diff --git a/share/extensions/color_brighter.inx b/share/extensions/color_brighter.inx index 48c7f5c91..e91428ef5 100644 --- a/share/extensions/color_brighter.inx +++ b/share/extensions/color_brighter.inx @@ -1,16 +1,16 @@ -<inkscape-extension>
- <_name>Brighter</_name>
- <id>org.inkscape.color.brighter</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_brighter.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_brighter.py</command>
- </script>
+<inkscape-extension> + <_name>Brighter</_name> + <id>org.inkscape.color.brighter</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_brighter.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_brighter.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/color_custom.inx b/share/extensions/color_custom.inx index 211ecb315..6ec34e64d 100644 --- a/share/extensions/color_custom.inx +++ b/share/extensions/color_custom.inx @@ -1,19 +1,19 @@ -<inkscape-extension>
- <_name>Custom</_name>
- <id>org.inkscape.color.custom</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_custom.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <param name="r" type="string" _gui-text="Red Function">r</param>
- <param name="g" type="string" _gui-text="Green Function">g</param>
- <param name="b" type="string" _gui-text="Blue Function">b</param>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_custom.py</command>
- </script>
-</inkscape-extension>
+<inkscape-extension> + <_name>Custom</_name> + <id>org.inkscape.color.custom</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_custom.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <param name="r" type="string" _gui-text="Red Function">r</param> + <param name="g" type="string" _gui-text="Green Function">g</param> + <param name="b" type="string" _gui-text="Blue Function">b</param> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_custom.py</command> + </script> +</inkscape-extension> diff --git a/share/extensions/color_darker.inx b/share/extensions/color_darker.inx index 0408c788e..40cc78d8b 100644 --- a/share/extensions/color_darker.inx +++ b/share/extensions/color_darker.inx @@ -1,16 +1,16 @@ -<inkscape-extension>
- <_name>Darker</_name>
- <id>org.inkscape.color.darker</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_darker.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_darker.py</command>
- </script>
+<inkscape-extension> + <_name>Darker</_name> + <id>org.inkscape.color.darker</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_darker.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_darker.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/color_desaturate.inx b/share/extensions/color_desaturate.inx index 5e25db525..80d54cdba 100644 --- a/share/extensions/color_desaturate.inx +++ b/share/extensions/color_desaturate.inx @@ -1,16 +1,16 @@ -<inkscape-extension>
- <_name>Desaturate</_name>
- <id>org.inkscape.color.desaturate</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_desaturate.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_desaturate.py</command>
- </script>
+<inkscape-extension> + <_name>Desaturate</_name> + <id>org.inkscape.color.desaturate</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_desaturate.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_desaturate.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/color_grayscale.inx b/share/extensions/color_grayscale.inx index d90ea8f3e..ee3acf782 100644 --- a/share/extensions/color_grayscale.inx +++ b/share/extensions/color_grayscale.inx @@ -1,16 +1,16 @@ -<inkscape-extension>
- <_name>Grayscale</_name>
- <id>org.inkscape.color.grayscale</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_grayscale.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_grayscale.py</command>
- </script>
+<inkscape-extension> + <_name>Grayscale</_name> + <id>org.inkscape.color.grayscale</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_grayscale.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_grayscale.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/color_lesshue.inx b/share/extensions/color_lesshue.inx index 453302650..e285bf93e 100644 --- a/share/extensions/color_lesshue.inx +++ b/share/extensions/color_lesshue.inx @@ -1,16 +1,16 @@ -<inkscape-extension>
- <_name>Less Hue</_name>
- <id>org.inkscape.color.lesshue</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_lesshue.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_lesshue.py</command>
- </script>
+<inkscape-extension> + <_name>Less Hue</_name> + <id>org.inkscape.color.lesshue</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_lesshue.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_lesshue.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/color_lesslight.inx b/share/extensions/color_lesslight.inx index bf0989257..66b9be11a 100644 --- a/share/extensions/color_lesslight.inx +++ b/share/extensions/color_lesslight.inx @@ -1,16 +1,16 @@ -<inkscape-extension>
- <_name>Less Light</_name>
- <id>org.inkscape.color.lesslight</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_lesslight.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_lesslight.py</command>
- </script>
+<inkscape-extension> + <_name>Less Light</_name> + <id>org.inkscape.color.lesslight</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_lesslight.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_lesslight.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/color_lesssaturation.inx b/share/extensions/color_lesssaturation.inx index aa96cf14f..860dcd12b 100644 --- a/share/extensions/color_lesssaturation.inx +++ b/share/extensions/color_lesssaturation.inx @@ -1,16 +1,16 @@ -<inkscape-extension>
- <_name>Less Saturation</_name>
- <id>org.inkscape.color.lesssaturation</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_lesssaturation.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_lesssaturation.py</command>
- </script>
+<inkscape-extension> + <_name>Less Saturation</_name> + <id>org.inkscape.color.lesssaturation</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_lesssaturation.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_lesssaturation.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/color_morehue.inx b/share/extensions/color_morehue.inx index 76300ab78..6fe3ac785 100644 --- a/share/extensions/color_morehue.inx +++ b/share/extensions/color_morehue.inx @@ -1,16 +1,16 @@ -<inkscape-extension>
- <_name>More Hue</_name>
- <id>org.inkscape.color.morehue</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_morehue.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_morehue.py</command>
- </script>
+<inkscape-extension> + <_name>More Hue</_name> + <id>org.inkscape.color.morehue</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_morehue.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_morehue.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/color_morelight.inx b/share/extensions/color_morelight.inx index 8b97adf22..cefd3c0b6 100644 --- a/share/extensions/color_morelight.inx +++ b/share/extensions/color_morelight.inx @@ -1,16 +1,16 @@ -<inkscape-extension>
- <_name>More Light</_name>
- <id>org.inkscape.color.morelight</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_morelight.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_morelight.py</command>
- </script>
+<inkscape-extension> + <_name>More Light</_name> + <id>org.inkscape.color.morelight</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_morelight.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_morelight.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/color_moresaturation.inx b/share/extensions/color_moresaturation.inx index 0c4a0bfa9..ab5898ec4 100644 --- a/share/extensions/color_moresaturation.inx +++ b/share/extensions/color_moresaturation.inx @@ -1,16 +1,16 @@ -<inkscape-extension>
- <_name>More Saturation</_name>
- <id>org.inkscape.color.moresaturation</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_moresaturation.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_moresaturation.py</command>
- </script>
+<inkscape-extension> + <_name>More Saturation</_name> + <id>org.inkscape.color.moresaturation</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_moresaturation.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_moresaturation.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/color_negative.inx b/share/extensions/color_negative.inx index bdf0f4cb0..5651d8483 100644 --- a/share/extensions/color_negative.inx +++ b/share/extensions/color_negative.inx @@ -1,16 +1,16 @@ -<inkscape-extension>
- <_name>Negative</_name>
- <id>org.inkscape.color.negative</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_negative.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_negative.py</command>
- </script>
+<inkscape-extension> + <_name>Negative</_name> + <id>org.inkscape.color.negative</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_negative.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_negative.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/color_randomize.inx b/share/extensions/color_randomize.inx index c92bef4f2..43b923fd6 100644 --- a/share/extensions/color_randomize.inx +++ b/share/extensions/color_randomize.inx @@ -1,19 +1,19 @@ -<inkscape-extension>
- <_name>Randomize</_name>
- <id>org.inkscape.color.randomize</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_randomize.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <param name="hue" type="boolean" _gui-text="Hue">true</param>
- <param name="saturation" type="boolean" _gui-text="Saturation">true</param>
- <param name="lightness" type="boolean" _gui-text="Lightness">true</param>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_randomize.py</command>
- </script>
+<inkscape-extension> + <_name>Randomize</_name> + <id>org.inkscape.color.randomize</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_randomize.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <param name="hue" type="boolean" _gui-text="Hue">true</param> + <param name="saturation" type="boolean" _gui-text="Saturation">true</param> + <param name="lightness" type="boolean" _gui-text="Lightness">true</param> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_randomize.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/color_removeblue.inx b/share/extensions/color_removeblue.inx index db3062ff5..898bcf973 100644 --- a/share/extensions/color_removeblue.inx +++ b/share/extensions/color_removeblue.inx @@ -1,16 +1,16 @@ -<inkscape-extension>
- <_name>Remove Blue</_name>
- <id>org.inkscape.color.removeblue</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_removeblue.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_removeblue.py</command>
- </script>
+<inkscape-extension> + <_name>Remove Blue</_name> + <id>org.inkscape.color.removeblue</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_removeblue.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_removeblue.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/color_removegreen.inx b/share/extensions/color_removegreen.inx index 2e70dea29..6ba2c5694 100644 --- a/share/extensions/color_removegreen.inx +++ b/share/extensions/color_removegreen.inx @@ -1,16 +1,16 @@ -<inkscape-extension>
- <_name>Remove Green</_name>
- <id>org.inkscape.color.removegreen</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_removegreen.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_removegreen.py</command>
- </script>
+<inkscape-extension> + <_name>Remove Green</_name> + <id>org.inkscape.color.removegreen</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_removegreen.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_removegreen.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/color_removered.inx b/share/extensions/color_removered.inx index 1565fc676..110a20c97 100644 --- a/share/extensions/color_removered.inx +++ b/share/extensions/color_removered.inx @@ -1,16 +1,16 @@ -<inkscape-extension>
- <_name>Remove Red</_name>
- <id>org.inkscape.color.removered</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_removered.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_removered.py</command>
- </script>
+<inkscape-extension> + <_name>Remove Red</_name> + <id>org.inkscape.color.removered</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_removered.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_removered.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/color_replace.inx b/share/extensions/color_replace.inx index 21816f015..c50b12811 100644 --- a/share/extensions/color_replace.inx +++ b/share/extensions/color_replace.inx @@ -1,18 +1,18 @@ -<inkscape-extension>
- <_name>Replace color</_name>
- <id>org.inkscape.color.replacecolor</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_replace.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
+<inkscape-extension> + <_name>Replace color</_name> + <id>org.inkscape.color.replacecolor</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_replace.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> <param name="from_color" type="string" _gui-text="Replace color (RRGGBB hex):">000000</param> <param name="to_color" type="string" _gui-text="By color (RRGGBB hex):">000000</param> - <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_replace.py</command>
- </script>
+ <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_replace.py</command> + </script> </inkscape-extension> diff --git a/share/extensions/color_rgbbarrel.inx b/share/extensions/color_rgbbarrel.inx index 79d2fbc7d..11fbf26b2 100644 --- a/share/extensions/color_rgbbarrel.inx +++ b/share/extensions/color_rgbbarrel.inx @@ -1,16 +1,16 @@ -<inkscape-extension>
- <_name>RGB Barrel</_name>
- <id>org.inkscape.color.rgbbarrel</id>
- <dependency type="executable" location="extensions">coloreffect.py</dependency>
- <dependency type="executable" location="extensions">color_rgbbarrel.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Color"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">color_rgbbarrel.py</command>
- </script>
+<inkscape-extension> + <_name>RGB Barrel</_name> + <id>org.inkscape.color.rgbbarrel</id> + <dependency type="executable" location="extensions">coloreffect.py</dependency> + <dependency type="executable" location="extensions">color_rgbbarrel.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Color"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">color_rgbbarrel.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/export_gimp_palette.inx b/share/extensions/export_gimp_palette.inx index e4c4b419b..bad53b91f 100644 --- a/share/extensions/export_gimp_palette.inx +++ b/share/extensions/export_gimp_palette.inx @@ -1,15 +1,15 @@ -<inkscape-extension>
- <_name>Export as GIMP Palette</_name>
- <id>com.kaioa.export_gimp_palette</id>
- <dependency type="executable" location="extensions">export_gimp_palette.py</dependency>
- <dependency type="executable" location="extensions">simplestyle.py</dependency>
- <output>
- <extension>.gpl</extension>
- <mimetype>text/plain</mimetype>
- <_filetypename>GIMP Palette (*.gpl)</_filetypename>
- <_filetypetooltip>Exports the colors of this document as GIMP Palette</_filetypetooltip>
- </output>
- <script>
- <command reldir="extensions" interpreter="python">export_gimp_palette.py</command>
- </script>
+<inkscape-extension> + <_name>Export as GIMP Palette</_name> + <id>com.kaioa.export_gimp_palette</id> + <dependency type="executable" location="extensions">export_gimp_palette.py</dependency> + <dependency type="executable" location="extensions">simplestyle.py</dependency> + <output> + <extension>.gpl</extension> + <mimetype>text/plain</mimetype> + <_filetypename>GIMP Palette (*.gpl)</_filetypename> + <_filetypetooltip>Exports the colors of this document as GIMP Palette</_filetypetooltip> + </output> + <script> + <command reldir="extensions" interpreter="python">export_gimp_palette.py</command> + </script> </inkscape-extension>
\ No newline at end of file diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx index 11250c7c3..a902fa28a 100644 --- a/share/extensions/funcplot.inx +++ b/share/extensions/funcplot.inx @@ -1,53 +1,53 @@ -<inkscape-extension>
- <_name>Function Plotter</_name>
- <id>org.inkscape.effect.funcplot</id>
- <dependency type="executable" location="extensions">funcplot.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="tab" type="notebook">
- <page name="sampling" _gui-text="Range and Sampling">
- <param name="xstart" type="float" min="-1000.0" max="1000.0" _gui-text="Start x-value">0.0</param>
- <param name="xend" type="float" min="-1000.0" max="1000.0" _gui-text="End x-value">1.0</param>
- <param name="times2pi" type="boolean" _gui-text="Multiply x-range by 2*pi">false</param>
- <param name="ybottom" type="float" min="-1000.0" max="1000.0" _gui-text="y-value of rectangle's bottom">0.0</param>
- <param name="ytop" type="float" min="-1000.0" max="1000.0" _gui-text="y-value of rectangle's top">1.0</param>
- <param name="samples" type="int" min="2" max="1000" _gui-text="Samples">8</param>
- <param name="isoscale" type="boolean" _gui-text="Isotropic scaling (uses smallest: width/xrange or height/yrange)">false</param>
- <param name="polar" type="boolean" _gui-text="Use polar coordinates">true</param>
- </page>
- <page name="use" _gui-text="Use">
- <_param name="funcplotuse" type="description">Select a rectangle before calling effect.
-Rectangle determines x and y scales.
-
-With polar coordinates:
- Start and End x-values define the angle range in radians.
- x scale is set so left and right edges of rectangle are at +/-1.
- Isotropic scaling is disabled.
- First derivative is always determined numerically.</_param>
- </page>
- <page name="desc" _gui-text="Functions">
- <_param name="pythonfunctions" type="description">Standard python math functions are available:
-
-ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i);
-modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x);
-acos(x); asin(x); atan(x); atan2(y,x); hypot(x,y);
-cos(x); sin(x); tan(x); degrees(x); radians(x);
-cosh(x); sinh(x); tanh(x).
-
-The constants pi and e are also available. </_param>
- </page>
- </param>
- <param name="fofx" type="string" _gui-text="Function">exp(-x*x)</param>
- <param name="fponum" type="boolean" _gui-text="Calculate first derivative numerically">true</param>
- <param name="fpofx" type="string" _gui-text="First derivative">x</param>
- <param name="remove" type="boolean" _gui-text="Remove rectangle">true</param>
- <param name="drawaxis" type="boolean" _gui-text="Draw Axes">false</param>
- <effect>
- <object-type>rect</object-type>
- <effects-menu>
- <submenu _name="Render"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">funcplot.py</command>
- </script>
-</inkscape-extension>
+<inkscape-extension> + <_name>Function Plotter</_name> + <id>org.inkscape.effect.funcplot</id> + <dependency type="executable" location="extensions">funcplot.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <param name="tab" type="notebook"> + <page name="sampling" _gui-text="Range and Sampling"> + <param name="xstart" type="float" min="-1000.0" max="1000.0" _gui-text="Start x-value">0.0</param> + <param name="xend" type="float" min="-1000.0" max="1000.0" _gui-text="End x-value">1.0</param> + <param name="times2pi" type="boolean" _gui-text="Multiply x-range by 2*pi">false</param> + <param name="ybottom" type="float" min="-1000.0" max="1000.0" _gui-text="y-value of rectangle's bottom">0.0</param> + <param name="ytop" type="float" min="-1000.0" max="1000.0" _gui-text="y-value of rectangle's top">1.0</param> + <param name="samples" type="int" min="2" max="1000" _gui-text="Samples">8</param> + <param name="isoscale" type="boolean" _gui-text="Isotropic scaling (uses smallest: width/xrange or height/yrange)">false</param> + <param name="polar" type="boolean" _gui-text="Use polar coordinates">true</param> + </page> + <page name="use" _gui-text="Use"> + <_param name="funcplotuse" type="description">Select a rectangle before calling effect. +Rectangle determines x and y scales. + +With polar coordinates: + Start and End x-values define the angle range in radians. + x scale is set so left and right edges of rectangle are at +/-1. + Isotropic scaling is disabled. + First derivative is always determined numerically.</_param> + </page> + <page name="desc" _gui-text="Functions"> + <_param name="pythonfunctions" type="description">Standard python math functions are available: + +ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i); +modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x); +acos(x); asin(x); atan(x); atan2(y,x); hypot(x,y); +cos(x); sin(x); tan(x); degrees(x); radians(x); +cosh(x); sinh(x); tanh(x). + +The constants pi and e are also available. </_param> + </page> + </param> + <param name="fofx" type="string" _gui-text="Function">exp(-x*x)</param> + <param name="fponum" type="boolean" _gui-text="Calculate first derivative numerically">true</param> + <param name="fpofx" type="string" _gui-text="First derivative">x</param> + <param name="remove" type="boolean" _gui-text="Remove rectangle">true</param> + <param name="drawaxis" type="boolean" _gui-text="Draw Axes">false</param> + <effect> + <object-type>rect</object-type> + <effects-menu> + <submenu _name="Render"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">funcplot.py</command> + </script> +</inkscape-extension> diff --git a/share/extensions/lorem_ipsum.inx b/share/extensions/lorem_ipsum.inx index d992fbb77..164243672 100644 --- a/share/extensions/lorem_ipsum.inx +++ b/share/extensions/lorem_ipsum.inx @@ -1,19 +1,19 @@ -<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="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>
- <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="Text"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">lorem_ipsum.py</command>
- </script>
-</inkscape-extension>
+<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="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> + <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="Text"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">lorem_ipsum.py</command> + </script> +</inkscape-extension> diff --git a/share/extensions/markers_strokepaint.inx b/share/extensions/markers_strokepaint.inx index 6e7edfb5b..d8d18ef98 100644 --- a/share/extensions/markers_strokepaint.inx +++ b/share/extensions/markers_strokepaint.inx @@ -1,15 +1,15 @@ -<inkscape-extension>
- <_name>Color Markers to Match Stroke</_name>
- <id>org.ekips.filter.markers.strokepaint</id>
- <dependency type="executable" location="extensions">markers_strokepaint.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Modify Path"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">markers_strokepaint.py</command>
- </script>
-</inkscape-extension>
+<inkscape-extension> + <_name>Color Markers to Match Stroke</_name> + <id>org.ekips.filter.markers.strokepaint</id> + <dependency type="executable" location="extensions">markers_strokepaint.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Modify Path"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">markers_strokepaint.py</command> + </script> +</inkscape-extension> diff --git a/share/extensions/pathalongpath.inx b/share/extensions/pathalongpath.inx index 13b2692c5..5ef27bb1e 100644 --- a/share/extensions/pathalongpath.inx +++ b/share/extensions/pathalongpath.inx @@ -1,38 +1,38 @@ -<inkscape-extension>
- <_name>Pattern along Path</_name>
- <id>math.univ-lille1.barraud.pathdeform</id>
-<dependency type="executable" location="extensions">pathmodifier.py</dependency>
-<dependency type="executable" location="extensions">pathalongpath.py</dependency>
-<dependency type="executable" location="extensions">inkex.py</dependency>
-<_param name="title" type="description">This effect bends a pattern object along arbitrary "skeleton" paths. The pattern is the top most object in the selection. (groups of paths/shapes/clones... allowed)</_param>
-
-<param name="copymode" type="enum" _gui-text="Copies of the pattern:">
- <item value="Single">Single</item>
- <item value="Single, stretched">Single, stretched</item>
- <item value="Repeated">Repeated</item>
- <item value="Repeated, stretched">Repeated, stretched</item>
-</param>
-
-<param name="kind" type="enum" _gui-text="Deformation type:">
- <item value="Snake">Snake</item>
- <item value="Ribbon">Ribbon</item>
-</param>
-
-<param name="space" type="float" _gui-text="Space between copies:" min="-10000.0" max="10000.0" >0.0</param>
-
-<param name="noffset" type="float" _gui-text="Normal offset" min="-10000.0" max="10000.0">0.0</param>
-<param name="toffset" type="float" _gui-text="Tangential offset" min="-10000.0" max="10000.0" >0.0</param>
-
-<param name="vertical" type="boolean" _gui-text="Pattern is vertical">false</param>
-<param name="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param>
- <effect>
-<effects-menu>
-<submenu _name="Generate from Path"/>
-</effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">pathalongpath.py</command>
- </script>
-</inkscape-extension>
-
-
+<inkscape-extension> + <_name>Pattern along Path</_name> + <id>math.univ-lille1.barraud.pathdeform</id> +<dependency type="executable" location="extensions">pathmodifier.py</dependency> +<dependency type="executable" location="extensions">pathalongpath.py</dependency> +<dependency type="executable" location="extensions">inkex.py</dependency> +<_param name="title" type="description">This effect bends a pattern object along arbitrary "skeleton" paths. The pattern is the top most object in the selection. (groups of paths/shapes/clones... allowed)</_param> + +<param name="copymode" type="enum" _gui-text="Copies of the pattern:"> + <item value="Single">Single</item> + <item value="Single, stretched">Single, stretched</item> + <item value="Repeated">Repeated</item> + <item value="Repeated, stretched">Repeated, stretched</item> +</param> + +<param name="kind" type="enum" _gui-text="Deformation type:"> + <item value="Snake">Snake</item> + <item value="Ribbon">Ribbon</item> +</param> + +<param name="space" type="float" _gui-text="Space between copies:" min="-10000.0" max="10000.0" >0.0</param> + +<param name="noffset" type="float" _gui-text="Normal offset" min="-10000.0" max="10000.0">0.0</param> +<param name="toffset" type="float" _gui-text="Tangential offset" min="-10000.0" max="10000.0" >0.0</param> + +<param name="vertical" type="boolean" _gui-text="Pattern is vertical">false</param> +<param name="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param> + <effect> +<effects-menu> +<submenu _name="Generate from Path"/> +</effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">pathalongpath.py</command> + </script> +</inkscape-extension> + + diff --git a/share/extensions/pathscatter.inx b/share/extensions/pathscatter.inx index a06de25b1..b2e568ff4 100644 --- a/share/extensions/pathscatter.inx +++ b/share/extensions/pathscatter.inx @@ -1,34 +1,34 @@ -<inkscape-extension>
- <_name>Scatter</_name>
- <id>math.univ-lille1.barraud.pathScatter</id>
- <dependency type="executable" location="extensions">pathmodifier.py</dependency>
- <dependency type="executable" location="extensions">pathScatter.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <_param name="title" type="description">This effect scatters a pattern along arbitrary "skeleton" paths. The pattern is the top most object in the selection. (groups of paths/shapes/clones... allowed)</_param>
-
- <param name="follow" type="boolean" _gui-text="Follow path orientation.">false</param>
- <param name="stretch" type="boolean" _gui-text="Stretch spaces to fit skeleton length">false</param>
-
- <param name="space" type="float" _gui-text="Space between copies:" min="-10000.0" max="10000.0" >0.0</param>
-
- <param name="noffset" type="float" _gui-text="Normal offset" min="-10000.0" max="10000.0">0.0</param>
- <param name="toffset" type="float" _gui-text="Tangential offset" min="-10000.0" max="10000.0" >0.0</param>
-
- <param name="vertical" type="boolean" _gui-text="Pattern is vertical">false</param>
- <param name="copymode" type="optiongroup" _gui-text="Original pattern will be:">
- <_option value="move">Moved</_option>
- <_option value="copy">Copied</_option>
- <_option value="clone">Cloned</_option>
- </param>
- <param name="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param>
- <effect>
- <effects-menu>
- <submenu _name="Generate from Path"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">pathScatter.py</command>
- </script>
-</inkscape-extension>
-
-
+<inkscape-extension> + <_name>Scatter</_name> + <id>math.univ-lille1.barraud.pathScatter</id> + <dependency type="executable" location="extensions">pathmodifier.py</dependency> + <dependency type="executable" location="extensions">pathScatter.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <_param name="title" type="description">This effect scatters a pattern along arbitrary "skeleton" paths. The pattern is the top most object in the selection. (groups of paths/shapes/clones... allowed)</_param> + + <param name="follow" type="boolean" _gui-text="Follow path orientation.">false</param> + <param name="stretch" type="boolean" _gui-text="Stretch spaces to fit skeleton length">false</param> + + <param name="space" type="float" _gui-text="Space between copies:" min="-10000.0" max="10000.0" >0.0</param> + + <param name="noffset" type="float" _gui-text="Normal offset" min="-10000.0" max="10000.0">0.0</param> + <param name="toffset" type="float" _gui-text="Tangential offset" min="-10000.0" max="10000.0" >0.0</param> + + <param name="vertical" type="boolean" _gui-text="Pattern is vertical">false</param> + <param name="copymode" type="optiongroup" _gui-text="Original pattern will be:"> + <_option value="move">Moved</_option> + <_option value="copy">Copied</_option> + <_option value="clone">Cloned</_option> + </param> + <param name="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param> + <effect> + <effects-menu> + <submenu _name="Generate from Path"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">pathScatter.py</command> + </script> +</inkscape-extension> + + diff --git a/share/extensions/rubberstretch.inx b/share/extensions/rubberstretch.inx index 03a525321..71b852802 100644 --- a/share/extensions/rubberstretch.inx +++ b/share/extensions/rubberstretch.inx @@ -1,17 +1,17 @@ -<inkscape-extension>
- <_name>Rubber Stretch</_name>
- <id>math.univ-lille1.barraud.spherify</id>
- <dependency type="executable" location="extensions">pathmodifier.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="ratio" type="float" _gui-text="Strength (%):" min="-400" max="400">25</param>
- <param name="curve" type="float" _gui-text="Curve (%):" min="-400" max="400">25</param>
- <effect>
- <object-type>path</object-type>
- <effects-menu>
- <submenu _name="Modify Path"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">rubberstretch.py</command>
- </script>
-</inkscape-extension>
+<inkscape-extension> + <_name>Rubber Stretch</_name> + <id>math.univ-lille1.barraud.spherify</id> + <dependency type="executable" location="extensions">pathmodifier.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <param name="ratio" type="float" _gui-text="Strength (%):" min="-400" max="400">25</param> + <param name="curve" type="float" _gui-text="Curve (%):" min="-400" max="400">25</param> + <effect> + <object-type>path</object-type> + <effects-menu> + <submenu _name="Modify Path"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">rubberstretch.py</command> + </script> +</inkscape-extension> diff --git a/share/extensions/text_braille.inx b/share/extensions/text_braille.inx index 1bd0357be..b78223b3c 100644 --- a/share/extensions/text_braille.inx +++ b/share/extensions/text_braille.inx @@ -1,15 +1,15 @@ -<inkscape-extension>
- <_name>Convert to Braille</_name>
- <id>org.inkscape.text.braille</id>
- <dependency type="executable" location="extensions">chardataeffect.py</dependency>
- <dependency type="executable" location="extensions">text_braille.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Text"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">text_braille.py</command>
- </script>
-</inkscape-extension>
+<inkscape-extension> + <_name>Convert to Braille</_name> + <id>org.inkscape.text.braille</id> + <dependency type="executable" location="extensions">chardataeffect.py</dependency> + <dependency type="executable" location="extensions">text_braille.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Text"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">text_braille.py</command> + </script> +</inkscape-extension> diff --git a/share/extensions/text_flipcase.inx b/share/extensions/text_flipcase.inx index 398a8e819..0eb168370 100644 --- a/share/extensions/text_flipcase.inx +++ b/share/extensions/text_flipcase.inx @@ -1,15 +1,15 @@ -<inkscape-extension>
- <_name>fLIP cASE</_name>
- <id>org.inkscape.text.flipcase</id>
- <dependency type="executable" location="extensions">chardataeffect.py</dependency>
- <dependency type="executable" location="extensions">text_flipcase.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Text"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">text_flipcase.py</command>
- </script>
-</inkscape-extension>
+<inkscape-extension> + <_name>fLIP cASE</_name> + <id>org.inkscape.text.flipcase</id> + <dependency type="executable" location="extensions">chardataeffect.py</dependency> + <dependency type="executable" location="extensions">text_flipcase.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Text"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">text_flipcase.py</command> + </script> +</inkscape-extension> diff --git a/share/extensions/text_lowercase.inx b/share/extensions/text_lowercase.inx index 083e58418..143814956 100644 --- a/share/extensions/text_lowercase.inx +++ b/share/extensions/text_lowercase.inx @@ -1,15 +1,15 @@ -<inkscape-extension>
- <_name>lowercase</_name>
- <id>org.inkscape.text.lowercase</id>
- <dependency type="executable" location="extensions">chardataeffect.py</dependency>
- <dependency type="executable" location="extensions">text_lowercase.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Text"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">text_lowercase.py</command>
- </script>
-</inkscape-extension>
+<inkscape-extension> + <_name>lowercase</_name> + <id>org.inkscape.text.lowercase</id> + <dependency type="executable" location="extensions">chardataeffect.py</dependency> + <dependency type="executable" location="extensions">text_lowercase.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Text"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">text_lowercase.py</command> + </script> +</inkscape-extension> diff --git a/share/extensions/text_randomcase.inx b/share/extensions/text_randomcase.inx index 09604c14b..25dbe7d18 100644 --- a/share/extensions/text_randomcase.inx +++ b/share/extensions/text_randomcase.inx @@ -1,15 +1,15 @@ -<inkscape-extension>
- <_name>rANdOm CasE</_name>
- <id>org.inkscape.text.randomcase</id>
- <dependency type="executable" location="extensions">chardataeffect.py</dependency>
- <dependency type="executable" location="extensions">text_randomcase.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Text"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">text_randomcase.py</command>
- </script>
-</inkscape-extension>
+<inkscape-extension> + <_name>rANdOm CasE</_name> + <id>org.inkscape.text.randomcase</id> + <dependency type="executable" location="extensions">chardataeffect.py</dependency> + <dependency type="executable" location="extensions">text_randomcase.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Text"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">text_randomcase.py</command> + </script> +</inkscape-extension> diff --git a/share/extensions/text_replace.inx b/share/extensions/text_replace.inx index a63c55512..323bf0b5e 100644 --- a/share/extensions/text_replace.inx +++ b/share/extensions/text_replace.inx @@ -1,17 +1,17 @@ -<inkscape-extension>
- <_name>Replace text</_name>
- <id>org.inkscape.text.replacetext</id>
- <dependency type="executable" location="extensions">chardataeffect.py</dependency>
- <dependency type="executable" location="extensions">text_replace.py</dependency>
+<inkscape-extension> + <_name>Replace text</_name> + <id>org.inkscape.text.replacetext</id> + <dependency type="executable" location="extensions">chardataeffect.py</dependency> + <dependency type="executable" location="extensions">text_replace.py</dependency> <param name="from_text" type="string" _gui-text="Replace:"></param> <param name="to_text" type="string" _gui-text="By:"></param> - <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Text"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">text_replace.py</command>
- </script>
+ <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Text"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">text_replace.py</command> + </script> </inkscape-extension> diff --git a/share/extensions/text_sentencecase.inx b/share/extensions/text_sentencecase.inx index da3b292ae..dacb2f415 100644 --- a/share/extensions/text_sentencecase.inx +++ b/share/extensions/text_sentencecase.inx @@ -1,15 +1,15 @@ -<inkscape-extension>
- <_name>Sentence case</_name>
- <id>org.inkscape.text.sentencecase</id>
- <dependency type="executable" location="extensions">chardataeffect.py</dependency>
- <dependency type="executable" location="extensions">text_sentencecase.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Text"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">text_sentencecase.py</command>
- </script>
-</inkscape-extension>
+<inkscape-extension> + <_name>Sentence case</_name> + <id>org.inkscape.text.sentencecase</id> + <dependency type="executable" location="extensions">chardataeffect.py</dependency> + <dependency type="executable" location="extensions">text_sentencecase.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Text"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">text_sentencecase.py</command> + </script> +</inkscape-extension> diff --git a/share/extensions/text_titlecase.inx b/share/extensions/text_titlecase.inx index a18a30d49..23f8779d9 100644 --- a/share/extensions/text_titlecase.inx +++ b/share/extensions/text_titlecase.inx @@ -1,15 +1,15 @@ -<inkscape-extension>
- <_name>Title Case</_name>
- <id>org.inkscape.text.titlecase</id>
- <dependency type="executable" location="extensions">chardataeffect.py</dependency>
- <dependency type="executable" location="extensions">text_titlecase.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Text"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">text_titlecase.py</command>
- </script>
-</inkscape-extension>
+<inkscape-extension> + <_name>Title Case</_name> + <id>org.inkscape.text.titlecase</id> + <dependency type="executable" location="extensions">chardataeffect.py</dependency> + <dependency type="executable" location="extensions">text_titlecase.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Text"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">text_titlecase.py</command> + </script> +</inkscape-extension> diff --git a/share/extensions/text_uppercase.inx b/share/extensions/text_uppercase.inx index cf9d8e5df..171e4305e 100644 --- a/share/extensions/text_uppercase.inx +++ b/share/extensions/text_uppercase.inx @@ -1,15 +1,15 @@ -<inkscape-extension>
- <_name>UPPERCASE</_name>
- <id>org.inkscape.text.uppercase</id>
- <dependency type="executable" location="extensions">chardataeffect.py</dependency>
- <dependency type="executable" location="extensions">text_uppercase.py</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Text"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">text_uppercase.py</command>
- </script>
-</inkscape-extension>
+<inkscape-extension> + <_name>UPPERCASE</_name> + <id>org.inkscape.text.uppercase</id> + <dependency type="executable" location="extensions">chardataeffect.py</dependency> + <dependency type="executable" location="extensions">text_uppercase.py</dependency> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Text"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">text_uppercase.py</command> + </script> +</inkscape-extension> |
