From 9f614602a4cb7760fd857b0aac4369ef25146cfa Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Wed, 13 Oct 2021 19:25:35 +0200 Subject: [PATCH] more metadata --- .../box_maker_conical/meta.json | 20 ++++++++++++ .../box_maker_elliptical_box/meta.json | 20 ++++++++++++ .../box_maker_elliptical_cone/meta.json | 20 ++++++++++++ .../box_maker_generic_generator/meta.json | 20 ++++++++++++ .../box_maker_lasercut_box/meta.json | 21 ++++++++++++ .../box_maker_living_hinge/meta.json | 21 ++++++++++++ .../box_maker_mehr_boxes/meta.json | 20 ++++++++++++ .../box_maker_path_to_flex/meta.json | 20 ++++++++++++ extensions/fablabchemnitz/boxes.py/meta.json | 19 +++++++++++ .../boxmaker_tabbed/box_maker_tabbed.inx | 2 +- .../fablabchemnitz/boxmaker_tabbed/meta.json | 32 +++++++++++++++++++ .../boxmaker_tabbed/schroffmaker.inx | 2 +- .../fablabchemnitz/braille-l18n/meta.json | 20 ++++++++++++ 13 files changed, 235 insertions(+), 2 deletions(-) create mode 100644 extensions/fablabchemnitz/box_maker_conical/meta.json create mode 100644 extensions/fablabchemnitz/box_maker_elliptical_box/meta.json create mode 100644 extensions/fablabchemnitz/box_maker_elliptical_cone/meta.json create mode 100644 extensions/fablabchemnitz/box_maker_generic_generator/meta.json create mode 100644 extensions/fablabchemnitz/box_maker_lasercut_box/meta.json create mode 100644 extensions/fablabchemnitz/box_maker_living_hinge/meta.json create mode 100644 extensions/fablabchemnitz/box_maker_mehr_boxes/meta.json create mode 100644 extensions/fablabchemnitz/box_maker_path_to_flex/meta.json create mode 100644 extensions/fablabchemnitz/boxes.py/meta.json create mode 100644 extensions/fablabchemnitz/boxmaker_tabbed/meta.json create mode 100644 extensions/fablabchemnitz/braille-l18n/meta.json diff --git a/extensions/fablabchemnitz/box_maker_conical/meta.json b/extensions/fablabchemnitz/box_maker_conical/meta.json new file mode 100644 index 00000000..89aeb9cc --- /dev/null +++ b/extensions/fablabchemnitz/box_maker_conical/meta.json @@ -0,0 +1,20 @@ +[ + { + "name": "Box Maker - Conical", + "id": "fablabchemnitz.de.box_maker_conical", + "path": "box_maker_conical", + "original_name": "Conical Box Maker", + "original_id": "fr.fablab-lannion.inkscape.conical_box", + "license": "GNU LGPL v3", + "license_url": "https://github.com/thierry7100/ConicBox/blob/master/LICENSE", + "comment": "successor of https://github.com/thierry7100/ConeFlex", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/box_maker_conical", + "fork_url": "https://github.com/thierry7100/ConicBox", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Box+Maker+-+Conical", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/thierry7100", + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/box_maker_elliptical_box/meta.json b/extensions/fablabchemnitz/box_maker_elliptical_box/meta.json new file mode 100644 index 00000000..6382c048 --- /dev/null +++ b/extensions/fablabchemnitz/box_maker_elliptical_box/meta.json @@ -0,0 +1,20 @@ +[ + { + "name": "Box Maker - Elliptical Box", + "id": "fablabchemnitz.de.box_maker_elliptical_box", + "path": "box_maker_elliptical_box", + "original_name": " Elliptical Box Maker", + "original_id": "be.fablab-leuven.inkscape.elliptical_box", + "license": "MIT License", + "license_url": "https://github.com/BvdP/elliptical-box-maker/blob/master/LICENSE", + "comment": "", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/box_maker_elliptical_box", + "fork_url": "https://github.com/BvdP/elliptical-box-maker", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Box+Maker+-+Elliptical+Box", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/BvdP", + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/box_maker_elliptical_cone/meta.json b/extensions/fablabchemnitz/box_maker_elliptical_cone/meta.json new file mode 100644 index 00000000..f87f69ac --- /dev/null +++ b/extensions/fablabchemnitz/box_maker_elliptical_cone/meta.json @@ -0,0 +1,20 @@ +[ + { + "name": "Box Maker - Elliptical Cone", + "id": "fablabchemnitz.de.box_maker_elliptical_cone", + "path": "box_maker_elliptical_cone", + "original_name": "Elliptical cone box maker", + "original_id": "fr.fablab-lannion.inkscape.ell_conical_box", + "license": "MIT License", + "license_url": "https://github.com/thierry7100/ConeFlex/blob/master/LICENSE", + "comment": "", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/box_maker_elliptical_cone", + "fork_url": "https://github.com/thierry7100/ConeFlex", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Box+Maker+-+Elliptical+Cone", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/thierry7100", + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/box_maker_generic_generator/meta.json b/extensions/fablabchemnitz/box_maker_generic_generator/meta.json new file mode 100644 index 00000000..68065ed7 --- /dev/null +++ b/extensions/fablabchemnitz/box_maker_generic_generator/meta.json @@ -0,0 +1,20 @@ +[ + { + "name": "Box Maker - Generic Generator", + "id": "fablabchemnitz.de.box_maker_generic_generator", + "path": "box_maker_generic_generator", + "original_name": "boxes generator", + "original_id": "fr.fablab-lannion.inkscape.gen_box", + "license": "GNU GPL v2", + "license_url": "https://github.com/thierry7100/GenBox/blob/master/LICENSE.md", + "comment": "", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/box_maker_generic_generator", + "fork_url": "https://github.com/thierry7100/GenBox", + "documentation_url": "", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/thierry7100", + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/box_maker_lasercut_box/meta.json b/extensions/fablabchemnitz/box_maker_lasercut_box/meta.json new file mode 100644 index 00000000..145448b4 --- /dev/null +++ b/extensions/fablabchemnitz/box_maker_lasercut_box/meta.json @@ -0,0 +1,21 @@ +[ + { + "name": "Box Maker - Lasercut Box", + "id": "fablabchemnitz.de.box_maker_lasercut_box", + "path": "box_maker_lasercut_box", + "original_name": "Lasercut Box", + "original_id": "org.inkscape.LasercutBox", + "license": "GNU GPL v2", + "license_url": "https://github.com/Neon22/inkscape-LasercutBox/blob/master/LICENSE", + "comment": "", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/box_maker_lasercut_box", + "fork_url": "https://github.com/Neon22/inkscape-LasercutBox", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Box+Maker+-+Lasercut+Box", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/Neon22", + "github.com/jnweiger", + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/box_maker_living_hinge/meta.json b/extensions/fablabchemnitz/box_maker_living_hinge/meta.json new file mode 100644 index 00000000..080916f2 --- /dev/null +++ b/extensions/fablabchemnitz/box_maker_living_hinge/meta.json @@ -0,0 +1,21 @@ +[ + { + "name": "Box Maker - Living Hinge", + "id": "fablabchemnitz.de.box_maker_living_hinge", + "path": "box_maker_living_hinge", + "original_name": "", + "original_id": "eu.twot.render.livinghinge", + "license": "GNU GPL v3", + "license_url": "https://www.reidb.net/code/LICENSE.txt", + "comment": "", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/box_maker_living_hinge", + "fork_url": "https://www.reidb.net/code/LivingHinge.zip", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Box+Maker+-+Living+Hinge", + "inkscape_gallery_url": null, + "main_authors": [ + "Elliot White:elliot@twot.eu", + "reidb.net/Reid Borsuk:reid.borsuk@live.com", + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/box_maker_mehr_boxes/meta.json b/extensions/fablabchemnitz/box_maker_mehr_boxes/meta.json new file mode 100644 index 00000000..bebbdcb3 --- /dev/null +++ b/extensions/fablabchemnitz/box_maker_mehr_boxes/meta.json @@ -0,0 +1,20 @@ +[ + { + "name": "Box Maker - Mehr Boxes", + "id": "fablabchemnitz.de.box_maker_mehr_boxes", + "path": "box_maker_mehr_boxes", + "original_name": "Mehr Box Maker", + "original_id": "de.mehr.laser.mehr_box_maker", + "license": "GNU GPL v3", + "license_url": "https://github.com/ThoreMehr/Mehr_BoxMaker/blob/master/LICENSE", + "comment": "", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/box_maker_mehr_boxes", + "fork_url": "https://github.com/ThoreMehr/Mehr_BoxMaker", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Box+Maker+-+Mehr+Boxes", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/ThoreMehr", + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/box_maker_path_to_flex/meta.json b/extensions/fablabchemnitz/box_maker_path_to_flex/meta.json new file mode 100644 index 00000000..ac74a7cc --- /dev/null +++ b/extensions/fablabchemnitz/box_maker_path_to_flex/meta.json @@ -0,0 +1,20 @@ +[ + { + "name": "Box Maker - Path To Flex", + "id": "fablabchemnitz.de.box_maker_path_to_flex", + "path": "box_maker_path_to_flex", + "original_name": "Paths To Flex", + "original_id": "fr.fablab-lannion.inkscape.Path2Flex", + "license": "GNU GPL v3", + "license_url": "https://github.com/thierry7100/Path2flex/blob/master/LICENSE", + "comment": "ported to Inkscape v1 by Mario Voigt", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/box_maker_path_to_flex", + "fork_url": "https://github.com/thierry7100/Path2flex", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Box+Maker+-+Path+To+Flex", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/thierry7100", + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/boxes.py/meta.json b/extensions/fablabchemnitz/boxes.py/meta.json new file mode 100644 index 00000000..0fd1bbcd --- /dev/null +++ b/extensions/fablabchemnitz/boxes.py/meta.json @@ -0,0 +1,19 @@ +[ + { + "name": "", + "id": "info.festi.boxes.py.", + "path": "boxes.py", + "original_name": "", + "original_id": "info.festi.boxes.py.", + "license": "GNU GPL v3", + "license_url": "https://github.com/florianfesti/boxes/blob/master/LICENSE.txt", + "comment": "", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/boxes.py", + "fork_url": "https://github.com/florianfesti/boxes", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Boxes.py", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/boxmaker_tabbed/box_maker_tabbed.inx b/extensions/fablabchemnitz/boxmaker_tabbed/box_maker_tabbed.inx index 3366a103..bd5708eb 100644 --- a/extensions/fablabchemnitz/boxmaker_tabbed/box_maker_tabbed.inx +++ b/extensions/fablabchemnitz/boxmaker_tabbed/box_maker_tabbed.inx @@ -1,7 +1,7 @@ Box Maker - Tabbed - fablabchemnitz.de.box_maker_tabbed + fablabchemnitz.de.boxmaker_tabbed.box_maker_tabbed diff --git a/extensions/fablabchemnitz/boxmaker_tabbed/meta.json b/extensions/fablabchemnitz/boxmaker_tabbed/meta.json new file mode 100644 index 00000000..291d13b3 --- /dev/null +++ b/extensions/fablabchemnitz/boxmaker_tabbed/meta.json @@ -0,0 +1,32 @@ +[ + { + "name": "Box Maker - ", + "id": "fablabchemnitz.de.boxmaker_tabbed.", + "path": "boxmaker_tabbed", + "original_name": [ + "Schroff Box Maker", + "CNC Tabbed Box Maker" + ], + "original_id": [ + "eu.twot.render.schroffboxmaker", + "nz.paulh-rnd.tabbedboxmaker" + ], + "license": "GNU GPL v2", + "license_url": "https://github.com/paulh-rnd/TabbedBoxMaker/blob/master/LICENSE", + "comment": "", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/boxmaker_tabbed", + "fork_url": "https://github.com/paulh-rnd/TabbedBoxMaker", + "documentation_url": [ + "https://stadtfabrikanten.org/display/IFM/Box+Maker+-+Schroff", + "https://stadtfabrikanten.org/display/IFM/Box+Maker+-+Tabbed" + ], + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/paulh-rnd", + "github.com/jimmc", + "github.com/jsleeio", + "github.com/paulpce", + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/boxmaker_tabbed/schroffmaker.inx b/extensions/fablabchemnitz/boxmaker_tabbed/schroffmaker.inx index 2a9f647b..66c1fd84 100644 --- a/extensions/fablabchemnitz/boxmaker_tabbed/schroffmaker.inx +++ b/extensions/fablabchemnitz/boxmaker_tabbed/schroffmaker.inx @@ -1,7 +1,7 @@ Box Maker - Schroff - fablabchemnitz.de.box_maker_schroff + fablabchemnitz.de.boxmaker_tabbed.box_maker_schroff mm 1 1 diff --git a/extensions/fablabchemnitz/braille-l18n/meta.json b/extensions/fablabchemnitz/braille-l18n/meta.json new file mode 100644 index 00000000..5a66fb74 --- /dev/null +++ b/extensions/fablabchemnitz/braille-l18n/meta.json @@ -0,0 +1,20 @@ +[ + { + "name": "Convert To Localized Braille", + "id": "fablabchemnitz.de.braille-l18n", + "path": "braille-l18n", + "original_name": "Convert to localized Braille", + "original_id": "org.inkscape.text.braille-l18n", + "license": "BSD-3-Clause License", + "license_url": "https://github.com/mondeja/inkscape-braille-l18n-ext/blob/master/LICENSE", + "comment": "", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/braille-l18n", + "fork_url": "https://github.com/mondeja/inkscape-braille-l18n-ext", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Convert+To+Localized+Braille", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/mondeja", + "github.com/vmario89" + ] + } +] \ No newline at end of file