more adjustments in meta data

This commit is contained in:
Mario Voigt 2021-10-13 18:56:39 +02:00
parent 05a8e5a607
commit e45556b5f4
16 changed files with 179 additions and 13 deletions

View File

@ -0,0 +1,20 @@
[
{
"name": "Barrel Distortion",
"id": "fablabchemnitz.de.barrel_distorsion",
"path": "barrel_distorsion",
"original_name": "Distortion",
"original_id": "org.pub.dIstorsion",
"license": "MIT License",
"license_url": "https://github.com/ucuapps/InkscapeBarrelDistortion/blob/master/LICENSE",
"comment": "",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/barrel_distorsion",
"fork_url": "https://github.com/ucuapps/InkscapeBarrelDistortion",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Barrel+Distortion",
"inkscape_gallery_url": null,
"main_authors": [
"github.com/ucuapps",
"github.com/vmario89"
]
}
]

View File

@ -0,0 +1,20 @@
[
{
"name": "Batch Task",
"id": "fablabchemnitz.de.batch_task",
"path": "batch_task",
"original_name": "BatchTask",
"original_id": "org.inkscape.batch_task",
"license": "MIT License",
"license_url": "https://github.com/heyzec/Inkscape-Extensions/blob/main/LICENSE",
"comment": "",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/batch_task",
"fork_url": "https://github.com/heyzec/Inkscape-Extensions/",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Batch+Task",
"inkscape_gallery_url": null,
"main_authors": [
"github.com/heyzec",
"github.com/vmario89"
]
}
]

View File

@ -0,0 +1,20 @@
[
{
"name": "Bezier Envelope",
"id": "fablabchemnitz.de.bezier_envelope",
"path": "bezier_envelope",
"original_name": "Bezier Envelope",
"original_id": "de.gerrit_karius.envelope",
"license": "GNU GPL v2",
"license_url": "https://github.com/shlomif/Bezier-Envelope-for-Inkscape/blob/master/LICENSE",
"comment": "",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/bezier_envelope",
"fork_url": "https://github.com/shlomif/Bezier-Envelope-for-Inkscape",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Bezier+Envelope",
"inkscape_gallery_url": null,
"main_authors": [
"github.com/shlomif",
"github.com/vmario89"
]
}
]

View File

@ -0,0 +1,20 @@
[
{
"name": "Blobs Texture",
"id": "fablabchemnitz.de.blobs",
"path": "blobs",
"original_name": "Blobs texture",
"original_id": "org.ekips.filter.blobsTexture",
"license": "GNU GPL v2",
"license_url": "https://inkscape.org/~kurn/%E2%98%85blobs",
"comment": "",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/blobs",
"fork_url": "https://inkscape.org/~kurn/%E2%98%85blobs",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Blobs+Texture",
"inkscape_gallery_url": null,
"main_authors": [
"inkscape.org/kurn",
"github.com/vmario89"
]
}
]

View File

@ -0,0 +1,20 @@
[
{
"name": "Blueprint Maker",
"id": "fablabchemnitz.de.blueprint_maker",
"path": "blueprint_maker",
"original_name": "Blueprint Maker",
"original_id": "org.inkscape.blueprint-maker",
"license": "GNU AGPL v3",
"license_url": "https://framagit.org/SxncR0OR/inkscape-extension-blueprint/-/blob/master/LICENSE.md",
"comment": "",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/blueprint_maker",
"fork_url": "https://framagit.org/SxncR0OR/inkscape-extension-blueprint",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Blueprint+Maker",
"inkscape_gallery_url": null,
"main_authors": [
"framagit.org/SxncR0OR",
"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>Circular Ground from Template</name>
<id>fablabchemnitz.de.circular_ground_from_template</id>
<name>Bobbin Lace - Circular Ground from Template</name>
<id>fablabchemnitz.de.bobbinlace.circular_ground_from_template</id>
<label appearance="header">Wrap lace pattern found in template file around a circle.</label>
<label>Note: Drawing can become quite large when "Number of copies around circle" is small or "Diameter" of inside circle is large.</label>
<param name="file" type="path" gui-text="Template file name (full path):" mode="file" filetypes="txt">./templates/</param>

View File

@ -151,8 +151,8 @@ class CircularGroundFromTemplate(inkex.EffectExtension):
'stroke-opacity': '1.0',
'fill-opacity': '1.0',
'stroke': self.options.linecolor,
'stroke-linecap': 'round',
'stroke-linejoin': 'round',
'stroke-linecap': 'butt',
'stroke-linejoin': 'butt',
'fill': 'none'
}

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Ground From Template</name>
<id>fablabchemnitz.de.ground_from_template</id>
<name>Bobbin Lace - Ground From Template</name>
<id>fablabchemnitz.de.bobbinlace.ground_from_template</id>
<label appearance="header">Fill a rectangular patch with a lace ground pattern from selected template file.</label>
<param name="file" type="path" gui-text="Template file name (full path):" mode="file" filetypes="txt">./templates/</param>
<label appearance="header">Grid description</label>

View File

@ -87,9 +87,13 @@ class GroundFromTemplate(inkex.EffectExtension):
# define the stroke style
s = {'stroke-linejoin': 'miter',
'stroke-width': self.options.linewidth, 'stroke-opacity': '1.0',
'fill-opacity': '1.0', 'stroke': self.options.linecolor,
'stroke-linecap': 'round', 'stroke-linejoin': 'round', 'fill': 'none'
'stroke-width': self.options.linewidth,
'stroke-opacity': '1.0',
'fill-opacity': '1.0',
'stroke': self.options.linecolor,
'stroke-linecap': 'butt',
'stroke-linejoin': 'butt',
'fill': 'none'
}
# create attributes from style and path

View File

@ -0,0 +1,23 @@
[
{
"name": "<various>",
"id": "fablabchemnitz.de.bobbinlace.<various>",
"path": "bobbinlace",
"original_name": "<various>",
"original_id": "tesselace.<various>",
"license": "GNU GPL v3 / Simplified BSD License",
"license_url": "https://d-bl.github.io/inkscape-bobbinlace/",
"comment": "Mixed licenses",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/bobbinlace",
"fork_url": "https://github.com/d-bl/inkscape-bobbinlace",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Bobbin+Lace",
"inkscape_gallery_url": null,
"main_authors": [
"github.com/d-bl",
"github.com/veronika",
"github.com/Neon22",
"github.com/jo-pol",
"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>Polar Grid</name>
<id>fablabchemnitz.de.polar_grid</id>
<name>Bobbin Lace - Polar Grid</name>
<id>fablabchemnitz.de.bobbinlace.polar_grid</id>
<label>Creates a printable polar grid of dots with a constant number of dots per circle and the distance between circles changing at the same speed as the distance between the dots on a circle.</label>
<label appearance="header">Grid style</label>
<hbox indent="1">

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Regular Grid</name>
<id>fablabchemnitz.de.regular_grid</id>
<name>Bobbin Lace - Regular Grid</name>
<id>fablabchemnitz.de.bobbinlace.regular_grid</id>
<label appearance="header">Creates a grid of dots of specified angle.</label>
<spacer/>
<label appearance="header">Grid description</label>

View File

@ -0,0 +1,20 @@
[
{
"name": "Bouwkamp Code",
"id": "fablabchemnitz.de.bouwkamp_code",
"path": "boukamp_code",
"original_name": "Bouwkamp code",
"original_id": "de.pascalwagler.inkscape.bouwkamp",
"license": "BSD 3-Clause License",
"license_url": "https://github.com/Wandmalfarbe/bouwkamp-code-generator/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/boukamp_code",
"fork_url": "https://github.com/Wandmalfarbe/bouwkamp-code-generator",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Bouwkamp+Code",
"inkscape_gallery_url": null,
"main_authors": [
"github.com/Wandmalfarbe",
"github.com/vmario89"
]
}
]

View File

@ -0,0 +1,19 @@
[
{
"name": "Bounding Box",
"id": "fablabchemnitz.de.bounding_box",
"path": "bounding_box",
"original_name": "Bounding Box",
"original_id": "fablabchemnitz.de.bounding_box",
"license": "GNU GPL v3",
"license_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/LICENSE",
"comment": "",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/bounding_box",
"fork_url": null,
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Bounding+Box",
"inkscape_gallery_url": null,
"main_authors": [
"github.com/vmario89"
]
}
]