Refactored extension names by "rename 's/fablabchemnitz_//g' *.py;rename

's/fablabchemnitz_//g' *.inx;sed -i 's/>fablabchemnitz_/>/g' *.inx;sed
-i 's/fablabchemnitz_//g' *.py; rename 's/fablabchemnitz_//g' *.svg"
This commit is contained in:
2020-09-03 00:35:27 +02:00
parent 80a28a8d59
commit 4175b377bd
375 changed files with 258 additions and 223 deletions

View File

@ -2,7 +2,7 @@
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Estucheria - Airplane Type Linear Case</name>
<id>fablabchemnitz.de.airplanetypelinearcase</id>
<image>fablabchemnitz_airplanetypelinearcase.svg</image>
<image>airplanetypelinearcase.svg</image>
<param name="unit" gui-text="Unit:" type="optiongroup" appearance="combo">
<option translatable="no" value="mm">mm</option>
</param>
@ -21,6 +21,6 @@
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">fablabchemnitz_airplanetypelinearcase.py</command>
<command location="inx" interpreter="python">airplanetypelinearcase.py</command>
</script>
</inkscape-extension>

View File

@ -2,7 +2,7 @@
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Estucheria - Automatic Bottom Case</name>
<id>fablabchemnitz.de.automaticbottomcase</id>
<image>fablabchemnitz_automaticbottomcase.svg</image>
<image>automaticbottomcase.svg</image>
<param name="unit" gui-text="Unit:" type="optiongroup" appearance="combo">
<option translatable="no" value="mm">mm</option>
</param>
@ -21,6 +21,6 @@
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">fablabchemnitz_automaticbottomcase.py</command>
<command location="inx" interpreter="python">automaticbottomcase.py</command>
</script>
</inkscape-extension>

View File

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -2,7 +2,7 @@
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Estucheria - 4 Point Base Box</name>
<id>fablabchemnitz.de.box4p</id>
<image>fablabchemnitz_box4p.svg</image>
<image>box4p.svg</image>
<param name="unit" gui-text="Unit:" type="optiongroup" appearance="combo">
<option translatable="no" value="mm">mm</option>
</param>
@ -18,6 +18,6 @@
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">fablabchemnitz_box4p.py</command>
<command location="inx" interpreter="python">box4p.py</command>
</script>
</inkscape-extension>

View File

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -2,7 +2,7 @@
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Estucheria - Double Railing Case</name>
<id>fablabchemnitz.de.doublerailingcase</id>
<image>fablabchemnitz_doublerailingcase.svg</image>
<image>doublerailingcase.svg</image>
<param name="unit" gui-text="Unit:" type="optiongroup" appearance="combo">
<option translatable="no" value="mm">mm</option>
</param>
@ -19,6 +19,6 @@
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">fablabchemnitz_doublerailingcase.py</command>
<command location="inx" interpreter="python">doublerailingcase.py</command>
</script>
</inkscape-extension>

View File

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -2,7 +2,7 @@
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Estucheria - Girdle</name>
<id>fablabchemnitz.de.girdle</id>
<image>fablabchemnitz_girdle.svg</image>
<image>girdle.svg</image>
<param name="unit" gui-text="Unit:" type="optiongroup" appearance="combo">
<option translatable="no" value="mm">mm</option>
</param>
@ -19,6 +19,6 @@
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">fablabchemnitz_girdle.py</command>
<command location="inx" interpreter="python">girdle.py</command>
</script>
</inkscape-extension>

View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -2,7 +2,7 @@
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Estucheria - Linear Case</name>
<id>fablabchemnitz.de.linearcase</id>
<image>fablabchemnitz_linearcase.svg</image>
<image>linearcase.svg</image>
<param name="unit" gui-text="Unit:" type="optiongroup" appearance="combo">
<option translatable="no" value="mm">mm</option>
</param>
@ -21,6 +21,6 @@
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">fablabchemnitz_linearcase.py</command>
<command location="inx" interpreter="python">linearcase.py</command>
</script>
</inkscape-extension>

View File

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -2,7 +2,7 @@
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Estucheria - Swiss Bottom Case</name>
<id>fablabchemnitz.de.swissbottomcase</id>
<image>fablabchemnitz_swissbottomcase.svg</image>
<image>swissbottomcase.svg</image>
<param name="unit" gui-text="Unit:" type="optiongroup" appearance="combo">
<option translatable="no" value="mm">mm</option>
</param>
@ -21,6 +21,6 @@
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">fablabchemnitz_swissbottomcase.py</command>
<command location="inx" interpreter="python">swissbottomcase.py</command>
</script>
</inkscape-extension>

View File

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB