diff --git a/README.md b/README.md index 145ec148..adecf810 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MightyScape for Inkscape 1.0+ -In short: A maintained extension collection for Inkscape 1.0+, working on Windows and Linux. There are **210 extension folders** with **372 .inx files** inside. We also take part at https://inkscape.org/gallery/=extension/ (with single extension uploads). +In short: A maintained extension collection for Inkscape 1.0+, working on Windows and Linux. There are **223 extension folders** with **388 .inx files** inside. We also take part at https://inkscape.org/gallery/=extension/ (with single extension uploads). # About MightyScape diff --git a/extensions/fablabchemnitz/meta.json b/extensions/fablabchemnitz/meta.json new file mode 100644 index 00000000..3d426101 --- /dev/null +++ b/extensions/fablabchemnitz/meta.json @@ -0,0 +1,19 @@ +[ + { + "name": "", + "id": "fablabchemnitz.de.", + "path": "", + "original_name": "", + "original_id": "", + "license": "", + "license_url": "", + "comment": "", + "source_url": "", + "fork_url": null, + "documentation_url": "", + "inkscape_gallery_url": null, + "main_authors": [ + "github.com/vmario89" + ] + } +] \ No newline at end of file diff --git a/extensions/fablabchemnitz/meta_explanation.json b/extensions/fablabchemnitz/meta_explanation.json new file mode 100644 index 00000000..da871793 --- /dev/null +++ b/extensions/fablabchemnitz/meta_explanation.json @@ -0,0 +1,21 @@ +/*This file contains plugin extra information per folder and is intended to give credits and information about sources, forking and documentation*/ + +[ + { + "name": "The readable name of the extension in menu", + "id": "The id which is used to store paramters in inkscape UI configuration", + "path": "the folder where the extensions is in", + "original_name": "the readble extension name which was assigned before putting it into MightyScape (origin)", + "original_id": "the id which was assigned before putting it into MightyScape (origin)", + "license": "the license, like GPL v2 or MIT", + "license_url": "the original URL where the license can be found", + "comment": "some extra information. Keep empty or set to 'null''", + "source_url": "the URL where the actual MightyScape data is put", + "fork_url": "the URL where the original data comes from, like github.com or gitlab.com", + "documentation_url": "the URL where MightyScape documentation can be found", + "inkscape_gallery_url": "the URL for the gallery location. Set to 'null' if it's not listed in the gallery", + "main_authors": [ + "a comma separated list of authors which work(ed) on the extension. We use either an email address or pattern '/'" + ] + } +]