From 1bfe2b5abd155078bd48c71a1cbc8a9e55a8ff08 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Fri, 15 Oct 2021 00:21:57 +0200 Subject: [PATCH] added more meta data --- .../fablabchemnitz/delete_above/meta.json | 4 ++-- .../epilog_dashboard_bbox_adjust/meta.json | 19 ++++++++++++++++++ .../export_selection_as/meta.json | 20 +++++++++++++++++++ .../filter_small_things/meta.json | 20 +++++++++++++++++++ extensions/fablabchemnitz/flip/meta.json | 20 +++++++++++++++++++ .../fablabchemnitz/fret_ruler/meta.json | 20 +++++++++++++++++++ .../fun_shapes.inx} | 4 ++-- .../funshapes.py => fun_shapes/fun_shapes.py} | 0 .../fablabchemnitz/fun_shapes/meta.json | 20 +++++++++++++++++++ extensions/fablabchemnitz/globe/meta.json | 20 +++++++++++++++++++ .../fablabchemnitz/gradient_saver/meta.json | 20 +++++++++++++++++++ .../grid_strip_creator/meta.json | 20 +++++++++++++++++++ 12 files changed, 183 insertions(+), 4 deletions(-) create mode 100644 extensions/fablabchemnitz/epilog_dashboard_bbox_adjust/meta.json create mode 100644 extensions/fablabchemnitz/export_selection_as/meta.json create mode 100644 extensions/fablabchemnitz/filter_small_things/meta.json create mode 100644 extensions/fablabchemnitz/flip/meta.json create mode 100644 extensions/fablabchemnitz/fret_ruler/meta.json rename extensions/fablabchemnitz/{funshapes/funshapes.inx => fun_shapes/fun_shapes.inx} (76%) rename extensions/fablabchemnitz/{funshapes/funshapes.py => fun_shapes/fun_shapes.py} (100%) create mode 100644 extensions/fablabchemnitz/fun_shapes/meta.json create mode 100644 extensions/fablabchemnitz/globe/meta.json create mode 100644 extensions/fablabchemnitz/gradient_saver/meta.json create mode 100644 extensions/fablabchemnitz/grid_strip_creator/meta.json diff --git a/extensions/fablabchemnitz/delete_above/meta.json b/extensions/fablabchemnitz/delete_above/meta.json index d9225419..b4b0d70e 100644 --- a/extensions/fablabchemnitz/delete_above/meta.json +++ b/extensions/fablabchemnitz/delete_above/meta.json @@ -5,7 +5,7 @@ "path": "delete_above", "original_name": "Delete Above", "original_id": "com.galvanist.sw.plugins.deleteabove", - "license": "3-Clause BSD License", + "license": "BSD-3-Clause License", "license_url": "https://github.com/glvnst/cruft/blob/master/delete_above/LICENSE.txt", "comment": "", "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/delete_above", @@ -17,4 +17,4 @@ "github.com/vmario89" ] } -] \ No newline at end of file +] diff --git a/extensions/fablabchemnitz/epilog_dashboard_bbox_adjust/meta.json b/extensions/fablabchemnitz/epilog_dashboard_bbox_adjust/meta.json new file mode 100644 index 00000000..082396da --- /dev/null +++ b/extensions/fablabchemnitz/epilog_dashboard_bbox_adjust/meta.json @@ -0,0 +1,19 @@ +[ + { + "name": "Epilog Dashboard BBox Adjust", + "id": "fablabchemnitz.de.epilog_dashboard_bbox_adjust", + "path": "epilog_dashboard_bbox_adjust", + "original_name": "Epilog Dashboard BBox Adjust", + "original_id": "fablabchemnitz.de.epilog_dashboard_bbox_adjust", + "license": "GNU GPL v3", + "license_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/LICENSE", + "comment": "Written by Mario Voigt", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/epilog_dashboard_bbox_adjust", + "fork_url": null, + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Epilog+Dashboard+BBox+Adjust", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/export_selection_as/meta.json b/extensions/fablabchemnitz/export_selection_as/meta.json new file mode 100644 index 00000000..270731b3 --- /dev/null +++ b/extensions/fablabchemnitz/export_selection_as/meta.json @@ -0,0 +1,20 @@ +[ + { + "name": "Export Selection As ...", + "id": "fablabchemnitz.de.export_selection_as", + "path": "export_selection_as", + "original_name": "Export selection as svg", + "original_id": "sk.linuxos.export_selection", + "license": "MIT License", + "license_url": "https://github.com/mireq/inkscape-export-selection-as-svg/blob/master/LICENSE", + "comment": "", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/export_selection_as", + "fork_url": "https://github.com/mireq/inkscape-export-selection-as-svg", + "documentation_url": "https://stadtfabrikanten.org/pages/viewpage.action?pageId=104923223", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/mireq", + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/filter_small_things/meta.json b/extensions/fablabchemnitz/filter_small_things/meta.json new file mode 100644 index 00000000..8d5b56b5 --- /dev/null +++ b/extensions/fablabchemnitz/filter_small_things/meta.json @@ -0,0 +1,20 @@ +[ + { + "name": "Filter Small Things", + "id": "fablabchemnitz.de.filter_small_things", + "path": "filter_small_things", + "original_name": "Sieve", + "original_id": "com.fourpeaksstudios.sieve", + "license": "GNU GPL v3", + "license_url": "https://github.com/fourpeaksstudios/sieve/blob/master/LICENSE", + "comment": "", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/filter_small_things", + "fork_url": "https://github.com/fourpeaksstudios/sieve", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Filter+Small+Things", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/fourpeaksstudios", + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/flip/meta.json b/extensions/fablabchemnitz/flip/meta.json new file mode 100644 index 00000000..a76b981c --- /dev/null +++ b/extensions/fablabchemnitz/flip/meta.json @@ -0,0 +1,20 @@ +[ + { + "name": "Flip", + "id": "fablabchemnitz.de.flip", + "path": "flip", + "original_name": "Flip", + "original_id": "aconz2.Flip", + "license": "Unlicense License", + "license_url": "https://github.com/aconz2/inkscape-extension-flip/blob/main/UNLICENSE", + "comment": "", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/flip", + "fork_url": "https://github.com/aconz2/inkscape-extension-flip", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Flip", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/aconz2", + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/fret_ruler/meta.json b/extensions/fablabchemnitz/fret_ruler/meta.json new file mode 100644 index 00000000..2fc83e3f --- /dev/null +++ b/extensions/fablabchemnitz/fret_ruler/meta.json @@ -0,0 +1,20 @@ +[ + { + "name": "Fret Ruler", + "id": "fablabchemnitz.de.fret_ruler", + "path": "fret_ruler", + "original_name": "Fret Ruler", + "original_id": "Neon22.github.fret_ruler", + "license": "GNU GPL v3", + "license_url": "https://github.com/Neon22/inkscape_fret_ruler/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/fret_ruler", + "fork_url": "https://github.com/Neon22/inkscape_fret_ruler", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Fret+Ruler", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/Neon22", + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/funshapes/funshapes.inx b/extensions/fablabchemnitz/fun_shapes/fun_shapes.inx similarity index 76% rename from extensions/fablabchemnitz/funshapes/funshapes.inx rename to extensions/fablabchemnitz/fun_shapes/fun_shapes.inx index 6f460904..9dd093cd 100755 --- a/extensions/fablabchemnitz/funshapes/funshapes.inx +++ b/extensions/fablabchemnitz/fun_shapes/fun_shapes.inx @@ -1,7 +1,7 @@ Fun Shapes - fablabchemnitz.de.funshapes + fablabchemnitz.de.fun_shapes path @@ -11,6 +11,6 @@ \ No newline at end of file diff --git a/extensions/fablabchemnitz/funshapes/funshapes.py b/extensions/fablabchemnitz/fun_shapes/fun_shapes.py similarity index 100% rename from extensions/fablabchemnitz/funshapes/funshapes.py rename to extensions/fablabchemnitz/fun_shapes/fun_shapes.py diff --git a/extensions/fablabchemnitz/fun_shapes/meta.json b/extensions/fablabchemnitz/fun_shapes/meta.json new file mode 100644 index 00000000..f9c6d4ad --- /dev/null +++ b/extensions/fablabchemnitz/fun_shapes/meta.json @@ -0,0 +1,20 @@ +[ + { + "name": "Fun Shapes", + "id": "fablabchemnitz.de.fun_shapes", + "path": "fun_shapes", + "original_name": "Fun Shapes", + "original_id": "org.inkscape.funshapes", + "license": "GNU GPL v3", + "license_url": "https://inkscape.org/~inklinea/%E2%98%85funshapes", + "comment": "", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/fun_shapes", + "fork_url": "https://inkscape.org/~inklinea/%E2%98%85funshapes", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Fun+Shapes", + "inkscape_gallery_url": null, + "main_authors": [ + "inkscape.org/inklinea", + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/globe/meta.json b/extensions/fablabchemnitz/globe/meta.json new file mode 100644 index 00000000..2e2eeb60 --- /dev/null +++ b/extensions/fablabchemnitz/globe/meta.json @@ -0,0 +1,20 @@ +[ + { + "name": "Globe", + "id": "fablabchemnitz.de.globe", + "path": "globe", + "original_name": "Globe", + "original_id": "org.ekips.filter.globe", + "license": "GNU GPL v2", + "license_url": "https://github.com/hoday/InkscapeRenderGlobeExtension/blob/master/globe.py", + "comment": "Render → Wireframe Sphere", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/globe", + "fork_url": "https://github.com/hoday/InkscapeRenderGlobeExtension", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Globe", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/hoday", + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/gradient_saver/meta.json b/extensions/fablabchemnitz/gradient_saver/meta.json new file mode 100644 index 00000000..06f84488 --- /dev/null +++ b/extensions/fablabchemnitz/gradient_saver/meta.json @@ -0,0 +1,20 @@ +[ + { + "name": "Gradient Saver", + "id": "fablabchemnitz.de.gradient_saver", + "path": "gradient_saver", + "original_name": "Gradient Saver", + "original_id": "id.artemtech.gradient_saver", + "license": "GNU GPL v3", + "license_url": "https://github.com/artemtech/inkscape-gradient-saver/blob/inkscape-1.0/LICENSE", + "comment": "", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/gradient_saver", + "fork_url": "https://github.com/artemtech/inkscape-gradient-saver/", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Gradient+Saver", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/artemtech", + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/grid_strip_creator/meta.json b/extensions/fablabchemnitz/grid_strip_creator/meta.json new file mode 100644 index 00000000..00175eb9 --- /dev/null +++ b/extensions/fablabchemnitz/grid_strip_creator/meta.json @@ -0,0 +1,20 @@ +[ + { + "name": "Grid Strip Creator (qlocktwo)", + "id": "fablabchemnitz.de.grid_strip_creator", + "path": "grid_strip_creator", + "original_name": "Grid strip creator", + "original_id": "org.inkscape.effect.gridstripcreator", + "license": "GNU GPL v2", + "license_url": "https://github.com/fablabnbg/inkscape-gridstripcreator/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/grid_strip_creator", + "fork_url": "https://github.com/fablabnbg/inkscape-gridstripcreator", + "documentation_url": "https://stadtfabrikanten.org/pages/viewpage.action?pageId=55018608", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/fablabnbg", + "github.com/vmario89" + ] + } +] \ No newline at end of file