update meta stuff
This commit is contained in:
parent
46f9941377
commit
a5aebaa141
@ -1,6 +1,6 @@
|
|||||||
# MightyScape for Inkscape 1.0+
|
# 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
|
# About MightyScape
|
||||||
|
|
||||||
|
19
extensions/fablabchemnitz/meta.json
Normal file
19
extensions/fablabchemnitz/meta.json
Normal file
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
21
extensions/fablabchemnitz/meta_explanation.json
Normal file
21
extensions/fablabchemnitz/meta_explanation.json
Normal file
@ -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 '<platform>/<user name or full name>'"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
Reference in New Issue
Block a user