summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Floryan <mfloryan@mm.waw.pl>2008-04-17 16:16:48 +0000
committermfloryan <mfloryan@users.sourceforge.net>2008-04-17 16:16:48 +0000
commit3d7cb701724e74a7348f73313a2d47aac2f12b9b (patch)
tree85e71077bbb2c34737735c181c1d7612c18dcf09
parentA small step towards making the inx files fully XML / schema compliant (diff)
downloadinkscape-3d7cb701724e74a7348f73313a2d47aac2f12b9b.tar.gz
inkscape-3d7cb701724e74a7348f73313a2d47aac2f12b9b.zip
Following the previous commit - update to the INX files - a step towards proper XML format with schema for INX files.
(bzr r5465)
-rw-r--r--share/extensions/dxf_outlines.inx2
-rw-r--r--share/extensions/gimp_xcf.inx2
-rw-r--r--share/extensions/inkscape_help_askaquestion.inx4
-rw-r--r--share/extensions/inkscape_help_commandline.inx4
-rw-r--r--share/extensions/inkscape_help_faq.inx4
-rw-r--r--share/extensions/inkscape_help_keys.inx4
-rw-r--r--share/extensions/inkscape_help_manual.inx4
-rw-r--r--share/extensions/inkscape_help_relnotes.inx4
-rw-r--r--share/extensions/inkscape_help_reportabug.inx4
-rw-r--r--share/extensions/inkscape_help_svgspec.inx4
-rw-r--r--share/extensions/randompnt.inx3
-rw-r--r--share/extensions/randompos.inx3
-rw-r--r--share/extensions/render_barcode.inx3
-rw-r--r--share/extensions/svg_and_media_zip_output.inx2
-rw-r--r--share/extensions/svgz_output.inx2
15 files changed, 27 insertions, 22 deletions
diff --git a/share/extensions/dxf_outlines.inx b/share/extensions/dxf_outlines.inx
index b9c5598e9..8438558e6 100644
--- a/share/extensions/dxf_outlines.inx
+++ b/share/extensions/dxf_outlines.inx
@@ -9,7 +9,7 @@
<mimetype>image/dxf</mimetype>
<_filetypename>Desktop Cutting Plotter (*.DXF)</_filetypename>
<_filetypetooltip>Desktop Cutting Plotter</_filetypetooltip>
- <dataloss>TRUE</dataloss>
+ <dataloss>true</dataloss>
</output>
<script>
<command reldir="extensions" interpreter="python">dxf_outlines.py</command>
diff --git a/share/extensions/gimp_xcf.inx b/share/extensions/gimp_xcf.inx
index 7e420cac8..6d3ff02e7 100644
--- a/share/extensions/gimp_xcf.inx
+++ b/share/extensions/gimp_xcf.inx
@@ -10,7 +10,7 @@
<mimetype>application/x-xcf</mimetype>
<_filetypename>GIMP XCF maintaining layers (*.XCF)</_filetypename>
<_filetypetooltip>GIMP XCF maintaining layers (*.XCF)</_filetypetooltip>
- <dataloss>TRUE</dataloss>
+ <dataloss>true</dataloss>
</output>
<script>
<command reldir="extensions" interpreter="python">gimp_xcf.py</command>
diff --git a/share/extensions/inkscape_help_askaquestion.inx b/share/extensions/inkscape_help_askaquestion.inx
index 455ced8cd..b84cfb357 100644
--- a/share/extensions/inkscape_help_askaquestion.inx
+++ b/share/extensions/inkscape_help_askaquestion.inx
@@ -3,9 +3,9 @@
<id>org.inkscape.help.askaquestion</id>
<dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
<param name="url" gui-hidden="1" type="string">http://answers.launchpad.net/inkscape/+addquestion</param>
- <effect needs-document="no">
+ <effect needs-document="false">
<object-type>all</object-type>
- <effects-menu hidden="yes"/>
+ <effects-menu hidden="true"/>
</effect>
<script>
<command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
diff --git a/share/extensions/inkscape_help_commandline.inx b/share/extensions/inkscape_help_commandline.inx
index c3b30bcb3..3770bc700 100644
--- a/share/extensions/inkscape_help_commandline.inx
+++ b/share/extensions/inkscape_help_commandline.inx
@@ -3,9 +3,9 @@
<id>org.inkscape.help.commandline</id>
<dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
<param name="url" gui-hidden="1" type="string">http://inkscape.org/doc/inkscape-man.html</param>
- <effect needs-document="no">
+ <effect needs-document="false">
<object-type>all</object-type>
- <effects-menu hidden="yes"/>
+ <effects-menu hidden="true"/>
</effect>
<script>
<command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
diff --git a/share/extensions/inkscape_help_faq.inx b/share/extensions/inkscape_help_faq.inx
index 3eb4827a8..69e96f6f6 100644
--- a/share/extensions/inkscape_help_faq.inx
+++ b/share/extensions/inkscape_help_faq.inx
@@ -3,9 +3,9 @@
<id>org.inkscape.help.faq</id>
<dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
<param name="url" gui-hidden="1" type="string">http://wiki.inkscape.org/wiki/index.php/FAQ</param>
- <effect needs-document="no">
+ <effect needs-document="false">
<object-type>all</object-type>
- <effects-menu hidden="yes"/>
+ <effects-menu hidden="true"/>
</effect>
<script>
<command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
diff --git a/share/extensions/inkscape_help_keys.inx b/share/extensions/inkscape_help_keys.inx
index 4e1e21591..095827385 100644
--- a/share/extensions/inkscape_help_keys.inx
+++ b/share/extensions/inkscape_help_keys.inx
@@ -3,9 +3,9 @@
<id>org.inkscape.help.keys</id>
<dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
<param name="url" gui-hidden="1" type="string">http://inkscape.org/doc/keys046.html</param>
- <effect needs-document="no">
+ <effect needs-document="false">
<object-type>all</object-type>
- <effects-menu hidden="yes"/>
+ <effects-menu hidden="true"/>
</effect>
<script>
<command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
diff --git a/share/extensions/inkscape_help_manual.inx b/share/extensions/inkscape_help_manual.inx
index 3faacc250..b330ab317 100644
--- a/share/extensions/inkscape_help_manual.inx
+++ b/share/extensions/inkscape_help_manual.inx
@@ -3,9 +3,9 @@
<id>org.inkscape.help.manual</id>
<dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
<param name="url" gui-hidden="1" type="string">http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.php</param>
- <effect needs-document="no">
+ <effect needs-document="false">
<object-type>all</object-type>
- <effects-menu hidden="yes"/>
+ <effects-menu hidden="true"/>
</effect>
<script>
<command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
diff --git a/share/extensions/inkscape_help_relnotes.inx b/share/extensions/inkscape_help_relnotes.inx
index 6988b6c12..72e2c3591 100644
--- a/share/extensions/inkscape_help_relnotes.inx
+++ b/share/extensions/inkscape_help_relnotes.inx
@@ -3,9 +3,9 @@
<id>org.inkscape.help.relnotes</id>
<dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
<param name="url" gui-hidden="1" type="string">http://wiki.inkscape.org/wiki/index.php/ReleaseNotes046</param>
- <effect needs-document="no">
+ <effect needs-document="false">
<object-type>all</object-type>
- <effects-menu hidden="yes"/>
+ <effects-menu hidden="true"/>
</effect>
<script>
<command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
diff --git a/share/extensions/inkscape_help_reportabug.inx b/share/extensions/inkscape_help_reportabug.inx
index e52202ce6..c83d02eff 100644
--- a/share/extensions/inkscape_help_reportabug.inx
+++ b/share/extensions/inkscape_help_reportabug.inx
@@ -3,9 +3,9 @@
<id>org.inkscape.help.reportabug</id>
<dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
<param name="url" gui-hidden="1" type="string">http://inkscape.org/report_bugs.php</param>
- <effect needs-document="no">
+ <effect needs-document="false">
<object-type>all</object-type>
- <effects-menu hidden="yes"/>
+ <effects-menu hidden="true"/>
</effect>
<script>
<command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
diff --git a/share/extensions/inkscape_help_svgspec.inx b/share/extensions/inkscape_help_svgspec.inx
index d78f4c377..185d91ec0 100644
--- a/share/extensions/inkscape_help_svgspec.inx
+++ b/share/extensions/inkscape_help_svgspec.inx
@@ -3,9 +3,9 @@
<id>org.inkscape.help.svgspec</id>
<dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
<param name="url" gui-hidden="1" type="string">http://www.w3.org/TR/SVG11/</param>
- <effect needs-document="no">
+ <effect needs-document="false">
<object-type>all</object-type>
- <effects-menu hidden="yes"/>
+ <effects-menu hidden="true"/>
</effect>
<script>
<command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
diff --git a/share/extensions/randompnt.inx b/share/extensions/randompnt.inx
index 36086e762..fa75b7de9 100644
--- a/share/extensions/randompnt.inx
+++ b/share/extensions/randompnt.inx
@@ -4,6 +4,9 @@
<dependency type="plugin" location="plugins">randompnt</dependency>
<effect>
<object-type>all</object-type>
+ <effects-menu>
+ <submenu _name="Object"/>
+ </effects-menu>
</effect>
<plugin>
<name>randompnt</name>
diff --git a/share/extensions/randompos.inx b/share/extensions/randompos.inx
index 3c677382a..0c9543071 100644
--- a/share/extensions/randompos.inx
+++ b/share/extensions/randompos.inx
@@ -4,6 +4,9 @@
<dependency type="plugin" location="plugins">randompos</dependency>
<effect>
<object-type>all</object-type>
+ <effects-menu>
+ <submenu _name="Object"/>
+ </effects-menu>
</effect>
<plugin>
<name>randompos</name>
diff --git a/share/extensions/render_barcode.inx b/share/extensions/render_barcode.inx
index 05062de35..2282b788e 100644
--- a/share/extensions/render_barcode.inx
+++ b/share/extensions/render_barcode.inx
@@ -1,4 +1,3 @@
-<?xml version="1.0"?>
<inkscape-extension>
<_name>Barcode</_name>
<id>org.inkscape.render.barcode</id>
@@ -6,7 +5,7 @@
<dependency type="executable" location="extensions">render_barcode.py</dependency>
<param name="type" type="enum" _gui-text="Barcode Type:">
<item value="ean13">EAN13</item>
- <item value="ean8">EAN8</item>
+ <item value="ean8">EAN8</item>
<item value="ean13">UPC-A</item>
<item value="ean13">UPC-E</item>
<item value="ean13">UPC-5</item>
diff --git a/share/extensions/svg_and_media_zip_output.inx b/share/extensions/svg_and_media_zip_output.inx
index 95863aec3..6c6efeb45 100644
--- a/share/extensions/svg_and_media_zip_output.inx
+++ b/share/extensions/svg_and_media_zip_output.inx
@@ -9,7 +9,7 @@
<mimetype>application/x-zip</mimetype>
<_filetypename>Compressed Inkscape SVG with media (*.zip)</_filetypename>
<_filetypetooltip>Inkscape's native file format compressed with Zip and including all media files</_filetypetooltip>
- <dataloss>FALSE</dataloss>
+ <dataloss>false</dataloss>
</output>
<script>
<command reldir="extensions" interpreter="python">svg_and_media_zip_output.py</command>
diff --git a/share/extensions/svgz_output.inx b/share/extensions/svgz_output.inx
index 0db0e188b..6460d1bf4 100644
--- a/share/extensions/svgz_output.inx
+++ b/share/extensions/svgz_output.inx
@@ -8,7 +8,7 @@
<mimetype>image/x-svgz</mimetype>
<_filetypename>Compressed Inkscape SVG (*.svgz)</_filetypename>
<_filetypetooltip>Inkscape's native file format compressed with GZip</_filetypetooltip>
- <dataloss>FALSE</dataloss>
+ <dataloss>false</dataloss>
</output>
<script>
<command reldir="path">gzip -c</command>