added more meta data

This commit is contained in:
Mario Voigt 2021-10-15 00:21:57 +02:00
parent 8400cfa8f4
commit 1bfe2b5abd
12 changed files with 183 additions and 4 deletions

View File

@ -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"
]
}
]
]

View File

@ -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"
]
}
]

View File

@ -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"
]
}
]

View File

@ -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"
]
}
]

View File

@ -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"
]
}
]

View File

@ -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"
]
}
]

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Fun Shapes</name>
<id>fablabchemnitz.de.funshapes</id>
<id>fablabchemnitz.de.fun_shapes</id>
<effect implements-custom-gui="true">
<object-type>path</object-type>
<effects-menu>
@ -11,6 +11,6 @@
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">funshapes.py</command>
<command location="inx" interpreter="python">fun_shapes.py</command>
</script>
</inkscape-extension>

View File

@ -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"
]
}
]

View File

@ -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"
]
}
]

View File

@ -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"
]
}
]

View File

@ -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"
]
}
]